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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes
Code mode's tool-call log line now includes the actual arguments (file path, bash command, etc.), not just the tool name — visible in the CLI, the HTTP interface's server logs, and any embedding consumer (e.g. the Jivam desktop app).
Fixed a persona-context leak: Chat mode's active persona was never reset on the shared logger, which could leak a stale persona-name prefix onto Code mode's log lines in a long-running process serving both modes.