chore: sync 5 upstream commits (March 15)#27
Conversation
…pingdotgg#1096) Co-authored-by: Julius Marminge <julius0216@outlook.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 982415409b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <ComposerPendingUserInputPanel | ||
| pendingUserInputs={pendingUserInputs} | ||
| respondingRequestIds={respondingUserInputRequestIds} | ||
| respondingRequestIds={respondingRequestIds} |
There was a problem hiding this comment.
Use user-input response state for pending input panel
Pass the user-input in-flight IDs here instead of approval in-flight IDs. ComposerPendingUserInputPanel uses respondingRequestIds to disable options while thread.user-input.respond is pending, but this prop now receives respondingRequestIds (approval state), so user-input prompts stay interactive during submission and can trigger duplicate responses; additionally, an unrelated approval request can incorrectly mark a user-input prompt as responding.
Useful? React with 👍 / 👎.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
What Changed
Synced 5 upstream commits from upstream/main:
.idea/(IDE configuration) to .gitignoreAlso created local
upstream-syncskill for automated upstream monitoring and changelog management.Why
Keeps the fork aligned with upstream improvements while maintaining fork-specific features (sub-threads, skills, Claude integration). The scroll-to-bottom pill and focus ring improvements enhance user experience, while the Node.js version tightening ensures better compatibility.
Checklist