Commit Graph

9502 Commits

Author SHA1 Message Date
centdix
e331c82ebb add script ai chat integration 2025-06-02 17:07:26 +02:00
centdix
ff3b1d13c8 adjust drawer size 2025-06-02 17:06:40 +02:00
centdix
6f5806d1e1 add hide button 2025-06-02 17:06:40 +02:00
centdix
af37a9332e integrate all changes 2025-06-02 17:06:39 +02:00
centdix
6e4fdd6e18 integrate navigator mode 2025-06-02 17:03:54 +02:00
centdix
4238173ad7 rm file 2025-06-02 17:01:10 +02:00
centdix
2fc4d51389 fix 2025-06-02 17:01:10 +02:00
centdix
3aaba09fe6 add reset button 2025-06-02 17:01:10 +02:00
centdix
011f88126f add missing integration 2025-06-02 17:01:10 +02:00
centdix
a6e9ef52bd parse links in chat 2025-06-02 17:01:10 +02:00
centdix
31f1bedd56 move logic 2025-06-02 17:01:10 +02:00
centdix
2a41322382 better anim 2025-06-02 17:01:10 +02:00
centdix
b98b451427 send license and uid 2025-06-02 17:01:10 +02:00
centdix
dd3ff96ce0 fix 2025-06-02 17:01:10 +02:00
centdix
1cb8e0d4f2 better chat 2025-06-02 17:01:10 +02:00
centdix
0217a41ffa cleaner code 2025-06-02 17:01:10 +02:00
centdix
5d14c8a28b draft working stuff 2025-06-02 17:01:10 +02:00
centdix
9c31afea73 add inkeep endpoint 2025-06-02 17:01:10 +02:00
centdix
7a0b39faf8 disable chat if no ai providers 2025-06-02 17:01:10 +02:00
centdix
624e3798c3 fix button 2025-06-02 17:01:10 +02:00
centdix
ffc6cda97f add ask in search bar + right top icon on homepage + suggestions 2025-06-02 17:01:10 +02:00
centdix
a2a1df16f0 cleaning 2025-06-02 17:01:10 +02:00
centdix
fb41953d03 small fix 2025-06-02 17:01:10 +02:00
centdix
d6340cc345 fix docs fetching 2025-06-02 17:01:10 +02:00
centdix
86e6023198 more integrations + better system prompt 2025-06-02 17:01:10 +02:00
centdix
f13b8f3dcd make more things available 2025-06-02 17:01:10 +02:00
centdix
4da5255569 cleaner code 2025-06-02 17:01:10 +02:00
centdix
2496741e63 add inkeep tool 2025-06-02 17:01:10 +02:00
centdix
4ac46eeccf implement logic 2025-06-02 17:01:10 +02:00
centdix
db99f557f4 make drawer triggerable 2025-06-02 17:01:10 +02:00
centdix
7cb8f0afed use triggerable by ai compoennt 2025-06-02 17:01:10 +02:00
centdix
c2f40cb921 draft 2025-06-02 17:01:10 +02:00
claude[bot]
6240ab677d 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>
2025-06-02 17:01:09 +02:00
HugoCasa
38aaa44b95 fix: reactivity 2025-06-02 12:02:47 +02:00
HugoCasa
13de5ecba7 Merge remote-tracking branch 'origin/main' into hc/ai-flow-chat 2025-06-02 09:40:42 +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
190d230a01 chore(main): release 1.494.0 (#5837)
* chore(main): release 1.494.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
v1.494.0
2025-05-31 05:20:37 +02:00
Ruben Fiszel
db873be43b nit editors reactivity on change 2025-05-31 05:15:24 +02:00
HugoCasa
700c484bd3 feat: preprocessor and error handler support 2025-05-30 17:26:15 +02:00
pyranota
ed61d97700 feat(rust): shared build directory (#5610)
* feat: rust incremental compilation

* update dockerfiles

* fix compilation error

* add windows flags

* init

* polishing

* update

* return mount-point

* Update backend/windmill-worker/src/rust_executor.rs

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

* share worker dir if nsjail off

* final refactor

---------

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-05-29 22:11:35 +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
HugoCasa
50b9dd0bd7 youpi 2025-05-29 18:55:05 +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
0bdcad80ce duckdb optional dep 2025-05-29 14:54:56 +02:00
Ruben Fiszel
cf6930a2ca strenghten scim escaping 2025-05-29 13:06:43 +02:00
wendrul
f917aa09f2 indexer debugging extra tracing logs for better debugging (#5830) 2025-05-29 12:31:34 +02:00