-
Notifications
You must be signed in to change notification settings - Fork 3.2k
v0.5.57: subagents, context menu improvements, bug fixes #2775
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
Conversation
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
* Fix router block * Fix autoconnect edge for router * Fix lint * router block error path decision * improve router prompt --------- Co-authored-by: Vikhyath Mondreti <[email protected]>
* fix(helm): add custom egress rules to realtime network policy (#2481) The realtime service network policy was missing the custom egress rules section that allows configuration of additional egress rules via values.yaml. This caused the realtime pods to be unable to connect to external databases (e.g., PostgreSQL on port 5432) when using external database configurations. The app network policy already had this section, but the realtime network policy was missing it, creating an inconsistency and preventing the realtime service from accessing external databases configured via networkPolicy.egress values. This fix adds the same custom egress rules template section to the realtime network policy, matching the app network policy behavior and allowing users to configure database connectivity via values.yaml. * Add subagents * Edit, plan, debug subagents * Tweaks * Message queue * Many subagents * Fix bugs * Trigger request * Overlays * Diff in chat * Remove context usage code * Diff view in chat * Options * Lint * Fix rendering of edit subblocks * Add deploy mcp tools * Add evaluator subagent * Editor component * Options select * Fixes to options * Fix spacing between options * Subagent rendering * Fix previews * Plan * Streaming * Fix thinking scroll * Renaming * Fix thinking text * Persist and load chats properly * Diff view * Fix lint * Previous options should not be selectable * Enable images * improvement(copilot): ui/ux * improvement(copilot): diff controls * Fix ops bug * Fix ops * Stuff * Fix config --------- Co-authored-by: Vikhyath Mondreti <[email protected]> Co-authored-by: Waleed <[email protected]> Co-authored-by: Martin Yankov <[email protected]> Co-authored-by: Emir Karabeg <[email protected]> Co-authored-by: waleedlatif1 <[email protected]> Co-authored-by: Adam Gough <[email protected]> Co-authored-by: aadamgough <[email protected]> Co-authored-by: Emir Karabeg <[email protected]>
* improvement(response): only allow singleton * respect singleton triggers and blocks in copilot * don't show dup button for response * fix error message
…tered (#2765) * fix(tag-input): add onInputChange to clear errors when new text is entered * added paste case too
* Fix loading * Fix Lint * Scroll stickiness * Scroll stickiness * improvement: diff controls and notifications positioning * feat(copilot): editable input component --------- Co-authored-by: Emir Karabeg <[email protected]>
…or of a workflow icon, new workflow naming convention (#2770) * feat(popover): add expandOnHover, added the ability to change the color of a workflow icon * updated workflow naming conventions
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
|
Too many files changed for review. ( |
…ow on drag (#2771) * fix(resize): fix subflow resize on drag, children deselected in subflow on drag * ack PR comments * fix copy-paste subflows deselecting children * ack comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
fix(router): fix router ports (#2757)
fix(perms): copilot checks undefined issue (#2763)
feat(copilot): subagents (#2731)
improvement(response): only allow singleton (#2764)
fix(context-menu): make divider aware of available options (#2766)
fix(tag-input): add onInputChange to clear errors when new text is entered; handle paste case (#2765)
fix(subflow): update subflow border to match block border (#2768)
fix(copilot): fix copilot chat loading (#2769)
feat(popover): add expandOnHover, workflow icon color customization, updated workflow naming conventions (#2770)