Skip to content

v0.3.51

Latest

Choose a tag to compare

@abi-chatterjee abi-chatterjee released this 20 Jul 14:51
15ba543

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.