Skip to content

Releases: VKirill/bb-plugin-cli-agents

CLI Agents 0.2.4 — agents keep working in section chats

Choose a tag to compare

@VKirill VKirill released this 16 Sep 16:05
  • Fix "The workspace changed" rejecting the second message of a chat started in a project section (for example from Projects & Sections) or moved to another folder. The agent is picked before the chat has a workspace, so the selection recorded the project checkout; CLI Agents now follows the chat's real folder in the same project and machine and rebinds the agent there.
  • When the agent does not exist in the chat's folder, the rejection names the folder instead of a generic workspace error.

CLI Agents 0.2.3 — the picker follows the CLI you actually see

Choose a tag to compare

@VKirill VKirill released this 15 Sep 15:20

The agent list is now resolved from the provider chip of the composer it is mounted in, so it can no longer show agents of a CLI you are not running.

  • Follow the CLI shown in this composer's provider chip; BB's remembered keys and the project defaults are fallbacks only.
  • Stop reading BB's shared localStorage copy of the remembered selection: another window or chat can no longer leak its CLI into the picker.
  • Reload the list in place when the machine or CLI changes, instead of closing the popover.
  • Star agents to keep your own set at the top of the list. Stars are stored per CLI on the BB server and are shared across windows and machines.
  • Show the resolved CLI next to the picker heading.

Requires BB 0.43.x on macOS or Linux.

CLI Agents 0.2.2 — isolate unsupported providers and clean transport mentions

Choose a tag to compare

@VKirill VKirill released this 13 Sep 00:45

Changes in 0.2.2

  • Does not block thread dispatch when running on CLI providers that do not support session agents or profiles (e.g. Cursor, Antigravity).
  • Passes agents and profiles only to matching, supported CLI providers; silently proceeds without configuration when provider does not match.
  • Automatically clears orphaned or mismatched transport mentions from the composer draft when switching to an unsupported provider or different execution target.

Validated with TypeScript, 17 tests, BB build, live Cursor thread execution, and Codex profile binding on Mac Mini.

CLI Agents 0.2.1 — cleaner agent selection

Choose a tag to compare

@VKirill VKirill released this 13 Sep 00:37

Hides the duplicate Agent selection pill in the composer and chat messages. The selected agent stays visible in the dropdown; structured selection transport and other mentions are unchanged.

Validated with TypeScript, 15 tests, BB build and a live browser selection on Mac Mini.

CLI Agents 0.2.0 — Codex instruction profiles

Choose a tag to compare

@VKirill VKirill released this 12 Sep 20:56

Changelog

0.2.0

  • Add Codex Profile picker for file-based profiles (Codex 0.134+).
  • Apply developer_instructions through BB with explicit 4096-character limit.
  • Keep BB model and permission controls; reject configuration-only and oversized profiles instead of silently ignoring instructions.
  • Document that native app-server does not accept --profile and full profile configuration is not applied.

0.1.0

  • Native session-agent picker for Claude Code and stock OpenCode ACP.
  • Remote machine/workspace discovery, enabled Claude plugins and OpenCode primary/all modes.
  • Thread-scoped selection, native launch adapters and fail-closed dispatch checks.
  • Search, refresh, replacement/reset before submission and a standard SVG chevron.
  • Public-source package, typed contracts, tests and draft marketplace metadata.

CLI Agents 0.1.0

Choose a tag to compare

@VKirill VKirill released this 12 Sep 19:55

Changelog

0.1.0

  • Native session-agent picker for Claude Code and stock OpenCode ACP.
  • Remote machine/workspace discovery, enabled Claude plugins and OpenCode primary/all modes.
  • Thread-scoped selection, native launch adapters and fail-closed dispatch checks.
  • Search, refresh, replacement/reset before submission and a standard SVG chevron.
  • Public-source package, typed contracts, tests and draft marketplace metadata.