Commit 016cd67
v0.2.6: fix + feat + improvement (#612)
* feat(function): added more granular error logs for function execution for easier debugging (#593)
* added more granular error logs for function execution
* added tests
* fixed syntax error reporting
* feat(models): added temp controls for gpt-4.1 family of models (#594)
* improvement(knowledge-upload): create and upload document to KB (#579)
* improvement: added knowledge upload
* improvement: added greptile comments (#579)
* improvement: changed to text to doc (#579)
* improvement: removed comment (#579)
* added input validation, tested persistence of KB selector
* update docs
---------
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net>
Co-authored-by: Waleed Latif <walif6@gmail.com>
* fix(remove workflow.state usage): no more usage of deprecated state column in any routes (#586)
* fix(remove workflow.state usage): no more usage of deprecated state col in routes
* fix lint
* fix chat route to only use deployed state
* fix lint
* better typing
* remove useless logs
* fix lint
* restore workflow handler file
* removed all other usages of deprecated 'state' column from workflows table, updated tests
---------
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@Vikhyaths-MacBook-Air.local>
Co-authored-by: Waleed Latif <walif6@gmail.com>
* fix(doc-selector-kb): enable doc selector when kb is selected (#596)
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@vikhyaths-air.lan>
* fix(unload): remove beforeunload warning since we communicate via wss (#597)
* fix(executor): fix dependency resolution, allow blocks with multiple inputs to execute (#598)
* feat(billing): added migrations for usage-based billing (#601)
* feat(billing): added migrations for usage-based billing
* lint
* lint
* feat(logging): add new schemas + types for new logging system (#599)
* feat(logging): add new schemas + types for logging
* fix lint
* update migration
* fix lint
* Remove migration 48 to avoid conflict with staging
* fixed merge conflict
* fix lint
---------
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@Vikhyaths-Air.attlocal.net>
* fix(createWorkflow): cleanup create workflow to prevent re-renders (#607)
* fix(createWorkflow): no more client side id, duplicate schedules calls
* fix lint
* more cleanup
* fix lint
* fix spamming of create button causing issues
* fix lint
* add more colors + default workflow name changed
* Update apps/sim/stores/workflows/registry/utils.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
---------
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@Vikhyaths-Air.attlocal.net>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* fix(telegram): added markdown text rendering (#611)
* fix: added proper markdown
* fix: reverted route.ts file
---------
Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local>
* fix(kb-upload): fix and consolidate KB file uploads logic (#610)
* fix(kb-upload): fix and consolidate logic
* fix lint
* consolidated presigned routes, fixed temp id kb store issue, added nav to next/prev chunk on edit chunk modal
* fix ci test
---------
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@vikhyaths-air.lan>
Co-authored-by: Waleed Latif <walif6@gmail.com>
---------
Co-authored-by: Waleed Latif <walif6@gmail.com>
Co-authored-by: Adam Gough <77861281+aadamgough@users.noreply.github.com>
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net>
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@Vikhyaths-MacBook-Air.local>
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@vikhyaths-air.lan>
Co-authored-by: Vikhyath Mondreti <vikhyathmondreti@Vikhyaths-Air.attlocal.net>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local>1 parent 3b98253 commit 016cd67
File tree
20 files changed
+1581
-825
lines changed- apps/sim
- app
- api
- __test-utils__
- files
- presigned
- serve/[...path]
- workspaces
- workspace/[workspaceId]
- knowledge
- [id]
- [documentId]
- components/edit-chunk-modal
- components/create-modal
- hooks
- w
- [workflowId]/components/workflow-block
- components/sub-block/components/schedule
- components/sidebar
- lib/uploads
- s3
- stores
- knowledge
- workflows/registry
- tools/telegram
20 files changed
+1581
-825
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
767 | 781 | | |
768 | 782 | | |
769 | 783 | | |
| |||
806 | 820 | | |
807 | 821 | | |
808 | 822 | | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
809 | 828 | | |
810 | 829 | | |
811 | 830 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
90 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
91 | 145 | | |
92 | 146 | | |
93 | 147 | | |
| |||
122 | 176 | | |
123 | 177 | | |
124 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
125 | 207 | | |
126 | 208 | | |
127 | 209 | | |
| |||
182 | 264 | | |
183 | 265 | | |
184 | 266 | | |
185 | | - | |
186 | | - | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
187 | 270 | | |
188 | 271 | | |
189 | 272 | | |
| |||
225 | 308 | | |
226 | 309 | | |
227 | 310 | | |
228 | | - | |
229 | | - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
230 | 315 | | |
231 | 316 | | |
232 | 317 | | |
| |||
269 | 354 | | |
270 | 355 | | |
271 | 356 | | |
272 | | - | |
273 | | - | |
| 357 | + | |
| 358 | + | |
274 | 359 | | |
275 | 360 | | |
276 | 361 | | |
| |||
289 | 374 | | |
290 | 375 | | |
291 | 376 | | |
292 | | - | |
293 | | - | |
294 | | - | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
295 | 380 | | |
296 | 381 | | |
297 | 382 | | |
| |||
0 commit comments