You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(director): give Muse Spark tool-discipline rules
At medium reasoning effort the model does not reliably stop a tool loop:
on a two-file fixture with a bounded fix it re-read files it had already
read and ran out an 8-turn ceiling without finishing. The same run with
three rules appended finished in 3 turns on 4.3x fewer input tokens.
The rules ride at the tail of the system prompt, which is prefix-safe —
tail appends hold a 99.1% cache hit while a head edit drops it to 9%.
Adds a `muse` model family and pins the Responses quirks: the model
batches independent tool calls on its own, and sending
parallel_tool_calls: false would collapse that to one call per turn.
CL-7869
0 commit comments