-
Notifications
You must be signed in to change notification settings - Fork 39.7k
Async terminal for CLI in chat panel #312178
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
Draft
anthonykim1
wants to merge
27
commits into
main
Choose a base branch
from
anthonykim1/supportAsyncTerminalInCopilotCLIchatPanel
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
5003151
working changes to keep session title with panel and cli resume
anthonykim1 701e10d
allow syncing of session title from side bar and editor tab
anthonykim1 372bb78
remove raceCanellation
anthonykim1 159d3e4
Stop using <T> for void
anthonykim1 0a1c2f5
better name
anthonykim1 41c78e8
stage title locally when SDK session isn't materialized yet
anthonykim1 0c44356
Merge branch 'main' into anthonykim1/updateCLIsessionTitle
anthonykim1 b461750
Merge branch 'main' into anthonykim1/updateCLIsessionTitle
anthonykim1 279b499
rename to fix test
anthonykim1 1ee441e
futher unify title resolution through single resolver
anthonykim1 82c6dad
Support async terminal in cli chat panel
anthonykim1 58a13db
Merge branch 'main' into anthonykim1/supportAsyncTerminalInCopilotCLI…
anthonykim1 4971ba6
stop using unknown in test
anthonykim1 6576f4f
clean up anthony's comment
anthonykim1 f58b7fb
Wire system.notification listener for V1 (legacy) session controller …
anthonykim1 4c2390c
try to clean up logs a bit
anthonykim1 81d17ee
Try to fix test
anthonykim1 7dbe073
tighten the wording in proposed api
anthonykim1 913dcae
skip mid turn: sdk already injects notification
anthonykim1 2e10a1c
Merge branch 'main' into anthonykim1/supportAsyncTerminalInCopilotCLI…
anthonykim1 f38308d
Inline keep-alive timeout; drop permissionRequested check
anthonykim1 d09c106
temporarily ship the logs to save status
anthonykim1 283a8ee
temp resolve case where async after another async is blocked
anthonykim1 18773f5
release cli session keep-alive ref on explicit deletion
anthonykim1 c14f0c5
please stop hanging
anthonykim1 b3ccdb4
Use prompt instead of message
anthonykim1 a8c0f1b
remove wasteful trip
anthonykim1 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
232 changes: 224 additions & 8 deletions
232
extensions/copilot/src/extension/chatSessions/copilotcli/node/copilotcliSession.ts
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.