Skip to content

release: v0.12.0#820

Merged
bug-ops merged 13 commits intomainfrom
release/v0.12.0
Feb 24, 2026
Merged

release: v0.12.0#820
bug-ops merged 13 commits intomainfrom
release/v0.12.0

Conversation

@bug-ops
Copy link
Owner

@bug-ops bug-ops commented Feb 24, 2026

Summary

  • Bump version from 0.11.6 to 0.12.0
  • Update CHANGELOG.md — move Unreleased content to [0.12.0] section
  • Update version references in docs, snapshots, and crate READMEs
  • Sync docs/src/changelog.md with root CHANGELOG.md

Highlights (0.12.0)

  • ACP (Agent Client Protocol) server with multi-session support, LRU eviction, SQLite persistence
  • Message dual-visibility metadata system for memory compaction
  • Accurate token counting with tiktoken-rs cl100k_base
  • Configurable tool response offload to filesystem
  • Custom mdBook documentation theme

Checklist

  • Version updated in all manifests (workspace.package.version)
  • CHANGELOG.md has release section with date
  • Documentation version references updated
  • Snapshots updated (config_default, splash_default)
  • All CI checks pass (fmt, clippy, 2590 tests)
  • Ready for tagging after merge

@github-actions github-actions bot added size/L documentation Improvements or additions to documentation rust core dependencies ci size/XL llm LLM provider related skills SKILL.md system memory Persistence and memory channels User interface channels and removed size/L labels Feb 24, 2026
* feat(core): background tool-pair summarization with visibility integration

Summarize oldest tool call/response pairs when visible count exceeds
tool_call_cutoff (default 6). Hides originals via agent_visible=false,
inserts LLM-generated summary. XML-delimited prompt prevents injection.
Validates tool_call_cutoff >= 1 in config.

* docs, tests: M31 documentation, READMEs, and missing test coverage

Add tool-pair summarization to CHANGELOG, docs (context.md,
configuration.md), and READMEs (root, zeph-core). Add 4 missing
tests: config validation (cutoff=0 rejected, cutoff=1 accepted),
XML delimiter prompt validation, empty messages edge case.
* feat(acp): model switching and extension management

Implement set_session_config_option for runtime model switching with
provider allowlist validation and ProviderFactory closure-based creation.
Add ext_method handler for MCP extension management (_agent/mcp/add,
_agent/mcp/remove, _agent/mcp/list) via McpManager integration.

Closes #785

* docs: update changelog, readmes, docs for model switching and ext_method
@bug-ops bug-ops enabled auto-merge (squash) February 24, 2026 23:12
@bug-ops bug-ops merged commit 7a57f35 into main Feb 24, 2026
24 checks passed
@bug-ops bug-ops deleted the release/v0.12.0 branch February 24, 2026 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

channels User interface channels ci core dependencies documentation Improvements or additions to documentation llm LLM provider related memory Persistence and memory rust size/XL skills SKILL.md system

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant