chore: version packages - #489
Closed
github-actions[bot] wants to merge 1 commit into
Closed
github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
github-actions
Bot
force-pushed
the
changeset-release/master
branch
from
September 24, 2026 21:11
270d94c to
87f716a
Compare
Owner
|
Superseded: 1.33.1 was released manually in 47f209b, which consumed these changesets. |
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
aicodeman@1.33.1
Patch Changes
8841bcc: Add a search box to the Manage tab of the Add Case dialog. It filters the case list by name or path, and the reorder arrows are disabled while a filter is active so a swap cannot involve a hidden case.
8841bcc: The case picker now refreshes its list from
/api/caseswhen it opens and every 5 seconds while it stays open, so folders deleted or created on disk appear without a page reload. If the selected case has been removed, the picker falls back to another case without saving it as the last-used one.77ba41f: Install pnpm in the Docker Compose server image.
dsh pluginspawns a literalpnpmwith no npm fallback, so the Run menu's "DeepSeek - add a terminal profile" button failed withdsh: pnpm not found on PATHin that image. Because this changesserver.Dockerfile, the in-app updater will ask Compose deployments to rebuild the image (Update-Codeman.sh) rather than apply this release in place.77ba41f: Install
uvanduvxin the Compose server image and the agent image, so MCP servers launched withuvx(such as the Nginx Proxy Manager MCP) can be enabled by Codex instead of failing withuvxnot found. The server image also carriespnpmfordsh plugin.Both images also install
libsecret-1-0, the native library thekeytardependency of the Azure DevOps MCP (@azure-devops/mcp) needs; without it the server crashes before answering the MCP initialize handshake.