Commit cc2be33
v0.5.67: loading, password reset, ui improvements, helm updates (#2928)
* fix(zustand): updated to useShallow from deprecated createWithEqualityFn (#2919)
* fix(logger): use direct env access for webpack inlining (#2920)
* fix(notifications): text overflow with line-clamp (#2921)
* chore(helm): add env vars for Vertex AI, orgs, and telemetry (#2922)
* fix(auth): improve reset password flow and consolidate brand detection (#2924)
* fix(auth): improve reset password flow and consolidate brand detection
* fix(auth): set errorHandled for EMAIL_NOT_VERIFIED to prevent duplicate error
* fix(auth): clear success message on login errors
* chore(auth): fix import order per lint
* fix(action-bar): duplicate subflows with children (#2923)
* fix(action-bar): duplicate subflows with children
* fix(action-bar): add validateTriggerPaste for subflow duplicate
* fix(resolver): agent response format, input formats, root level (#2925)
* fix(resolvers): agent response format, input formats, root level
* fix response block initial seeding
* fix tests
* fix(messages-input): fix cursor alignment and auto-resize with overlay (#2926)
* fix(messages-input): fix cursor alignment and auto-resize with overlay
* fixed remaining zustand warnings
* fix(stores): remove dead code causing log spam on startup (#2927)
* fix(stores): remove dead code causing log spam on startup
* fix(stores): replace custom tools zustand store with react query cache
* improvement(ui): use BrandedButton and BrandedLink components (#2930)
- Refactor auth forms to use BrandedButton component
- Add BrandedLink component for changelog page
- Reduce code duplication in login, signup, reset-password forms
- Update star count default value
* fix(custom-tools): remove unsafe title fallback in getCustomTool (#2929)
* fix(custom-tools): remove unsafe title fallback in getCustomTool
* fix(custom-tools): restore title fallback in getCustomTool lookup
Custom tools are referenced by title (custom_${title}), not database ID.
The title fallback is required for client-side tool resolution to work.
* fix(null-bodies): empty bodies handling (#2931)
* fix(null-statuses): empty bodies handling
* address bugbot comment
* fix(token-refresh): microsoft, notion, x, linear (#2933)
* fix(microsoft): proactive refresh needed
* fix(x): missing token refresh flag
* notion and linear missing flag too
* address bugbot comment
* fix(auth): handle EMAIL_NOT_VERIFIED in onError callback (#2932)
* fix(auth): handle EMAIL_NOT_VERIFIED in onError callback
* refactor(auth): extract redirectToVerify helper to reduce duplication
* fix(workflow-selector): use dedicated selector for workflow dropdown (#2934)
* feat(workflow-block): preview (#2935)
* improvement(copilot): tool configs to show nested props (#2936)
* fix(auth): add genericOAuth providers to trustedProviders (#2937)
---------
Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com>
Co-authored-by: Emir Karabeg <78010029+emir-karabeg@users.noreply.github.com>File tree
80 files changed
+1200
-1357
lines changed- apps/sim
- app
- (auth)
- login
- reset-password
- signup
- sso
- verify
- (landing)
- careers
- api
- auth
- oauth
- reset-password
- function/execute
- changelog/components
- chat/[identifier]
- templates/components
- workspace/[workspaceId]
- logs/components/log-details/components/execution-snapshot
- templates/components
- w
- [workflowId]/components
- action-bar
- notifications
- panel/components
- deploy/components/deploy-modal/components
- general
- template
- editor
- components
- sub-block
- components
- code
- combobox
- condition-input
- dropdown
- input-mapping
- messages-input
- tag-dropdown
- tool-input
- workflow-selector
- hooks
- subflow-editor
- hooks
- workflow-block
- components/preview
- components
- blocks/blocks
- executor
- handlers
- agent
- human-in-the-loop
- response
- utils
- variables/resolvers
- hooks
- queries
- selectors
- lib
- auth
- copilot/tools
- client/workflow
- server/blocks
- oauth
- workflows/blocks
- providers
- stores
- custom-tools
- panel/variables
- variables
- workflows
- workflow
- tools
- helm/sim
- packages/logger/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
80 files changed
+1200
-1357
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
108 | | - | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | 117 | | |
119 | 118 | | |
120 | 119 | | |
| |||
123 | 122 | | |
124 | 123 | | |
125 | 124 | | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | 142 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
152 | 146 | | |
153 | 147 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | 148 | | |
169 | 149 | | |
170 | 150 | | |
| |||
202 | 182 | | |
203 | 183 | | |
204 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
205 | 192 | | |
206 | 193 | | |
207 | 194 | | |
| |||
221 | 208 | | |
222 | 209 | | |
223 | 210 | | |
| 211 | + | |
224 | 212 | | |
225 | 213 | | |
226 | 214 | | |
| |||
231 | 219 | | |
232 | 220 | | |
233 | 221 | | |
234 | | - | |
235 | 222 | | |
236 | 223 | | |
| 224 | + | |
| 225 | + | |
237 | 226 | | |
238 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
239 | 232 | | |
240 | 233 | | |
241 | 234 | | |
| |||
271 | 264 | | |
272 | 265 | | |
273 | 266 | | |
| 267 | + | |
274 | 268 | | |
275 | 269 | | |
276 | 270 | | |
277 | 271 | | |
278 | 272 | | |
279 | 273 | | |
280 | 274 | | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
281 | 282 | | |
282 | 283 | | |
283 | 284 | | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
284 | 291 | | |
285 | 292 | | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
| 293 | + | |
290 | 294 | | |
291 | 295 | | |
292 | 296 | | |
| |||
400 | 404 | | |
401 | 405 | | |
402 | 406 | | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
403 | 414 | | |
404 | 415 | | |
405 | 416 | | |
| |||
482 | 493 | | |
483 | 494 | | |
484 | 495 | | |
485 | | - | |
| 496 | + | |
486 | 497 | | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | 498 | | |
| 499 | + | |
| 500 | + | |
491 | 501 | | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
| 502 | + | |
| 503 | + | |
503 | 504 | | |
504 | 505 | | |
505 | 506 | | |
| |||
610 | 611 | | |
611 | 612 | | |
612 | 613 | | |
613 | | - | |
| 614 | + | |
614 | 615 | | |
615 | 616 | | |
616 | | - | |
617 | | - | |
618 | | - | |
619 | 617 | | |
| 618 | + | |
| 619 | + | |
620 | 620 | | |
621 | | - | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | | - | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | | - | |
631 | | - | |
| 621 | + | |
| 622 | + | |
632 | 623 | | |
633 | 624 | | |
634 | 625 | | |
| |||
Lines changed: 14 additions & 93 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 30 | | |
61 | 31 | | |
62 | 32 | | |
| |||
94 | 64 | | |
95 | 65 | | |
96 | 66 | | |
97 | | - | |
| 67 | + | |
98 | 68 | | |
99 | 69 | | |
100 | | - | |
101 | | - | |
102 | | - | |
| 70 | + | |
| 71 | + | |
103 | 72 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
| 73 | + | |
| 74 | + | |
115 | 75 | | |
116 | 76 | | |
117 | 77 | | |
| |||
138 | 98 | | |
139 | 99 | | |
140 | 100 | | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | 101 | | |
171 | 102 | | |
172 | 103 | | |
| |||
296 | 227 | | |
297 | 228 | | |
298 | 229 | | |
299 | | - | |
300 | | - | |
| 230 | + | |
301 | 231 | | |
302 | | - | |
303 | | - | |
304 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
305 | 235 | | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
| 236 | + | |
| 237 | + | |
317 | 238 | | |
318 | 239 | | |
319 | 240 | | |
0 commit comments