Skip to content

v0.5.1

Latest

Choose a tag to compare

@bhauman bhauman released this 19 Jun 17:36
· 8 commits to main since this release

Refines the :cli-assist-full profile's instructions so the assistant routes Clojure-file reads through read_file as firmly as it already routes edits through the structural tools, and rewrites the guidance to be harness-agnostic — referring to the host's native file tools by role rather than by name so it reads correctly under Claude Code, Codex, and Gemini CLI.

Changed

  • :cli-assist-full instructions: Strengthened the read-side steering (do all Clojure reads via read_file, not just edits via the structural tools) and removed Claude-Code-specific tool names (Read/Edit/Write) and error text, describing the host's generic file tools by role instead so the guidance applies across CLI harnesses (Claude Code, Codex, Gemini CLI).