Skip to content

v0.8.1

Choose a tag to compare

@clouatre clouatre released this 06 May 02:45
v0.8.1
0a324eb

Features

  • Add exec_command tool: execute an arbitrary shell command via bash -c and return structured output (stdout, stderr, exit_code, timed_out, output_truncated); supports optional timeout_secs (default 30) and working_dir validated within the server CWD; MCP annotations: destructive_hint=true, open_world_hint=true (#706)

Bug Fixes

  • Report attribute/decorator start line instead of fn/def keyword line: Rust functions now walk backward over contiguous attribute_item siblings; Python decorated functions match at the decorated_definition wrapper node (#714)

Chores

  • Add automated issue triage and PR review workflows using aptu (#704)
  • Update documentation for exec_command across ARCHITECTURE, DESIGN-GUIDE, OBSERVABILITY, and ROADMAP; fix import_lookup inline comment (#715)
  • Align analyze_raw tool description with the analyze_* style pattern (#710)

Full Changelog: v0.8.0...v0.8.1