-
-
Notifications
You must be signed in to change notification settings - Fork 369
feat: workspaces/worktrees UX + Environments settings + response-required notifications #339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
ccb64f2
fix: accept alt collaboration modes responses and refine debug logging
ishanray de1696f
feat: include experimentalApi capability in initialize params
ishanray 0c72298
Show collaboration modes verbatim
ishanray e93e790
refactor: remove unused collaboration mode label formatter
ishanray d3b0fe9
feat(notifications): add response-required system notifications
ishanray 9d98a3a
Fix plan panel visibility
ishanray 57a97fd
feat(composer): enable shortcuts on workspace home textarea
ishanray 1ee5879
feat(worktrees): add branch suggestions dropdown to WorktreePrompt
ishanray 3dc1b55
Merge branch 'worktree-agent-modal'
ishanray ba5622c
fix(messages): keep streamed plan output when completion is empty
ishanray be336ea
feat(git): add per-file discard action in local diff viewer
ishanray b17b97a
chore: fix indentation
ishanray 70a7c68
fix(messages): keep streamed plan output when completion is empty
ishanray ecb718b
feat(git): add per-file discard action in local diff viewer
ishanray c56c6dd
Merge branch 'testing-ideas'
ishanray d7b1f23
Merge branch 'diff-revert'
ishanray 0f4eea6
feat(workspaces): copy AGENTS.md into new worktrees
ishanray ba763a7
feat(settings): add Environments section for per-project setup scripts
ishanray 7d7f7b3
feat(workspaces): allow skipping AGENTS.md copy when creating worktrees
ishanray 18b8baf
fix(workspaces): avoid overwriting worktree AGENTS.md
Dimillian f19dd1b
fix: prefer non-empty tool output over longer streamed output
Dimillian 20f2456
fix: retry throttled response-required notifications and queue plans
Dimillian 2ee96d1
fix(notifications): notify all pending approvals and questions
Dimillian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This copy path always writes the parent repo’s
AGENTS.mdinto the new worktree without checking whether the checked-out branch already contains its ownAGENTS.md. For existing branches, that overwrites branch-specific instructions and immediately leaves the worktree dirty, which can change agent behavior and surprise users right after creation.Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eh.. not sure how much you care about this @Dimillian