Skip to content

[Bug] Agent model composer-2.5[fast=false] set in Desktop but ACP session bills/runs as fast=true #4004

Description

@NocturnusCoder

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

  1. In Buzz Desktop, set agent Fizz model to Composer 2.5 with fast=false
  2. @mention Fizz in a channel
  3. On the machine running buzz-acp, run:
    buzz-acp models | grep -E "Current:|composer-2.5"
  4. 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

Cursor usage dashboard — all recent entries show Composer 2.5 Fast

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions