-
Notifications
You must be signed in to change notification settings - Fork 100
Implement structured output across multiple agents and phases #2660
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
Open
robgruen
wants to merge
40
commits into
main
Choose a base branch
from
dev/robgruen/structured_output
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.
+5,619
−1,595
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
7d46e1a
Add structured-output plan docs to branch
Copilot 6b03452
Implement Phase 1 SDK foundation for structured output
Copilot 9833d0c
Implement Phase 2: renderer safety net for structured content
Copilot 3347584
Implement Phase 3: rich rendering for structured content
Copilot ff1ab7d
Capitalize badge tone labels in list items
Copilot 1c9aefd
Implement Phase 4 (sort/filter interactivity) and Phase 5 (github-cli…
Copilot 0f6fa9b
Fix code review issues: show 0 stars, clarify null guard comment
Copilot 44c03cd
Minor cleanup: simplify stars coercion, clarify filter-input comment
Copilot 4425ea9
Phase 6: commandExecutor forwards rawData as MCP structuredContent; t…
Copilot e7dc761
Fixed build issues
robgruen 1538075
fixed for "list all the issues in this repo"
robgruen 78c212a
fix for "list all the issues in this repo"
robgruen 0656dcc
fixed light theme now
robgruen 5f914cf
fully structure outputtted the github cli
robgruen 7b9fc5b
structured outputted the list agent.
robgruen 2321663
calendar, ipconfig, and weather agents all structured output. added …
robgruen 2324306
show days of week
robgruen 1cd80b5
added structured output to discord, onboarding, screencapture agents
robgruen e5865c9
fixed notification pipeline
robgruen 9ec63a5
fixed agent registration
robgruen 9463d40
added structured output tests
robgruen 5ba9160
updated plan
robgruen a56dd00
Merge remote-tracking branch 'origin' into dev/robgruen/structured_ou…
robgruen 397c159
fixed security vulnerability DOS attack
robgruen c074d40
Merge remote-tracking branch 'origin' into dev/robgruen/structured_ou…
robgruen 1f72262
Merge branch 'main' into dev/robgruen/structured_output
robgruen 8fb1ee1
style: apply prettier formatting and policy fixes
typeagent-bot[bot] 254467e
fix(github-cli): return ActionResultSuccess for myPullRequests list f…
Copilot b303adb
Merge branch 'main' into dev/robgruen/structured_output
robgruen 00b242e
fix: reduce chat-ui renderBlock complexity
Copilot c181c1d
fix lint ratchet violations in changed TS files
Copilot 0822db4
Merge branch 'main' into dev/robgruen/structured_output
robgruen 1de50ce
Merge branch 'main' into dev/robgruen/structured_output
robgruen 7a9c0d4
Merge branch 'main' into dev/robgruen/structured_output
robgruen 0b71de6
Merge branch 'main' into dev/robgruen/structured_output
robgruen f928ce7
Merge branch 'main' into dev/robgruen/structured_output
robgruen 390a11b
docs: regenerate README.AUTOGEN.md for changed packages
typeagent-bot[bot] cb39839
Merge branch 'main' into dev/robgruen/structured_output
Copilot 35dcce8
Merge branch 'main' into dev/robgruen/structured_output
Copilot a009592
docs: regenerate README.AUTOGEN.md for changed packages
typeagent-bot[bot] 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 |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| /home/runner/work/TypeAgent/TypeAgent/ts/packages/vscode-chat/node_modules |
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.
this shouldn't be checked in, right?
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.
No, it should not! Good catch. @copilot , can you remove this file.