• v2.0.4 15132507b8

    v2.0.4 Stable

    github-actions[bot] released this 2026-07-11 23:11:38 -07:00 | 29 commits to main since this release

    Kaimon v2.0.4

    Diff since v2.0.3

    Fixes

    • ex: a call that omitted the e parameter (e.g. the code was passed as code) silently ran an empty eval — success with no result and only a bare agent> in the shared REPL. It now returns a clear error (with a hint when code was used), and the tool description / instructions / docs state plainly that the parameter is e.
    • TUI: control characters (\r, \n, backspace, …) in tool-call content no longer smear the Activity table / log pane (carriage-return corruption seen on slate tool calls). Requires the companion Tachikoma 2.3.4 set_string! control-char strip; [compat] bumped to Tachikoma = "2.3.4".
    • Gate: the "advertised for discovery" diagnostic no longer prints to the console on interactive Julia startup — dropped to @debug for a user's own gate; spawned/extension gates keep it in their captured logs.

    Changed

    • Code search: search_code (by meaning) is now the documented default for discovery over grep_code; a grep_code call that finds nothing (a true negative) nudges toward search_code.
    Downloads