chore: release v0.14.0 - #411
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the v0.14.0 release by bumping the deva.sh version string and adding a new v0.14.0 section header to the changelog.
Changes:
- Update
deva.shVERSIONfrom0.13.0to0.14.0. - Add a
0.14.0changelog section with the release date (2026-07-10).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| deva.sh | Bumps the reported tool version to 0.14.0. |
| CHANGELOG.md | Introduces the 0.14.0 release header/date above the existing release notes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
v0.14.0 — the four-agent release.
Why upgrade:
@xai-official/grok) as the fourth first-party agent —deva.sh grok, same container shape, oauth or api-key. Both binary-shadowing directions are guarded: a host~/.grokcan't shadow the container CLI, and in-containergrok updatecan't poison your host install (verified against the real updater). api-key mode mounts no auth dir at all, so the key you export is the key that gets billed (Add grok agent: integrate official xAI Grok CLI (@xai-official/grok) as fourth first-party agent #403, feat: add grok agent (official xAI Grok CLI) #404).docker buildwith host-gateway mapping for native Linux, authenticated proxies rewritten correctly, credentials redacted from logs, and npm version resolution that ignores.npmrcmirror staleness and degrades gracefully on registry outages (Re-land proxy-aware builds and version resolution, hardened #407, fix(build): proxy-aware version resolution and Docker builds, hardened #408).llms.txtat the root and on docs.deva.sh for agent-shaped visitors; nightly builds retry mirror flakes and assert the published manifests actually resolve (Repo surface burnish: kill three-agent drift, add llms.txt, harden nightly #409, chore: burnish repo surfaces — drift, llms.txt, nightly honesty #410).skills/deva-clean: mount-safe workspace cleanup that git-triages before it deletes (Add deva-clean skill: mount-safe workspace disk cleanup #401).Full details in CHANGELOG.md. Tag v0.14.0 lands on the merge commit; the Release workflow takes it from there.
🤖 Generated with Claude Code