hugocasa
734fb3f1f7
prevent past due team plans to overuse ( #6487 )
...
* prevent past due team plans to overuse
* nit
* update ee ref
2025-08-28 16:56:57 +00:00
centdix
30081eca92
feat(aichat): allow reverting specific line for inline script suggestions ( #6480 )
...
* draft
* cleaning
* settimeout temp fix
* adjust colors
* cleaning
* good stuff
* no timeout
* add on finish callback
* cleaning
* fix
* adpat accept all / reject all
* cleaning
* cleaning
* adapt click on module reject/accept
* clearer function names
* nit
* simplify
2025-08-28 10:00:59 +00:00
Ruben Fiszel
78fa7d8700
fix: fix okta and oauth0 sso settings
2025-08-27 18:38:07 +00:00
Alexander Petric
dba5c95d6f
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
2c29079fd5
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
1ab6e507f2
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
0fdfa43776
fix(frontend): nats config conditional fields ( #6473 )
2025-08-26 16:06:26 +01:00
centdix
b54fb32e4b
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
a58da796bf
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
b5404b8502
remove BETA from nushell ( #6462 )
2025-08-25 17:17:04 +00:00
centdix
b2c10c48dd
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
4c312fffd9
fix: fix opening advanced popup for run resetting tag to default
2025-08-25 14:21:41 +00:00
Guilhem
9749b9ea66
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
59ce1f360d
nit
2025-08-25 12:35:04 +00:00
Ruben Fiszel
b4da88e142
fix(flow): test this step preload step input evaluation
2025-08-25 12:12:12 +00:00
centdix
411cb3889c
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
c60eeb5145
nits
2025-08-23 07:54:59 +00:00
Ruben Fiszel
366756a3b6
fix(app): fix oneOf selected undefined freeze
2025-08-23 07:52:56 +00:00
centdix
4e8e938440
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
919bf6bd5c
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
c63c2ef0c6
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
aa8c3f7a85
update monaco-vscode-api ( #6445 )
2025-08-22 11:54:26 +00:00
hugocasa
51b51b7c05
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
134473a49a
Fix read undefined when renaming flow step ( #6440 )
2025-08-22 09:24:43 +00:00
centdix
3562220120
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
7e451ae95d
fix: s3 result presigned not working with list
2025-08-22 07:56:02 +00:00
Ruben Fiszel
aec1f724c4
fix: make relevant sidebar menu items a instead of button
2025-08-21 18:37:32 +00:00
Ruben Fiszel
36b2ee0fc6
make tag select removable in custom ui
2025-08-21 18:17:52 +00:00
Ruben Fiszel
2eece73e93
nit 2
2025-08-21 17:55:29 +00:00
Ruben Fiszel
e89ebd3dc2
ctrl drop on apps improvements
2025-08-21 17:51:06 +00:00
Ruben Fiszel
752a1c958d
fix(app): fix ctrl drag for insertion into subgrids
2025-08-21 17:32:51 +00:00
hugocasa
c1896e5d6a
fix(frontend): graph cache of ai agent step tools ( #6431 )
2025-08-21 13:59:16 +02:00
Ruben Fiszel
fd3393d913
nit fix
2025-08-20 22:55:44 +00:00
hugocasa
7e5b31b124
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
c7e6a60b46
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
Alexander Petric
121d1f0041
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
0574fd3490
better preprocessing fix
2025-08-20 18:06:57 +00:00
Ruben Fiszel
e591dce70a
fix: fix preprocessor preview
2025-08-20 17:54:18 +00:00
Ruben Fiszel
01e0757be7
multiple flow editor fixes
2025-08-20 17:28:41 +00:00
Ruben Fiszel
1a80afcb05
flow nits
2025-08-20 17:06:11 +00:00
Ruben Fiszel
6675cfed2a
fix: improve flow editor log streaming for individual tests
2025-08-20 16:33:08 +00:00
Ruben Fiszel
c6fbefc27d
fix In
2025-08-20 09:28:00 +00:00
Ruben Fiszel
afb1519642
improve logic
2025-08-20 09:06:25 +00:00
Ruben Fiszel
c7dd47a7fe
fix: fix Out output of flow node in frontend be reactive to relevant flowStateStore change
2025-08-20 09:03:05 +00:00
centdix
8cd295159c
nits(aichat): better ui for tool execution ( #6418 )
...
* better conf messages
* nits on tool exec
2025-08-20 10:51:06 +02:00
pyranota
3f9f6d9727
feat(frontend): add relative line numbers toggle ( #6416 )
...
* feat(frontend): add relative line numbers toggle
Signed-off-by: pyranota <pyra@duck.com >
* nits
Signed-off-by: pyranota <pyra@duck.com >
---------
Signed-off-by: pyranota <pyra@duck.com >
2025-08-19 22:09:01 +00:00
Diego Imbert
1eeecb88dc
fix: improve computeAssetNodes rendering caching and performance ( #6414 )
...
* better caching for computeAssetNodes
* only pass required fields
* unecessary returns
* type not necessary
2025-08-19 21:12:34 +00:00
centdix
fc0309daf6
feat(aichat): add tool to test specific module in flow mode ( #6381 )
...
* draft
* cleaning
* cleaning
* fixes
* fix placeholders
* better fallback
* cleaning
2025-08-19 15:18:30 +02:00
Ruben Fiszel
be3544edf2
nit module tracker
2025-08-19 07:56:17 +00:00
pyranota
ddd389d59b
feat: native k8s autoscaling integration (EE) ( #6405 )
...
* stage progress
* stage progress (dirty)
* feat: native k8s autoscaling integration (EE)
Signed-off-by: pyranota <pyra@duck.com >
* fix frontend
Signed-off-by: pyranota <pyra@duck.com >
* update ee ref
Signed-off-by: pyranota <pyra@duck.com >
* update ee ref
Signed-off-by: pyranota <pyra@duck.com >
* Update backend/windmill-api/src/configs.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update ee-repo-ref.txt
---------
Signed-off-by: pyranota <pyra@duck.com >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-08-19 02:20:14 +00:00