Skip to content

v0.7.0

Latest

Choose a tag to compare

@arrsingh arrsingh released this 11 Feb 00:23
· 13 commits to mainline since this release

[0.7.0] - 2026-02-10

Added

Planning Tools

  • New markdown_plan tool for creating durable markdown plan files in .agent-air/plans/
  • New update_plan_step tool for updating step status (pending, in_progress, completed, skipped)
  • New list_plans tool for listing all plans with summary metadata and progress
  • New read_plan tool for reading full plan content by ID
  • PlanStore shared state with thread-safe file locking and sequential ID generation

Tool-Level Permissions

  • GrantTarget::Tool variant for fine-grained tool-level permission control

Changed

  • Simplified themes to dark and light only
  • Removed system prompt from config
  • Added CI workflow

Fixed

  • Linter issues with Rust 1.93.0
  • Code formatting with cargo fmt

Documentation

  • Added homepage link to Cargo.toml and crate docs
  • Updated README with new wind logo and branding