Skip to content

release: v0.15.0#1728

Merged
bug-ops merged 4 commits intomainfrom
release/v0.15.0
Mar 14, 2026
Merged

release: v0.15.0#1728
bug-ops merged 4 commits intomainfrom
release/v0.15.0

Conversation

@bug-ops
Copy link
Copy Markdown
Owner

@bug-ops bug-ops commented Mar 14, 2026

Summary

  • Bump workspace version 0.14.3 → 0.15.0
  • Update tests badge: 4993 → 5413
  • Finalize CHANGELOG.md [0.15.0] section (2026-03-14)

Highlights

Added

  • Gemini provider (all 6 phases): basic chat, SSE streaming, tool use, vision, embeddings, remote model discovery
  • Cascade routing strategy (strategy = "cascade") — try cheap providers first, escalate on degenerate output
  • Claude server-side context compaction (compact-2026-01-12 beta) with graceful rejection fallback
  • Tiered context compaction: soft tier (70%, no LLM) + hard tier (90%, LLM summarization)
  • Gemini thinking_level / thinking_budget support for Gemini 2.5+
  • Async parallel dispatch in DagScheduler — all ready tasks dispatched per tick
  • Claude 1M extended context window (enable_extended_context = true)
  • /scheduler list command and list_tasks tool
  • 5-field cron expression support (auto-prepends seconds field)
  • Chunked edge loading in graph community detection

Fixed

Docs

  • New: context compaction loop prevention documentation
  • Updated: Gemini provider capabilities, cascade routing, tiered compaction, scheduler list, graph memory chunked loading, cloud provider guide, configuration reference

Checklist

  • Version updated in all manifests ([workspace.package] + all workspace dependency entries)
  • Cargo.lock updated
  • CHANGELOG.md [0.15.0] section finalized with date
  • Tests badge updated (5413)
  • Snapshot tests updated
  • All 5413 tests pass (--features full)
  • cargo +nightly fmt --check passes
  • cargo clippy --workspace --features full -- -D warnings passes
  • Docs updated (mdBook + READMEs)

After merge

git tag v0.15.0 && git push origin v0.15.0

bug-ops added 4 commits March 14, 2026 02:23
- Bump workspace version 0.14.3 → 0.15.0 in Cargo.toml and all workspace dependency entries
- Update Cargo.lock
- Finalize CHANGELOG.md [0.15.0] section dated 2026-03-14
- Update tests badge 4993 → 5413
- Update version references in snapshots, .zeph/zeph.md, crates/zeph-acp/README.md
- Refresh docs/: version refs, Gemini provider docs, cascade routing, tiered compaction, scheduler list, graph memory chunked loading, cloud provider guide, configuration reference
@github-actions github-actions bot added documentation Improvements or additions to documentation rust Rust code changes core zeph-core crate dependencies Dependency updates size/L Large PR (201-500 lines) labels Mar 14, 2026
@bug-ops bug-ops enabled auto-merge (squash) March 14, 2026 01:38
@bug-ops bug-ops merged commit 89c05fb into main Mar 14, 2026
19 checks passed
@bug-ops bug-ops deleted the release/v0.15.0 branch March 14, 2026 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core zeph-core crate dependencies Dependency updates documentation Improvements or additions to documentation rust Rust code changes size/L Large PR (201-500 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant