Skip to content

Commit cebfbb8

Browse files
authored
release: prepare v0.12.4 (#1063)
- Bump workspace version from 0.12.3 to 0.12.4 - Update all internal crate dependency versions in workspace manifest - Finalize CHANGELOG.md with v0.12.4 release section - Update insta snapshots for new version string - Refresh README: native file tools, DiagnosticsExecutor, ToolFilter, permission gate hardening - Refresh docs: tools.md, acp.md, concepts/tools.md, architecture/crates.md, security.md, changelog.md
1 parent 6a2e834 commit cebfbb8

File tree

13 files changed

+241
-96
lines changed

13 files changed

+241
-96
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [0.12.4] - 2026-03-01
10+
911
### Added
1012

1113
- `zeph ingest <path>` CLI subcommand: recursively ingests `.txt`, `.md`, `.pdf` files into Qdrant `zeph_documents` collection via `DocumentPipeline` (#1028)
@@ -1513,7 +1515,8 @@ let agent = Agent::new(provider, channel, &skills_prompt, executor);
15131515
- Agent calls channel.send_typing() before each LLM request
15141516
- Agent::run() uses tokio::select! to race channel messages against shutdown signal
15151517

1516-
[Unreleased]: https://github.com/bug-ops/zeph/compare/v0.12.3...HEAD
1518+
[Unreleased]: https://github.com/bug-ops/zeph/compare/v0.12.4...HEAD
1519+
[0.12.4]: https://github.com/bug-ops/zeph/compare/v0.12.3...v0.12.4
15171520
[0.12.3]: https://github.com/bug-ops/zeph/compare/v0.12.2...v0.12.3
15181521
[0.12.2]: https://github.com/bug-ops/zeph/compare/v0.12.1...v0.12.2
15191522
[0.12.1]: https://github.com/bug-ops/zeph/compare/v0.12.0...v0.12.1

0 commit comments

Comments
 (0)