centdix
93ffdabd71
rollback to old parsing
2025-08-29 14:59:13 +00:00
centdix
9632f65782
better error handling + cleaning
2025-08-29 14:40:37 +00:00
centdix
092541a744
cleaning
2025-08-29 14:03:25 +00:00
centdix
9fd5b9e00d
fix anthropic base url
2025-08-29 14:02:38 +00:00
centdix
901cb716a5
update openai sdk + use stream method
2025-08-29 13:27:00 +00:00
centdix
bd8b708761
cleaning
2025-08-29 12:34:10 +00:00
centdix
97dabd3f1d
draft parser
2025-08-29 11:32:58 +00:00
centdix
5e96efdccc
draft
2025-08-29 11:10:06 +00:00
centdix
1881ad44cd
use anthropic sdk
2025-08-29 09:56:58 +00:00
centdix
07e4e0dc9f
nit
2025-08-28 15:22:42 +00:00
centdix
0bbb368c3f
better typing
2025-08-28 15:07:27 +00:00
centdix
79cf5dbf68
cleaning
2025-08-28 14:37:27 +00:00
centdix
53b2298233
add anthropic.ts
2025-08-28 14:17:20 +00:00
centdix
0ba58c188f
add caching
2025-08-28 13:28:16 +00:00
centdix
c7f487e1a1
working draft
2025-08-28 13:10:29 +00:00
Ruben Fiszel
73a3f4cc73
fix: fix okta and oauth0 sso settings
2025-08-27 18:38:07 +00:00
pyranota
006f32602c
fix: fix relative imports cache invalidation ( #6468 )
...
* fix: new script on deps job for secondary scripts
Signed-off-by: pyranota <pyra@duck.com >
* make it work (dirty)
Signed-off-by: pyranota <pyra@duck.com >
* reduce db calls
* remove `triggered_by_relative_import`
Signed-off-by: pyranota <pyra@duck.com >
* add comment to common_dependency_path
Signed-off-by: pyranota <pyra@duck.com >
* add fallback to old behavior
Signed-off-by: pyranota <pyra@duck.com >
* remove TODOs
Signed-off-by: pyranota <pyra@duck.com >
* pass deployed hash to git sync handler function
Signed-off-by: pyranota <pyra@duck.com >
* fix ci
Signed-off-by: pyranota <pyra@duck.com >
---------
Signed-off-by: pyranota <pyra@duck.com >
2025-08-27 17:44:35 +00:00
Ruben Fiszel
4ad0d255f3
feat: autovacuum or high intensity tables
2025-08-27 17:29:06 +00:00
Ruben Fiszel
86f41ffcde
minor nits fix
2025-08-27 15:08:58 +00:00
Ruben Fiszel
eceab931af
chore(main): release 1.536.0 ( #6471 )
...
* chore(main): release 1.536.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.536.0
2025-08-27 13:43:03 +00:00
Ruben Fiszel
41a8727252
fix: do not require locked for scheduled jobs
2025-08-27 13:31:23 +00:00
Ruben Fiszel
a245f70179
not_found_if_none displays location
2025-08-27 13:08:52 +00:00
Alexander Petric
2066a2ada2
fix(cli): specific items for file resource type ( #6464 )
...
* cli file resource specific items
* improvement
* resource command + correct order of context
* no dynamic imports
* support trigger types for branch specific items
* also update trigger cli function to be branch aware
* hubscript path
2025-08-27 12:49:46 +00:00
Alexander Petric
ceb9150f43
feat: email triggers extra args in 'to' header ( #6476 )
...
* feat: email triggers extra args in 'to' header
* ee-repo + script helpers
2025-08-27 11:12:05 +00:00
pyranota
5808840b78
fix(go): could not read Username for 'xyz': terminal prompts disabled ( #6478 )
...
* fix(go): could not read Username for 'xyz': terminal prompts disabled
Signed-off-by: pyranota <pyra@duck.com >
* remove unused import
Signed-off-by: pyranota <pyra@duck.com >
---------
Signed-off-by: pyranota <pyra@duck.com >
2025-08-27 11:11:54 +00:00
centdix
d9ca181b1d
fix: save changes made in diff mode ( #6477 )
...
* add read only to diff editor
* save changes to editor instead
* only add listener if oncodechange is specified
* pass existing editor as modified model
* remove effect
* cleaning
2025-08-27 10:19:38 +00:00
pyranota
475f405d06
fix(go): exec: "git": executable file not found ( #6475 )
2025-08-26 16:07:15 +00:00
hugocasa
f90d44469e
fix(frontend): nats config conditional fields ( #6473 )
2025-08-26 16:06:26 +01:00
centdix
b26cea9d3e
feat(aichat): give advanced options tools to flow mode ( #6463 )
...
* add tool to set for loop options
* add tool to set skip and early break
* draft ui intents
* fix option tool
* clean ui intents
* add other ui intents + fixes
* cleaning
* fix
* hide diff mode on apply
* clean
* fix
* fix
* fix typo
* add precision for js expressions
2025-08-26 14:08:29 +00:00
hugocasa
2b03133b22
fix(frontend): ai agent step nits ( #6469 )
...
* fix(frontend): ai agent step nits
* fix provider select
* nits
* nit
2025-08-26 13:25:17 +00:00
pyranota
0c94f5f4f3
remove BETA from nushell ( #6462 )
2025-08-25 17:17:04 +00:00
Ruben Fiszel
0ceb72f012
chore(main): release 1.535.0 ( #6460 )
...
* chore(main): release 1.535.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.535.0
2025-08-25 14:43:29 +00:00
centdix
eca3109ec6
feat(aichat): show diff mode on inline scripts changes ( #6454 )
...
* draft
* simplify logic
* convert diffeditor to svelte5
* add buttons to accept or reject
* set code on reject
* nit
* fix
* cleaning
* nit
2025-08-25 14:38:39 +00:00
Ruben Fiszel
d3288947b2
fix: fix opening advanced popup for run resetting tag to default
2025-08-25 14:21:41 +00:00
Ruben Fiszel
a691ae2883
chore(main): release 1.534.1 ( #6458 )
...
* chore(main): release 1.534.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.534.1
2025-08-25 13:37:53 +00:00
Diego Imbert
16d233bf46
fix: add alias to subquery for older postgres versions ( #6455 )
...
* add alias to subquery for older postgres versions
* Update SQLx metadata
---------
Co-authored-by: GitHub Action <action@github.com >
2025-08-25 13:19:10 +00:00
Guilhem
fc20b7bd91
fix(frontend): fix test step behavior ( #6427 )
...
* fix flowStateStore val
* handle run preview multiple keyboard actions
* Synchronise input args and prview args
* Fix arg update one step load
* fix input ste manually not reseted after preview
* rename test steps to stepsInputArgs
* simplify job result update
* fix job preview logic
* fix import
* nit
* clean
* fix test job not displaying when data is pinned
* remove job history loader display delay
* nit
* nit
* add error handler to steps input args comparison function
* prevent result node to display connection
2025-08-25 12:49:46 +00:00
Ruben Fiszel
082312000f
chore(main): release 1.534.0 ( #6452 )
...
* chore(main): release 1.534.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.534.0
2025-08-25 12:46:19 +00:00
pyranota
ef93e9ec8b
tooling: update nix instructions on starting db ( #6457 )
2025-08-25 12:45:53 +00:00
hugocasa
8d31c2ab0d
feat(backend): support unencrypted connection to mssql ( #6453 )
2025-08-25 12:39:37 +00:00
hugocasa
1074b22900
tooling: dev docker db script and readme nits ( #6456 )
...
* tooling: dev docker db script and readme nits
* nits
* nits
2025-08-25 12:38:35 +00:00
Ruben Fiszel
3845744492
nit
2025-08-25 12:35:04 +00:00
Ruben Fiszel
1073eb0e68
fix(flow): test this step preload step input evaluation
2025-08-25 12:12:12 +00:00
centdix
e951c896b8
fix(aichat): fix wrong current model logic ( #6451 )
...
* fix model selection
* fix for context window
* cleaning
* fix lint
* fix
2025-08-25 11:47:02 +02:00
Ruben Fiszel
97ed4a539b
nits cleanup + faster script index #6450
2025-08-23 22:42:39 +00:00
Ruben Fiszel
8964896c13
chore(main): release 1.533.1 ( #6449 )
...
* chore(main): release 1.533.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.533.1
2025-08-23 08:02:32 +00:00
Ruben Fiszel
99666426ec
nits
2025-08-23 07:54:59 +00:00
Ruben Fiszel
0ae8f44773
fix(app): fix oneOf selected undefined freeze
2025-08-23 07:52:56 +00:00
Ruben Fiszel
5b338bb749
chore(main): release 1.533.0 ( #6448 )
...
* chore(main): release 1.533.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.533.0
2025-08-23 02:53:29 +01:00
centdix
d948ff5d0d
nits(aichat): add keyboard navigation in context list ( #6443 )
...
* better flow module code peice
* better keyboard nav for availablecontextlist
* cleaning
* escape to close + cleaning
* nit tab handling
* fix module extraction
* remove code category
* fixes
* comment
* fix
* fix tool params display
2025-08-23 02:50:17 +01:00