Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 25 Mar 13:55
· 4 commits to master since this release

[0.2.2] - 2026-03-25

Features

  • (store) Add persistent session, checkpoint, artifact, and cost storage
  • (cli) Enhance AgentLoop REPL with slash commands and fanout event sinks
  • Implement in-memory tool journal and OpenTelemetry event sink
  • Add conditional inclusion of observe and provider_router modules in lib.rs based on observe-tracing feature flag
  • Add structured output validation and related features
  • Implement file-backed activity journal with NDJSON format
  • Add bob skills with extensive parsing and registry support
  • (cli) Add configuration management and skills commands
  • (bob-runtime) Enhance session management and tower service functionality

Documentation

  • (readme) Add bob-chat crate to workspace documentation

Miscellaneous Tasks

  • Update dependencies in Cargo.toml files
  • (.gitignore) Add "agent-skills/" to the ignore list