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
MakeSkillPlan: fix when-to-use key parsing — the tool told the model to emit a hyphenated 'when-to-use' field but validated the camelCase 'whenToUse', so every generated plan failed validation. Now accepts both spellings (plus underscore) before validation, with a regression test.
Bash tool card: restore collapsed rendering with syntax highlighting and output behind an expand hint.
/config diy: show the API key in plaintext so users can verify what they typed.
Streaming tok/s: report real generation speed (windowed total tokens / elapsed time) with a stall guard, removing the previous 200-ceiling and fixing implausible burst readings.
skill-first: strengthen skill/mcp/default decision flow and embed the model-invocable skill list in the tool description.
Docs: unify agent documentation to English and refresh for the last 200 commits of behavior changes.