chore(release): v0.0.29#89
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR performs the v0.0.29 release version bump across the Rust workspace, npm package metadata, documentation, and the ACP registry template so published artifacts and docs reflect the new release.
Changes:
- Bump Rust workspace/crate versions to
0.0.29(Cargo.toml+Cargo.lock). - Bump published metadata versions for ACP (
agent.json) and npm (package.json). - Update user-facing docs to display
0.0.29(README + docs).
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
src-rust/crates/acp/registry-template/agent.json |
Updates ACP agent template version and release download URLs to v0.0.29. |
src-rust/Cargo.toml |
Bumps Rust workspace package version to 0.0.29. |
src-rust/Cargo.lock |
Updates locked workspace crate versions to 0.0.29. |
README.md |
Updates README version strings to 0.0.29. |
npm/package.json |
Bumps npm package version to 0.0.29. |
docs/installation.md |
Updates installation example output to 0.0.29. |
docs/index.md |
Updates docs landing page version badge/text to 0.0.29. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+4
to
5
| "version": "0.0.29", | ||
| "description": "Open-source, multi-provider agentic coding TUI built in Rust (OpenCoven fork of Coven Code). Multi-provider routing (Anthropic, OpenAI, Google, Groq, Ollama, OpenAI-compatible, \u2026), full MCP support, plugin system, companion mascot, chat forking, memory consolidation. No telemetry.", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump to 0.0.29.\n\nChanges since v0.0.28:\n- feat(plugins): marketplace tier-0 scaffold (14 plugins, catalog, sync script)\n- fix(tui): true RGB app background — replace Color::Black with COVEN_CODE_APP_BG\n- fix(tui): coalesce multi-line pastes in production CLI loop\n- fix(cli): protect built-in TUI agent modes (already in main)\n- fix(query): run provider tool calls through hooks (already in main)\n- fix(ci): release workflow version validation (already in main)