Skip to content

v0.1.15

Latest

Choose a tag to compare

@Hmbown Hmbown released this 16 Mar 16:11
· 3 commits to main since this release

v0.1.15

UX

  • Compact banner for small terminals (< 30 rows)
  • --version / -V flag
  • Live elapsed timer in status bar during turns
  • Collapsed tool call output for cleaner REPL
  • Spinner update throttling (250ms) to prevent flickering

Agentic reliability

  • Auto-recover from MCP server crashes (reconnect on first failure)
  • Improved stagnation detection messages with tool name and actionable hints
  • Consistent tool timeouts (http_fetch now configurable, default 30s)

New commands

  • nemo config show — print resolved config as YAML
  • nemo obs tail — show recent session metrics
  • /context — context window usage details
  • /diff — inline git diff --stat
  • File path tab-completion in REPL

Test coverage (+92 new tests)

  • Hook execution tests (pre/post for bash, write, commit)
  • MCP tool discovery tests (JSON-RPC, schema, closures)
  • Formation scheduling edge cases (empty plan, rejection, stagnation)
  • Parametrized error hint coverage (all 15+ patterns)
  • Context compaction invariant tests