mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Test drift surfaced by rebasing onto main: - client SDK agent fixture now expects supportsSteering: false (the steering feature adds this capability flag, schema-defaulted). - permission-response fake AgentManager gains startAgentRun, since the shared startAgentRun helper now routes through AgentManager.startAgentRun (the steer-vs-replace-vs-stream dispatch) instead of calling streamAgent/replaceAgentRun directly.