mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
amp-acp implements session/set_mode (with modeId param) instead of session/set_config_option (with configId 'mode'). The harness now tries set_config_option first (Claude-style), and if the agent returns a method-not-found error, falls back to set_mode (amp-acp style). This fixes the (blocked-on-user) issue where amp-acp agents never received the bypass mode and prompted for permissions. Amp-Thread-ID: https://ampcode.com/threads/T-019d4e6c-6235-76b4-aaf3-63baf10304d0 Co-authored-by: Amp <amp@ampcode.com>