-
Notifications
You must be signed in to change notification settings - Fork 3.5k
feat(copilot): superagent #2201
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 1 commit
Commits
Show all changes
82 commits
Select commit
Hold shift + click to select a range
8f0ef58
v0.5.7: combobox selectors, usage indicator, workflow loading race co…
icecrasher321 31c34b2
v0.5.8: notifications, billing, ui changes, store loading state machine
icecrasher321 842ef27
v0.5.9: add backwards compatibility for agent messages array
waleedlatif1 b7e814b
v0.5.10: copilot upgrade, preprocessor, logs search, UI, code hygiene
waleedlatif1 ebcd243
v0.5.11: stt, videogen, vllm, billing fixes, new models
waleedlatif1 1d08796
v0.5.12: memory optimizations, sentry, incidentio, posthog, zendesk, …
waleedlatif1 8c32ad4
v0.5.13: polling fixes, generic agent search tool, status page, smtp,…
waleedlatif1 54cc937
v0.5.14: fix issue with teams, google selectors + cleanup code
icecrasher321 774e5d5
v0.5.15: add tools, revert subblock prop change
icecrasher321 e157ce5
v0.5.16: MCP fixes, code refactors, jira fixes, new mistral models
waleedlatif1 3187493
v0.5.17: modals, billing fixes, bun update, zoom, dropbox, kalshi, po…
waleedlatif1 c3afbdd
Superagent poc
Sg312 04eeb59
Checkpoint brokeN
Sg312 7913c67
tool call rag
Sg312 a21b796
Fix
Sg312 0517d61
Fixes
Sg312 804c157
Improvements
Sg312 5ec85be
Creds stuff
Sg312 09bb84f
Fix
Sg312 dca8c78
Fix tools
Sg312 0258ca3
Fix stream
Sg312 88f5bfb
Prompt
Sg312 10ae3ed
Update sheets descriptions
Sg312 63d36b7
Better
Sg312 1f1a73e
Copilot components
Sg312 67ad858
Delete stuff
Sg312 d160090
Remove db migration
Sg312 9fe4cf4
Fix migrations
Sg312 5dced7f
Fix things
Sg312 3b56e01
Copilot side superagent
Sg312 b6ca604
Build workflow from chat
Sg312 114a224
Combine superagent into copilkot
Sg312 70b6a40
Render tools
Sg312 1c53dd7
Function execution
Sg312 c77405b
Max mode indicators
Sg312 e8c4f23
Tool call confirmations
Sg312 ab07356
Credential settings
Sg312 06aecd7
Remove betas
Sg312 67a8485
Bump version
Sg312 3af1a35
Dropdown options in block metadata
Sg312 23980a2
Copilot kb tools
Sg312 308847e
Fix lint
Sg312 1d22630
Credentials modal
Sg312 19bb425
Fix lint
Sg312 b0d27b9
Cleanup
Sg312 8331cc7
Env var resolution in superagent tools
Sg312 02b4035
Get id for workflow vars
Sg312 6e8b18c
Fix insert into subflow
Sg312 3241daf
Fix executor for while and do while loops
Sg312 756293b
Fix metadata for parallel
Sg312 1958448
Remove db migration
Sg312 de3457f
Rebase
Sg312 b5a8f1e
Add migrations back
Sg312 89e7a51
Clean up code
Sg312 71bcc2d
Fix executor logic issue
Sg312 8179e49
Cleanup
Sg312 f8b6e50
Diagram tool
Sg312 2c5d2e4
Fix tool naems
Sg312 813f519
Comment out g3p
Sg312 63a5efc
Remove popup option
Sg312 2009b0c
Hide o3
Sg312 8e64a55
Remove db migration
Sg312 65701c4
Merge remote-tracking branch 'origin' into feat/superagent
Sg312 95709c5
Merge branch 'staging' into feat/superagent
Sg312 fa65d31
Fix merge conflicts
Sg312 3eb448a
Fix lint
Sg312 f0bc5d0
Fix tests
Sg312 dafca72
Remove webhook change
Sg312 adae879
Remove cb change
Sg312 77de64b
Fix lint
Sg312 c2a81a6
Fix
Sg312 7e677d0
Fix lint
Sg312 833d301
Fix build
Sg312 3d8796c
comment out gemini
Sg312 8655975
Add gemini back
Sg312 dc27220
Merge branch 'staging' into feat/superagent
Sg312 2deb727
Remove bad test
Sg312 aca1fa6
Fix
Sg312 8696baa
Fix test
Sg312 e4fab34
Fix
Sg312 3d66f11
Nuke bad test
Sg312 6e55083
Fix lint
Sg312 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
Combine superagent into copilkot
- Loading branch information
commit 114a2246b96322d2c7b0c4321ed22a10afdc1103
Some comments aren't visible on the classic Files Changed page.
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
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.
style: Using
z.any()bypasses type safety - consider defining specific argument schemas or at least usingz.unknown()for better type safety. Would it be possible to define more specific schemas for common tool argument patterns?Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Prompt To Fix With AI