docs(changelog): 0.2.0 release notes - #215
Merged
Merged
Conversation
…ajors Covers the 31-PR Codex alignment stack (#180-#210) plus the dependency work (#211-#214, #155, #177-#179). Leads with the security section because that is what this release is: the central tool gate could be skipped entirely when `mode` was omitted (#181), and the desktop renderer held provider credentials (#192). Upgrade notes call out the two things a user could otherwise be surprised by — the ~6.7 MB → ~115 MB desktop size increase from the Node sidecar, and that the plugin capability RPC is not an OS boundary. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Changelog entry for 0.2.0, covering the 31-PR Codex alignment stack (#180–#210) plus the dependency work (#211–#214, #155, #177–#179).
Version choice: minor, pre-1.0. There are breaking changes —
RunAgentOptions.modeis now required, and the desktop renderer's native mutation/credential commands are gone — but pre-1.0 convention puts those in a minor bump.The entry leads with security rather than features, because that's what this release actually is: the central tool gate could be skipped entirely whenever
modewas omitted (#181), and the desktop renderer held provider credentials (#192).Upgrade notes call out the two things a user could otherwise be blindsided by:
Release readiness
I ran the release workflow's
validatejob locally against this commit. All green:pnpm typecheckpnpm lint(--max-warnings=0)pnpm format:checkpnpm testpnpm docs:checkpnpm release:checkRelease gate measurements against budget:
extension.cjsapp-server.cjsv*tags triggerrelease.yml, but this repository currently has no Actions secrets configured (gh api repos/oratis/deepcode/actions/secretsreturns an empty list). Six are required:CSC_LINKbuild-macfailsCSC_KEY_PASSWORDbuild-macfailsAPPLE_IDbuild-macfailsAPPLE_APP_SPECIFIC_PASSWORDbuild-macfailsAPPLE_TEAM_IDbuild-macfailsNPM_TOKENThe signing and notarization steps are unconditional — there's no
if:guard — sobuild-macwould fail outright. And because #208 correctly madepublish-cliandgithub-releasebothneeds: build-mac, the effect is that nothing would be published: no npm release, no GitHub Release, no DMG. A tag pushed today produces a red run and a tag that then has to be deleted.That ordering is working as designed — it's exactly the partial-release hazard #208 set out to prevent.
These are credentials, so they need to be added by a maintainer. Once they're in place:
🤖 Generated with Claude Code