Commit 283a521
feat(copilot): subagents (#2731)
* 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]>1 parent 92fabe7 commit 283a521
File tree
74 files changed
+5623
-1322
lines changed- apps/sim
- app
- api/copilot
- chat/update-messages
- context-usage
- workspace/[workspaceId]
- utils
- w
- [workflowId]
- components
- command-list
- diff-controls
- notifications
- panel
- components/copilot
- components
- copilot-message
- components
- queued-messages
- tool-call
- user-input
- components
- context-usage-indicator
- hooks
- hooks
- hooks
- subflows
- terminal
- workflow-block
- workflow-edge
- components/sidebar/hooks
- lib/copilot/tools
- client
- blocks
- other
- user
- workflow
- server/blocks
- stores
- panel
- copilot
- sidebar
- workflow-diff
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+5623
-1322
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
| |||
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
60 | 78 | | |
61 | 79 | | |
62 | 80 | | |
| |||
This file was deleted.
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments