centdix
1a6283b42a
fix: fix input with wrong height on first render ( #5935 )
...
* fix input with wrong height on first render
* better fix
2025-06-13 09:29:57 +00:00
Ruben Fiszel
283167264e
more svelte 5 migrations
2025-06-13 08:47:27 +02:00
Ruben Fiszel
b3e7a9cb79
more svelte 5 migration ( #5936 )
...
* all
* icons
* svelte2
2025-06-13 08:23:23 +02:00
Ruben Fiszel
c3a54ddd7c
fix path bind
2025-06-13 06:47:05 +02:00
HugoCasa
f077849b8f
fix: flow step missing input warnings ( #5916 )
...
* fix: flow step missing input warnings
* nit
2025-06-12 21:38:26 +02:00
Diego Imbert
bb354cfeb8
standardize select auto-complete inputs
...
* Replaced some Autocompletes
* more AutoComplete replace
* usePromise + replace resources with Select
* Select Chevron + changed operation to new Select
* simplified EditableSchemaWrapper
* replace autocompletes
* Replace last autocomplete
* Remove 'simple-svelte-autocomplete' dependency
* re-added some createText
2025-06-12 21:36:55 +02:00
Diego Imbert
bebfa76fc2
remove the 55 ( #5933 )
2025-06-12 21:30:56 +02:00
centdix
b0ac12052a
chore(frontend): convert ai context components to svelte5 ( #5928 )
...
* convert contexttextarea to svelte5
* convert availablecontextlist
* force one line text and add max width to context badge
* cleaning
2025-06-12 16:01:03 +00:00
HugoCasa
f412ede6ed
feat: multiple azure models support ( #5920 )
...
* feat: multiple azure models support
* all
2025-06-12 17:34:33 +02:00
Diego Imbert
f94651115a
worker page ui fixes ( #5927 )
...
* worker page ui fixes
* Update +page.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-06-12 17:33:47 +02:00
centdix
6f907c79b4
fix: ai chat tooltip + user settings autocomplete issue ( #5917 )
...
* use form to avoid issues with chrome autocomplete
* fix tooltip overflowing to the right
* fix missclick on tooltip
* better fix
* dont show expiration on mcp token creation
* add zindexes to safelist
* add autocomplete
2025-06-12 17:00:52 +02:00
centdix
6e7ea4111c
fix-app-drawer-offset ( #5922 )
2025-06-12 14:32:35 +00:00
Diego Imbert
ff9acb4717
remove unnecessary dispatchIfMounted ( #5926 )
2025-06-12 16:21:58 +02:00
centdix
a393c93085
nit: show disabled message when lang not supported ( #5925 )
...
* show disabled message when lang not supported
* remove open effect
2025-06-12 16:20:52 +02:00
Ruben Fiszel
23920aee84
feat: better graph layout algorithm + migrate to svelte 5 almost everywhere + xyflow 1.0
2025-06-12 15:44:35 +02:00
claude[bot]
b4a6a7e724
feat: fill runnable inputs with AI chat ( #5887 )
...
* feat: integrate TriggerableByAI with SchemaForm components
- Add currentValue and schema props to TriggerableByAI component
- Wrap all ArgInput fields with TriggerableByAI for AI chat integration
- Each input field now registers with AI chat manager including:
- Current field value
- Schema details (type, description, format, etc.)
- Proper triggering mechanism for AI-driven value updates
This enables AI chat to interact with any input type generated by SchemaForm,
allowing intelligent form field modifications based on context and user intent.
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
* add schema to description
* draft
* draft
* just use json inputs component
* good starting point
* add triggerable to scriptrow + shortcut
* fixes
* save prompt for ai in schema
* fix
* change visibility
* simplify
* cleaning
* fixes
* add tool to fetch resources
* fixes
* add try catch
* fix prompt
* cleaning
* use ask ai button
* fix
* no animation on form + fix empty summary
* add inputselectedbadge
* better action description + fix rows border
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
Co-authored-by: centdix <farhadg110@gmail.com >
2025-06-10 20:12:41 +00:00
claude[bot]
a47939d13c
fix: Prioritize diff contexts in script mode for ai chat ( #5888 )
...
* fix: prioritize diff contexts and replace underscores with spaces in AI context badges
- Sort context list to show diff contexts first in AvailableContextList.svelte
- Replace underscores with spaces in display names for both AvailableContextList.svelte and ContextElementBadge.svelte
- Improves UX by making diff context names more readable (e.g., "diff with last saved draft" instead of "diff_with_last_saved_draft")
Fixes #5884
Co-authored-by: centdix <centdix@users.noreply.github.com >
* fix
* fix
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: centdix <centdix@users.noreply.github.com >
Co-authored-by: centdix <farhadg110@gmail.com >
2025-06-09 15:14:20 +00:00
dieriba
b44b9c1b82
fix: add clearable by default for select ( #5900 )
2025-06-07 13:01:38 +02:00
Diego Imbert
d384bb8cb4
change FileDownload format ( #5898 )
2025-06-07 11:16:51 +02:00
dieriba
3c3fdbdf26
fix: use full client side js library for route gen from openapi ( #5891 )
...
* add base template
* generate http trigger from openapi spec
* refactor and folder picker
* fix force re-render on simple editor
* add edit functionality for generated triggers and nits
* remove buffer
* add buffer
* nits
* nits
* nits and force Rerender
* remove analyzer
* typo
* nits
* nits
* nits
* fix
* nits
* fix vite
* updaate
* remove polyfills
* rename file and prevent duplicate keys
* better naming and duplicate key
* camel case
* replace spaces
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
2025-06-06 12:38:37 +00:00
dieriba
571348377b
feat: generate http route triggers from openapi spec ( #5857 )
...
* add base template
* generate http trigger from openapi spec
* refactor and folder picker
* fix force re-render on simple editor
* add edit functionality for generated triggers and nits
* remove buffer
* add buffer
* nits
* nits
* nits and force Rerender
* remove analyzer
* typo
* nits
* nits
* nits
* fix
* nits
* fix vite
* updaate
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
2025-06-05 22:46:17 +00:00
Alexander Petric
9ae3212a1e
fix: allow fileupload drag and drop in edit mode on full component without triggering file picker ( #5889 )
...
* fix: allow fileupload drag and drop in edit mode on full component without triggering file picker
* only check move on click, not on pointer move
2025-06-05 23:52:31 +02:00
dieriba
9695cef21a
fix: allow cancel jobs in repl
2025-06-05 19:50:44 +02:00
Ruben Fiszel
5c38f0dbee
fix npm check
2025-06-05 19:28:52 +02:00
dieriba
4447fe9c88
handle cancel pendings jobs ( #5881 )
2025-06-05 19:25:46 +02:00
centdix
67ab46990a
feat: Add ask mode to AI chat ( #5878 )
...
* add ask mode
* fix aichat z index
* fix
* Update FlowEditor.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-06-05 19:23:08 +02:00
HugoCasa
fe4a767df0
fix: remove duplicate tools from script ai chat ( #5880 )
2025-06-05 19:18:50 +02:00
Alexander Petric
df4992a929
fix: broken event dispatch for simpleditor ( #5879 )
...
* fix: broken event dispatch for simpleditor
* also fix templateeditor end editor
* revert fix for editor
2025-06-05 19:14:32 +02:00
HugoCasa
6247d159ce
feat: connect fix btn in flow editor to ai chat ( #5863 )
...
* feat: connect fix btn in flow editor to ai chat
* adapt to unified chat
* cleaning
* cleanup
2025-06-05 18:44:54 +02:00
centdix
d86dcc6354
Fix menu button on mobile + show accept all when code is applied from script chat ( #5872 )
...
* fix menu button on mobile
* show accept all when code is applied from script chat
* fix
2025-06-05 16:11:03 +02:00
centdix
39b250d62c
Layout and design issues ( #5870 )
2025-06-05 09:52:02 +02:00
centdix
cbba8297cd
feat: add navigator mode to AIChat and unify UI ( #5859 )
...
* feat: ai flow chat
* youpi
* feat: preprocessor and error handler support
* fix: reactivity
* Add GlobalChat component with drawer functionality
- Create GlobalChat.svelte with placeholder chat functionality
- Create GlobalChatDrawer.svelte as drawer wrapper
- Add global chat button to sidebar menu (both mobile and desktop)
- Integrate global chat state management in main layout
- Include message history, loading states, and error handling
- Implement responsive design and proper drawer behavior
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
* draft
* use triggerable by ai compoennt
* make drawer triggerable
* implement logic
* add inkeep tool
* cleaner code
* make more things available
* more integrations + better system prompt
* fix docs fetching
* small fix
* cleaning
* add ask in search bar + right top icon on homepage + suggestions
* fix button
* disable chat if no ai providers
* add inkeep endpoint
* draft working stuff
* cleaner code
* better chat
* fix
* send license and uid
* better anim
* move logic
* parse links in chat
* add missing integration
* add reset button
* fix
* rm file
* integrate navigator mode
* integrate all changes
* add hide button
* adjust drawer size
* add script ai chat integration
* fix drawer
* small fixes
* small fixes
* draft
* merge script ai chat with global one
* cleaning
* fixes
* working draft
* add aichat service
* cleaning more
* remove left over from store
* more descriptive states
* better icon
* fix
* use pending prompt
* cleaning
* cleaning
* small fix
* add inkeep file
* clean
* add route
* Update backend/windmill-api/src/lib.rs
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* cleaning
* fix drawer
* save open state in local storage
* small fix
* fixes
* small fixes
* move chat request to manager
* renaming
* move flow effects in manager
* move chat effects in manager
* remove log
* Update frontend/src/lib/components/copilot/CronGen.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update frontend/src/lib/components/copilot/chat/flow/core.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* change askaibutton folder
* define button
* ifelse
* no any + no default size
* use tailwind
* use splitpanes
* move effects
* remove deprecated file
* wording
* add back disable ai
* add error message
* modify system prompt
* handle confirmation modal
* fix
* fix
* close script settings
* fix icon color
* fix
* fix history manager
* fix test panel
* save size
* remove floating button
* fix delete chat
* fix
* better fix
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-04 19:17:25 +02:00
HugoCasa
3e769f0c59
fix: nit ai flow prompt ( #5867 )
2025-06-04 17:16:14 +02:00
Diego Imbert
e44bb50590
new select component ( #5839 )
...
* new select component
* fix search
* arrow keys
* placeholder color not working darkmode
* Popover forceContentToTriggerWidth
* select with popover
* Revert "select with popover"
This reverts commit 61aece9ed0 .
* Revert "Popover forceContentToTriggerWidth"
This reverts commit 48c4d16111 .
* select fixes
* fix select clipping with portal
* started replacing select components
* nit
* AppSelect upgraded
* no items
* new Selector in Team and Channel selector
* replace Select components
* remove redundant select in ServiceLogsInner
* replaced more selects
* gcp trigger new select component
* fix disablePortal position
* fix broken clear in teams and channel selecrt
* Finish Select component migration
* fix empty entries in select
* open Select above when no space below
* fix sizing on disablePortal
* Select loading feature + fix npm check
* fix text contrast in select dropdown
2025-06-04 10:41:50 +02:00
HugoCasa
825422c484
feat: ai prompts improvements + o3/o4 support ( #5862 )
...
* feat: ai prompts improvements + o3/o4 support
* Update frontend/src/lib/components/copilot/chat/flow/core.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update frontend/src/lib/components/copilot/chat/script/core.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-03 19:14:40 +02:00
dieriba
f2526571a3
feat: ssh repl like direct to workers hosts machine ( #5809 )
...
* feat(backend): add repl for worker
* feat(frontend): add repl to interact with worker and missing packages
* nits
* Update backend/windmill-worker/src/result_processor.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update backend/windmill-worker/src/result_processor.rs
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* Update frontend/src/lib/components/WorkerRepl.svelte
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* fix typo
* fix cd
* nits
* refactoring
* feat: handle other agent worker to also access repl feature, fix bugs
* update repo ref
* nits and match function args
* nits
* typo
* remove struct AgentWorkerData
* update repo ref
* nits
* impl new for authed client and revert to async
* update ref
* updage ee repo ref
* fix missing method/imports small bugs
* update ee repo ref
* update .sqlx
* test
* clean wait for interactive_shell future
* free call stack
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-06-03 18:41:14 +02:00
HugoCasa
68ebf667d5
feat: ai flow chat ( #5842 )
...
* feat: ai flow chat
* youpi
* feat: preprocessor and error handler support
* fix: reactivity
* feat: inline script editor cmd l
* nit
* fix: apply in script editor
* fixes
* prompt nits
2025-06-02 22:14:25 +02:00
claude[bot]
64f35d050f
fix: replace crypto.randomUUID with generateRandomString for HTTP compatibility ( #5849 )
...
Replace crypto.randomUUID() with generateRandomString() in triggers.svelte.ts
to fix schedule trigger creation on HTTP connections. The crypto.randomUUID()
API requires a secure context (HTTPS), which breaks functionality for users
connecting to Windmill over HTTP in internal networks.
Fixes #5847
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2025-06-01 19:44:41 +02:00
dieriba
4cbcbdb960
feat: fix backward compatibility pg 14 for postgres trigger ( #5851 )
...
* remove macro query when interacting with remote db
* fix compatibility and nits
* fix bug save for publication tracking all table
* fix infinite loop svelte 5
* nits on (gcp/postgres) trigger+ refactor on postgres trigger
* update .sqlx
* update repo ref
* uodate repo ref
* fix
* fix
* nits + extend postgres capture
* fix import gcp
* fix reactivity issue
* add postgres transaction for successive write operation
* fix isValid state edge cases
* fix reorder transaction
* reorder transaction
* remove unused import
* update test connection
* add missing props
* fix import/bugs and nits
* nits and fix small bugs
* add missing colon
2025-06-01 19:11:48 +02:00
Ruben Fiszel
db873be43b
nit editors reactivity on change
2025-05-31 05:15:24 +02:00
pyranota
75fa9e4730
chore: improve openapi.yaml ( #5841 )
...
* fix schema
* update openpi-deref.yaml
* update openapi-deref.json
* add openapi-generator-cli in flake.nix
* add GH action
* fix HubScriptKind
* fix errors
2025-05-29 21:58:31 +02:00
Alexander Petric
80277d14d0
fix: allow disable tabs for sidebar/accordion tabs ( #5838 )
2025-05-29 18:52:00 +02:00
Ruben Fiszel
806d669725
feat: array of s3 objects in input maker
2025-05-29 16:35:03 +02:00
Ruben Fiszel
203d850e77
improve bytes array persistence
2025-05-29 15:57:36 +02:00
Ruben Fiszel
cbfac3e324
nit load 404
2025-05-29 15:34:08 +02:00
Ruben Fiszel
b8fa4a820b
nit
2025-05-29 11:08:52 +02:00
Ruben Fiszel
453e7f03d3
nit optimize updates
2025-05-29 10:25:05 +02:00
Ruben Fiszel
acc352b5c0
opt code updates
2025-05-29 09:56:48 +02:00
Alexander Petric
ed3ad327a2
fix: templatev2 delete issue ( #5834 )
2025-05-29 09:34:05 +02:00
Ruben Fiszel
8d12bcc8ee
fix: faster layout for larger graphs
2025-05-29 02:10:17 +02:00