-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Stream built-in shell output over AHP terminal channel #327067
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
20 commits
Select commit
Hold shift + click to select a range
fb5883e
Stream output for SDK built-in shell tool
anthonykim1 27ce7bf
better todo comment
anthonykim1 c9aed0a
Bump Copilot SDK to 1.0.8 preview
anthonykim1 b3225ed
Exclude unused Koffi native modules
anthonykim1 86a2c4b
Merge remote-tracking branch 'upstream/main' into anthonykim1/shellOu…
anthonykim1 9aaa7bf
Merge branch 'anthonykim1/copilotJul22' into anthonykim1/shellOutputS…
anthonykim1 49b20d3
Adopt AHP terminal completion changes and stream built-in shell outpu…
anthonykim1 57b320b
Track last emitted snapshot for non-pty shell streaming
anthonykim1 974718c
Normalize output terminal data to CRLF in the terminal manager
anthonykim1 8a821b4
no need to complicate too much with lf crlf
anthonykim1 c30c63c
Merge branch 'main' into anthonykim1/shellOutputStreaming
anthonykim1 5cc326a
Fix output-only shell command lifecycle rendering
anthonykim1 bbc83bd
keep non pty output handling scoped to agent hsot
anthonykim1 05bb38c
fix output only terminal completion state
anthonykim1 0fc5da8
simplify agent host output terminal lifecycle
anthonykim1 717e049
Merge branch 'main' into anthonykim1/shellOutputStreaming
anthonykim1 6b2e153
leave unnncessary background stuff out
anthonykim1 2c26669
scope non pty shell terminals by session
anthonykim1 7771a1a
change ahp version to be proper
anthonykim1 acd86b2
agentHost: regenerate AHP completion types
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| ea279d99 | ||
| 1ed58e31 |
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.
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.
@DonJayamanne Copilot is telling me #326807 hand-wrote this file and its now getting replaced with the new .ahp-version bc they dont seem to be in upstream ahp.
Dont think there would be regression since label was on
attachment.labelthough. Please can you double check?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.
Files impacted (generated by copilot)
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.
hmm, thats weird, I see, the model must have made this change :(
I'll take a look
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.
Feel free to merge your PR, i'll have a look at this once its merged.
There's no point blocking your PR