Releases: bug-ops/zeph
Releases · bug-ops/zeph
v0.4.2
v0.4.1
v0.4.0
What's Changed
- Add Telegram MarkdownV2 formatting support by @bug-ops in #56
- feat: add embeddings support to LlmProvider by @bug-ops in #58
- feat: add Qdrant vector storage integration (M9 Phase 1) by @bug-ops in #63
- M9 Phase 2: Semantic Memory Integration by @bug-ops in #64
- feat: add conversation summarization and context budget (M9 Phase 3) by @bug-ops in #65
- Release v0.4.0 by @bug-ops in #66
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- feat: create zeph-tools crate with ToolExecutor trait by @bug-ops in #47
- M7 Phase 2: Command safety - whitelist/blacklist (#40) by @bug-ops in #48
- M7 Phase 3: Wire ShellExecutor into agent for command filtering (#41) by @bug-ops in #49
- Release v0.3.0 by @bug-ops in #50
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- M6 Phase 1: Add streaming trait extension (breaking changes) by @bug-ops in #42
- feat: implement Ollama streaming backend (M6 Phase 2) by @bug-ops in #43
- feat: implement Claude SSE streaming backend (M6 Phase 3) by @bug-ops in #44
- feat: integrate streaming into agent loop and channels (M6 Phase 4) by @bug-ops in #45
- chore: bump version to 0.2.0 by @bug-ops in #46
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- M0: Add Cargo workspace with 4-crate skeleton by @bug-ops in #25
- M1: Add Ollama chat loop with LLM provider abstraction by @bug-ops in #26
- M2: Add skills system with SKILL.md loading and shell execution by @bug-ops in #27
- Add SQLite memory, Claude backend, and provider selection by @bug-ops in #28
- Add Channel trait, CLI adapter, and Telegram bot by @bug-ops in #29
- Add integration tests, graceful shutdown, finalize v0.1.0 by @bug-ops in #30
- Move dependency features from workspace root to crate manifests by @bug-ops in #31
- Add GitHub CI/CD infrastructure by @bug-ops in #32
New Contributors
Full Changelog: https://github.com/bug-ops/zeph/commits/v0.1.0