Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

## [0.11.2] - 2026-02-19

### Added
- `base_url` and `language` fields in `[llm.stt]` config for OpenAI-compatible local whisper servers (e.g. whisper.cpp)
- `ZEPH_STT_BASE_URL` and `ZEPH_STT_LANGUAGE` environment variable overrides
Expand Down Expand Up @@ -987,7 +989,8 @@ let agent = Agent::new(provider, channel, &skills_prompt, executor);
- Agent calls channel.send_typing() before each LLM request
- Agent::run() uses tokio::select! to race channel messages against shutdown signal

[Unreleased]: https://github.com/bug-ops/zeph/compare/v0.11.1...HEAD
[Unreleased]: https://github.com/bug-ops/zeph/compare/v0.11.2...HEAD
[0.11.2]: https://github.com/bug-ops/zeph/compare/v0.11.1...v0.11.2
[0.11.1]: https://github.com/bug-ops/zeph/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/bug-ops/zeph/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/bug-ops/zeph/compare/v0.9.9...v0.10.0
Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "3"
[workspace.package]
edition = "2024"
rust-version = "1.88"
version = "0.11.1"
version = "0.11.2"
authors = ["bug-ops"]
license = "MIT"
repository = "https://github.com/bug-ops/zeph"
Expand Down Expand Up @@ -88,18 +88,18 @@ unicode-width = "0.2"
url = "2.5"
uuid = "1.21"
cron = "0.15"
zeph-a2a = { path = "crates/zeph-a2a", version = "0.11.1" }
zeph-channels = { path = "crates/zeph-channels", version = "0.11.1" }
zeph-core = { path = "crates/zeph-core", version = "0.11.1" }
zeph-index = { path = "crates/zeph-index", version = "0.11.1" }
zeph-llm = { path = "crates/zeph-llm", version = "0.11.1" }
zeph-mcp = { path = "crates/zeph-mcp", version = "0.11.1" }
zeph-memory = { path = "crates/zeph-memory", version = "0.11.1" }
zeph-skills = { path = "crates/zeph-skills", version = "0.11.1" }
zeph-tools = { path = "crates/zeph-tools", version = "0.11.1" }
zeph-gateway = { path = "crates/zeph-gateway", version = "0.11.1" }
zeph-scheduler = { path = "crates/zeph-scheduler", version = "0.11.1" }
zeph-tui = { path = "crates/zeph-tui", version = "0.11.1" }
zeph-a2a = { path = "crates/zeph-a2a", version = "0.11.2" }
zeph-channels = { path = "crates/zeph-channels", version = "0.11.2" }
zeph-core = { path = "crates/zeph-core", version = "0.11.2" }
zeph-index = { path = "crates/zeph-index", version = "0.11.2" }
zeph-llm = { path = "crates/zeph-llm", version = "0.11.2" }
zeph-mcp = { path = "crates/zeph-mcp", version = "0.11.2" }
zeph-memory = { path = "crates/zeph-memory", version = "0.11.2" }
zeph-skills = { path = "crates/zeph-skills", version = "0.11.2" }
zeph-tools = { path = "crates/zeph-tools", version = "0.11.2" }
zeph-gateway = { path = "crates/zeph-gateway", version = "0.11.2" }
zeph-scheduler = { path = "crates/zeph-scheduler", version = "0.11.2" }
zeph-tui = { path = "crates/zeph-tui", version = "0.11.2" }

[workspace.lints.clippy]
all = "warn"
Expand Down
2 changes: 1 addition & 1 deletion crates/zeph-scheduler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ scheduler.register_handler(&TaskKind::UpdateCheck, Box::new(handler));
Notification format sent via the channel:

```
New version available: v0.12.0 (current: v0.11.1).
New version available: v0.12.0 (current: v0.11.2).
Update: https://github.com/bug-ops/zeph/releases/tag/v0.12.0
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
source: crates/zeph-tui/src/widgets/splash.rs
assertion_line: 76
expression: output
---
┌──────────────────────────────────────────────────────────┐
Expand All @@ -14,7 +15,7 @@ expression: output
│ ███████╗███████╗██║ ██║ ██║ │
│ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ │
│ │
│ v0.11.1
│ v0.11.2
│ │
│ Type a message to start. │
│ │
Expand Down
2 changes: 1 addition & 1 deletion docs/src/advanced/tui.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ZEPH_TUI=true zeph

```text
+-------------------------------------------------------------+
| Zeph v0.11.1 | Provider: orchestrator | Model: claude-son... |
| Zeph v0.11.2 | Provider: orchestrator | Model: claude-son... |
+----------------------------------------+--------------------+
| | Skills (3/15) |
| | - setup-guide |
Expand Down
Loading
Loading