Skip to content

Releases: longcipher/bob

v0.3.2

07 Apr 18:27
cc44dbc

Choose a tag to compare

[0.3.2] - 2026-04-07

Features

  • (runtime) Add memory context injection in system instructions

v0.3.1

30 Mar 08:07
daf6d11

Choose a tag to compare

[0.3.1] - 2026-03-30

Features

  • (dependencies) Replace genai crate with liter-llm dependency

Miscellaneous Tasks

  • (dependencies) Update versions in Cargo.toml files to 0.3.1

v0.3.0

26 Mar 01:50

Choose a tag to compare

[0.3.0] - 2026-03-26

Features

  • (bob-core) Add context trimming and resilience features in core crate

v0.2.2

25 Mar 13:55

Choose a tag to compare

[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

v0.2.1

03 Mar 13:15

Choose a tag to compare

[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

03 Mar 05:42

Choose a tag to compare

[0.2.0] - 2026-03-03

Features

  • (core) Add tape and channel modules, builtin and progressive tools

v0.1.2

28 Feb 01:26

Choose a tag to compare

[0.1.2] - 2026-02-28

Documentation

  • Update project instructions and add agent guidelines

v0.1.1

28 Feb 01:01

Choose a tag to compare

[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

19 Feb 18:27

Choose a tag to compare

[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