chore: release 7.5.0#223
Merged
Merged
Conversation
Five new agents (Qwen, Copilot Chat, Copilot CLI, Pi, Oh My Pi), project launcher with GitHub repo onboarding, subscriptions management, background git fetch worker, sidebar customization, and 7+ Codex/Windows/cloud-sync stability fixes accumulated over 27 commits since 7.4.0. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
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.
Summary
Bumps
codbash-appfrom 7.4.0 (npm published 2026-04-17, 38 days ago) to 7.5.0.Why a minor bump
5 new agents + 4 user-facing features + 12 stability fixes accumulated. Backward-compatible, no API breaks → minor per SemVer.
What's in 7.5.0
New agents (5)
gh copilotextension scanner + resume (feat: add GitHub Copilot CLI as 7th supported agent #207)pi --session <path>resume (feat(pi): add Pi and Oh My Pi support #221)omp --resume(feat(pi): add Pi and Oh My Pi support #221)Features
▶ New/⟳ Lastbuttons + GitHub repo Clone & Add (feat: project launcher — New/Last session + GitHub repo onboarding #210)Fixes
~/.codex/sessionsfor new files — no more restart needed (fix(codex): pick up new sessions; stop misattributing active processes (#209) #215)/api/activeno longer misattributes processes viafallback-latest(fix(codex): pick up new sessions; stop misattributing active processes (#209) #215)$HOME-as-git-root no longer leaks dotfiles remote (fix: collapse worktrees to main repo, ignore $HOME-as-git-root #212)Start-Process -WorkingDirectory(fix: preserve Windows paths for Codex resume #214)e.from(fix: subscription entries not appearing after 3 additions in History tab #208)Verification
node -cclean on all touched JSnode --test test/*.test.js→ 144 pass / 0 fail / 2 skipped (cross-platform skips)Release flow after merge
git checkout main && git pull npm publish --access public