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
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
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 >
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 >
2025-08-25 13:37:53 +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 >
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
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
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 >
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 >
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
Alexander Petric
a41b9e47e2
feat: CLI improvements ( #6446 )
...
* feat: branch specific items for cli
* error on wmill.yaml parsing errors
* also search for wmill.yaml in parent dirs when git
* git_branches -> gitBranches
* Update cli/src/core/specific_items.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* sanitize branch name (regex + fs path)
* improve sanitatino
* robust relative paths
* hubpath
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-23 02:45:00 +01:00
hugocasa
c13747cda9
fix(frontend): ai agent flow status + UI nits ( #6447 )
...
* fix(frontend): ai agent flow status
* nit: prevent undefined node issue
* feat: UI nits + flow status select iter fix
* nit ai agent color in picker
2025-08-22 18:51:13 +01:00
Ruben Fiszel
964351e211
update monaco-vscode-api ( #6445 )
2025-08-22 11:54:26 +00:00
Ruben Fiszel
2046b64ec8
chore(main): release 1.532.0 ( #6439 )
...
* chore(main): release 1.532.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-08-22 11:05:42 +01:00
hugocasa
7da79a8bc5
feat: json schema resource ( #6433 )
...
* feat: json schema resource
* feat: cache
* fix cleanup
* fix: use format instead of custom property
2025-08-22 10:39:13 +01:00
Diego Imbert
4d8777b278
Fix read undefined when renaming flow step ( #6440 )
2025-08-22 09:24:43 +00:00
centdix
73272f16fd
feat(aichat): allow adding contexts to flow mode ( #6424 )
...
* add new feature instructions
* add db as context for flow mode
* add diff
* cleaner diff
* add modules as available context
* convert to svelte 5
* auto add selected module to context
* change flowinline ai button + nits
* handle adding selected lines
* clean context handling
* apply code pieces
* new chat when changing mode
* clean
* show code for code steps
* add last saved flow
* fix size
* categorize context
* optionnaly categorize
* fix module finding
* logs
* nit prompt
* fix
* fix
* fix test tool for script
* clean
2025-08-22 08:46:03 +00:00
Ruben Fiszel
ee5e39a3d5
chore(main): release 1.531.0 ( #6429 )
...
* chore(main): release 1.531.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-08-22 08:01:58 +00:00
Ruben Fiszel
9df008b9f8
fix: s3 result presigned not working with list
2025-08-22 07:56:02 +00:00
Ruben Fiszel
06d078ebfa
fix: make relevant sidebar menu items a instead of button
2025-08-21 18:37:32 +00:00
Ruben Fiszel
4373dfbd80
make tag select removable in custom ui
2025-08-21 18:17:52 +00:00
Ruben Fiszel
d0c7ac9f95
nit 2
2025-08-21 17:55:29 +00:00
Ruben Fiszel
6e132e8ee9
ctrl drop on apps improvements
2025-08-21 17:51:06 +00:00
Ruben Fiszel
51ea9473ef
fix(app): fix ctrl drag for insertion into subgrids
2025-08-21 17:32:51 +00:00
hugocasa
28f1d61164
fix(frontend): graph cache of ai agent step tools ( #6431 )
2025-08-21 13:59:16 +02:00
Ruben Fiszel
14b0edd8a4
nit fix
2025-08-20 22:55:44 +00:00
hugocasa
958e8af782
feat: ai agent steps ( #6393 )
...
* feat: ai agent steps base
* better backend and graph
* feat: anthropic, log viewer
* nit
* fix(frontend): hide tool nodes from timeline
* move ai agent actions from flow status to flow status module
* nits and workspace/hub scripts support
* tmp ref
* fix merge
* feat: display agent tools status in the graph
* fix reactivity
* fix flow status
* nit
2025-08-20 22:40:57 +00:00
Guilhem
4b79e53f0d
fix unsafe mutation in input picker getter ( #6428 )
...
* fix bad mutation
* remove unnecessary data structure for step args
2025-08-20 22:40:14 +00:00
Ruben Fiszel
58bc913dfc
chore(main): release 1.530.0 ( #6426 )
...
* chore(main): release 1.530.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-08-20 18:20:55 +00:00
Alexander Petric
511ff5e9f7
fix: aggrid newchange to point to correct idx ( #6425 )
...
* fix: aggrid newchange to point to correct idx
* fix: aggrid newchange to point to correct idx
2025-08-20 18:16:54 +00:00
Ruben Fiszel
aa5a0300f4
better preprocessing fix
2025-08-20 18:06:57 +00:00
Ruben Fiszel
47e49b243d
fix: fix preprocessor preview
2025-08-20 17:54:18 +00:00
Ruben Fiszel
05648c7c81
multiple flow editor fixes
2025-08-20 17:28:41 +00:00
Ruben Fiszel
bcd05753f4
flow nits
2025-08-20 17:06:11 +00:00
Ruben Fiszel
ac066abb98
fix: improve flow editor log streaming for individual tests
2025-08-20 16:33:08 +00:00
Ruben Fiszel
26a47ee699
chore(main): release 1.529.0 ( #6423 )
...
* chore(main): release 1.529.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-08-20 09:32:32 +00:00
Ruben Fiszel
1734862718
fix In
2025-08-20 09:28:00 +00:00
Ruben Fiszel
c1770cd769
improve logic
2025-08-20 09:06:25 +00:00