Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

v0.1.7

Choose a tag to compare

@groksrc groksrc released this 10 May 17:57

Changed

  • Stronger nudge in system_prompt_block() to steer agents toward the bm_* tools instead of shelling out to bm CLI. Pre-v0.1.7 the prompt listed the tools neutrally; given Claude/Hermes models' heavy training-data exposure to bm tool ... CLI patterns, neutral language wasn't enough — agents reached for the shell by reflex, paying 1-2s of cold-start per call instead of ~0.1s through our persistent MCP connection. New prompt is explicit ("Use the bm_* tools below directly — do not shell out to the bm CLI") and gives a one-line latency rationale so the model has a reason to follow it.
  • SKILL.md mirrors the directive with a "Use bm_*, not the bm CLI" section + a tool-vs-CLI table.

Added

  • Regression test test_system_prompt_block_steers_away_from_cli locks in the directive language so future prompt edits don't accidentally weaken it.