June 16, 2026

Agentforce Vibes 4.3.0

This release lets Plan Mode ground its plans with live read-only lookups and ships a batch of reliability fixes around model selection, billing, and tool-call messaging.

Added

  • Plan Mode can ground its plans: Plan Mode now loads skills and runs read-only tools (SOQL SELECT, metadata describe, and similar lookups) while planning, so skill discovery and read-only org/workspace reads no longer hit a "Blocked in Plan Mode" notice. Writes, deploys/DML, non-read shell commands, and subagent spawns stay blocked, so the read-only guarantee still holds.

Fixed

  • Per-tab model selection: Switching the model in one chat tab no longer resets the model in your other tabs. Each tab remembers its own model, and new tabs still inherit your default.
  • Billing after org switch: Switching orgs mid-chat now bills the newly selected org for subsequent requests, instead of occasionally charging the previous org because of a stale token.
  • Policy-declined tool calls: A tool call blocked by safety policy now shows a clear inline notice explaining the block (for example, a command-substitution or eval pattern) instead of the agent silently returning control. Plan Mode and guard declines show their own reason, and the duplicate generic "User declined the tool call" row is suppressed so a single truthful row appears.
  • Org connection on window reload: Reloading the window with a still-configured org no longer bounces you back to the setup landing or makes the org look unset. A genuine logout still routes there after a brief settle window.
  • "Connected Org" setup check: The Connected Org step on the Getting Setup for Success welcome page now stays in its checking state until the org actually connects (or is confirmed to have none), settling to Ready on its own instead of needing repeated Rechecks.
← All Announcements