chore: sync upstream v1.3.17#108
Merged
Merged
Conversation
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
There was a problem hiding this comment.
Pull request overview
Syncs this fork with upstream v1.3.17, including a revert of the Windows kitty keyboard events workaround in the TUI and a consistent version bump across the monorepo.
Changes:
- Bump package versions from
1.3.16→1.3.17across packages, extensions, andbun.lock. - Revert the Windows-specific kitty keyboard key-release paste probe in the TUI prompt.
- Reset TUI renderer kitty keyboard configuration to default behavior.
Reviewed changes
Copilot reviewed 20 out of 21 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdks/vscode/package.json | VS Code extension version bump to 1.3.17. |
| packages/web/package.json | Web package version bump to 1.3.17. |
| packages/util/package.json | Util package version bump to 1.3.17. |
| packages/ui/package.json | UI package version bump to 1.3.17. |
| packages/slack/package.json | Slack package version bump to 1.3.17. |
| packages/sdk/js/package.json | JS SDK package version bump to 1.3.17. |
| packages/plugin/package.json | Plugin package version bump to 1.3.17. |
| packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx | Removes Windows-only kitty key-release Ctrl+V paste probing logic and associated import. |
| packages/opencode/src/cli/cmd/tui/app.tsx | Sets useKittyKeyboard config back to default ({}) instead of enabling events on Windows. |
| packages/opencode/package.json | CLI package version bump to 1.3.17. |
| packages/function/package.json | Function package version bump to 1.3.17. |
| packages/extensions/zed/extension.toml | Zed extension version + download URLs updated to v1.3.17. |
| packages/enterprise/package.json | Enterprise package version bump to 1.3.17. |
| packages/desktop/package.json | Desktop package version bump to 1.3.17. |
| packages/desktop-electron/package.json | Desktop Electron package version bump to 1.3.17. |
| packages/console/mail/package.json | Console mail package version bump to 1.3.17. |
| packages/console/function/package.json | Console function package version bump to 1.3.17. |
| packages/console/core/package.json | Console core package version bump to 1.3.17. |
| packages/console/app/package.json | Console app package version bump to 1.3.17. |
| packages/app/package.json | App package version bump to 1.3.17. |
| bun.lock | Lockfile updated to reflect workspace package version bumps to 1.3.17. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
4 tasks
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
Closes #93
Type of change
Changes
fix(tui): revert kitty keyboard events workaround on windows (#20180)release: v1.3.17— version bump across all packagesVerification
bun turbo typecheck— 13/13 packages passChecklist