Skip to content

chore: sync upstream v1.3.17#108

Merged
terisuke merged 3 commits into
devfrom
chore/upstream-sync-v1317
Apr 6, 2026
Merged

chore: sync upstream v1.3.17#108
terisuke merged 3 commits into
devfrom
chore/upstream-sync-v1317

Conversation

@terisuke
Copy link
Copy Markdown

@terisuke terisuke commented Apr 6, 2026

Summary

  • Sync with upstream v1.3.17 (2 commits: kitty keyboard fix revert + version bump)
  • No conflicts — auto-merged cleanly

Closes #93

Type of change

  • Chore (upstream sync)

Changes

  • fix(tui): revert kitty keyboard events workaround on windows (#20180)
  • release: v1.3.17 — version bump across all packages

Verification

  • bun turbo typecheck — 13/13 packages pass
  • No merge conflicts
  • All guardrails files preserved (fork-only package untouched)

Checklist

  • Code follows project conventions
  • No breaking changes introduced
  • CI checks expected to pass

Copilot AI review requested due to automatic review settings April 6, 2026 08:43
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 6, 2026

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

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.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.161.3.17 across packages, extensions, and bun.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.

@terisuke terisuke merged commit 06d6309 into dev Apr 6, 2026
8 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: sync upstream v1.3.16

3 participants