Summary
Buzz Desktop lets me set Fizz to composer-2.5[fast=false]. Harness env shows BUZZ_ACP_MODEL=composer-2.5[fast=false], but cursor-agent ACP actually runs composer-2.5[fast=true]. Cursor usage dashboard shows all agent turns as Composer 2.5 Fast.
Environment
- Buzz Desktop (managed agents: Fizz, Bumble, Honey)
- buzz-acp harness → cursor-agent acp
- cursor-agent: 2026.07.23-e383d2b
- OS: Linux
Steps to reproduce
- In Buzz Desktop, set agent Fizz model to Composer 2.5 with fast=false
- @mention Fizz in a channel
- On the machine running buzz-acp, run:
buzz-acp models | grep -E "Current:|composer-2.5"
- Check Cursor usage dashboard at cursor.com
Expected
- ACP Current model:
composer-2.5[fast=false]
- Usage billed as full Composer 2.5
Actual
- Harness env:
BUZZ_ACP_MODEL=composer-2.5[fast=false] ✓
- ACP Current:
composer-2.5[fast=true]
- Available catalog only lists
composer-2.5 (id: composer-2.5[fast=true]) — no fast=false variant
- Cursor usage: all recent entries show Fast mode
Screenshot

Gist: https://gist.github.com/NocturnusCoder/05290e272d734628939705d90887f83a
Related issues
Notes
Possible fix: map Desktop selection to a model ID ACP actually supports, or pass --model at cursor-agent startup (see Cursor forum threads on ACP model switching).
Summary
Buzz Desktop lets me set Fizz to
composer-2.5[fast=false]. Harness env showsBUZZ_ACP_MODEL=composer-2.5[fast=false], but cursor-agent ACP actually runscomposer-2.5[fast=true]. Cursor usage dashboard shows all agent turns as Composer 2.5 Fast.Environment
Steps to reproduce
Expected
composer-2.5[fast=false]Actual
BUZZ_ACP_MODEL=composer-2.5[fast=false]✓composer-2.5[fast=true]composer-2.5 (id: composer-2.5[fast=true])— no fast=false variantScreenshot
Gist: https://gist.github.com/NocturnusCoder/05290e272d734628939705d90887f83a
Related issues
session/new→models.availableModels(e.g. Hermes Agent) #3934 — ACP model list / discovery mismatches between Desktop and harnessNotes
Possible fix: map Desktop selection to a model ID ACP actually supports, or pass
--modelat cursor-agent startup (see Cursor forum threads on ACP model switching).