Releases: longcipher/bob
Releases · longcipher/bob
v0.3.2
v0.3.1
[0.3.1] - 2026-03-30
Features
- (dependencies) Replace
genaicrate withliter-llmdependency
Miscellaneous Tasks
- (dependencies) Update versions in Cargo.toml files to 0.3.1
v0.3.0
[0.3.0] - 2026-03-26
Features
- (bob-core) Add context trimming and resilience features in core crate
v0.2.2
[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
observeandprovider_routermodules inlib.rsbased onobserve-tracingfeature 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
v0.2.1
[0.2.1] - 2026-03-03
Features
- (chat) Add bob-chat crate with platform-agnostic chat abstractions
Documentation
- (agents) Remove pb-build agent instructions and update AGENTS.md
v0.2.0
[0.2.0] - 2026-03-03
Features
- (core) Add tape and channel modules, builtin and progressive tools
v0.1.2
[0.1.2] - 2026-02-28
Documentation
- Update project instructions and add agent guidelines
v0.1.1
[0.1.1] - 2026-02-28
Features
- (cli-agent) Add runtime bootstrap, tool policy, and request context modules
Documentation
- (pb-build) Clarify execution contract and agent rules
v0.1.0
[0.1.0] - 2026-02-19
Features
- (agent) Add agent.toml config and runtime wiring for CLI agent
- (config) Add context7.json with project URL and public key
Documentation
- (pb-build) Update recovery to use task-local rollback and pre-task snapshot
- (readme) Add badges for DeepWiki, Context7, crates.io, and docs.rs
- (readme) Add project overview, features, and setup instructions
Miscellaneous Tasks
- (release) Add GitHub Actions workflow, changelog config, and license
- (ci) Use env var for cargo token check in release workflow