Agentforce Vibes Extension

ほー いいじゃないか...
こういうのでいいんだよ こういうので...

Clineと同じアプローチでVSCodeエクステンションを作って、Salesforce組織とはRemote MCPで接続してメタデータを取得する。

VSCodeはブラウザで動くから、Salesforceからホスティングしてしまえば、SFDX版開発者コンソールとしても使えると...

LLMに対するプライバシーと料金を確認して早速実戦投入かな。

Agentforce Vibes Extension | Salesforce Developers
The Agentforce Vibes extension is an AI-powered developer tool that’s available as an easy-to-install Visual Studio Code extension built using
Salesforce+ Dreamforce Main Keynote 2025
Join Salesforce Chair and CEO Marc Benioff, along with special guests, to explore what it means to become an Agentic Enterprise where humans and AI agents work together to drive customer success.

Free per day per org: 50 premium& unlimited basic requests*
*Premium pricing coming soon

とあるので、低速リクエストもしくはローエンドモデルだと無償、GPT-5は1日50リクエストまで無料にしとくけど、いずれ有料にするよといった感じで、CURSORとかと似た課金体系なのかな。

キーノートのデモだと、Reactアプリとフローを作ってたけど、単一リポジトリなのかな…

有効にできる条件を探らないとな。Agentforce VibesがGAなのだが、道具立てはコードビルダー、そして、VSCodeエクステンションとしては、開発者向けAgentforce…

  • Sandboxで使えた
    • ただし、当該組織は、Data Cloud ProvisioningとSalesforce Foundationが有効、つまりAgentforceのフリーミアムが可能な組織から作られたSandbox
    • 特に設定はいらないみたいだから、上記は関係ないっぽい
  • 動かない組織
    • どっちかというと、Sandboxが古いのがダメなのかな。
Comment
byu/Holiday-Platypus5708 from discussion
insalesforce

これClineちゃうんってくらい似ているなーと思っていたら、フォークなのか?後で裏とろう。

彼のMediumの記事にすべてが書いてあるね…

How Salesforce Built Agentforce Vibes? - 3 Architectural Generations in 2 Years
Agentforce Vibes felt new product for a while and from hype, but when I analyzed the Einstein-GPT-for-Developers repository evolution and…
“Agentforce Vibes”: Why Salesforce Being 2 Years Late to Vibe Coding Might Be Good
Everyone says Salesforce is late to vibe coding. October 2025 timing, competitor traffic plunges, and enterprise adoption curves reveal…

We couldn’t access your Salesforce org. Try again, and if the issue persists, ask your admin for help.

SFDX: Authorize an Org で再認証する。

We've temporarily switched you to the Core Model. Org Pro requests reset at Oct 28, 6:58 PM. Learn more

プレミアムリクエストを超過すると、上記のようなアラートが出て、Pro ModelがCore Modelに切り替わる。(Plan/Actボタンの左に表記がある)

Multi Model Support | Build with Agentforce | Agentforce Vibes Extension | Salesforce Developers
Agentforce supports multiple models to improve code generation quality and accuracy of Salesforce-related answers. Our architecture enables integratio

Read more

Agentforce

文字起こしエージェントアクションの追加(Summer'26)

エージェントアクションにWhisper V3 Turbo (Whisper Large V3 Turboと思われる)による文字起こし機能が追加。6/22週から利用可能。 * Whisperはセルフホストっぽい。 * 5MB未満 * 話者識別やタイムスタンプはない。 電話音声だと帯域狭いから、適切な前処理すれば50分ぐらいいけるかも。MP3 64Kbpsだと10分ほどの計算になる。 Choose a Transcription Model for the Speech to Text Agent Action Use the Transcription Model parameter on the Speech to Text action to control which model converts audio to text. Choose the model

By Hiroki Matsumoto

Salesforce

Multi-FrameworkでReactAppを(内部向けアプリ)

あれ、もうGAになったのかな? 前に外部向け(Experience Cloud)のReact Appを作成してみたので、今度は内部向けも試してみる。今回はSandbox環境にデプロイして動かせるのか試してみよう。 内部向けのsfdxプロジェクトを作成 今回は --template に reactinternalapp を指定する $ sf template generate project --name wkInReactApp --template reactinternalapp npmパッケージのインストール&ビルド READMEにある通りに、作成したプロジェクトのルートディレクトリで、以下を実行する $ npm install $ npm run sf-project-setup > @salesforce/ui-bundle-template-base-sfdx-project@1.135.0 sf-project-setup >

By Takahiro Yonei

Salesforce

Multi-FrameworkでReactAppを(外部向けアプリ)

拝啓 もうすぐGAでしょうか... Salesforce Mult-Framework を使用した React による UI 開発 SalesforceでReactアプリを動かせるようになるということで試してみた備忘録を記録してみます。 以下、ご参考 GitHub - trailheadapps/multiframework-recipes: A collection of easy-to-digest code examples for React on Salesforce PlatformA collection of easy-to-digest code examples for React on Salesforce Platform - trailheadapps/multiframework-recipesGitHubtrailheadapps 公式ドキュメント -> Integrate Your React

By Takahiro Yonei