Ruben Fiszel and rubenfiszel
12ecf1dcd1
chore(main): release 1.555.0 ( #6744 )
...
* chore(main): release 1.555.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-10-03 17:34:09 +00:00
84bd856a83
feat(flow): add option to turn flow into chat ( #6658 )
...
* add toggle option + chat interface
* backend impl
* draft
* put info in schema
* Revert "backend impl"
This reverts commit c534eeb49986424e2c12e2c5642be4e17ba380d1.
* chat interface in flow input
* cleaning
* add logic for running flow + styling
* handle historic args
* fix frontend changes
* add tables
* add conv list
* add endpoints
* adapt frontend
* list message logic
* save message in db
* save response in db
* cleaning
* better migrations
* refresh on new conv
* better logic for messages
* nit
* genere conversation uuid from frontend
* store chat mode info in flow status
* better ui for chat
* collapse chat
* ui
* infinite scroll on convs
* infinite scroll on messages
* fix ui
* new chat entry on new
* cleaning
* change setting logic
* fix test logic from flow input
* move toggle to input
* add warning modal when enabling chat mode
* add summary and explanation on inline script
* add hint for chat mode on user_message desc
* show chat message instead of input in graph
* add warning for triggers
* one logo when not expanded
* use infinitelist for conversations
* add warning when deployment in progress
* full width button
* better icon for menu
* better input + nits
* put toggle in action
* use waitjob
* cleaning
* cleaning
* scroll on new + cleaning
* use enum
* fix logic
* full screen
* cleaning
* exit on updatesqlx error
* Update SQLx metadata
* fix
* cleaning
* add for wait result endpoint
* add missing drop
* delete cascade
* fix: use macro version of query_as in flow_conversations.rs
Use sqlx::query_as! macro instead of query_as function for compile-time
SQL validation and better type safety
Co-authored-by: centdix <centdix@users.noreply.github.com >
* fix: update comment to clarify conversation message update condition
The comment now accurately reflects that the update happens when
it's a flow and it's done (flow_is_done)
Co-authored-by: centdix <centdix@users.noreply.github.com >
* fix: only parse chat_input_enabled if conditions are met
Move the parse_chat_input_enabled() call inside the condition check
to avoid unnecessary parsing when the flow is not done or unsuccessful
Co-authored-by: centdix <centdix@users.noreply.github.com >
* fix: use the same transaction for conversation creation
Pass transaction to get_or_create_conversation_with_id instead of
creating a new one, ensuring all operations are atomic
Co-authored-by: centdix <centdix@users.noreply.github.com >
* fix: remove update trigger and handle updated_at in application code
Remove the database trigger that automatically updates conversation
timestamp and instead update it explicitly when creating messages.
This gives better control and consistency.
Co-authored-by: centdix <centdix@users.noreply.github.com >
* Update SQLx metadata
* cleaning
* feat(aiagent): handle memory (#6719 )
* implement memory
* s3 logic for memory
* fix typo
* much cleaner
* cleaning
* cleaning
* only if chat
* display nit
* nit
* fix stack overflow
* cleaning
* use len arg from input
* cleaning
* change order
* delete memory when conv deleted
* cleaning
* nit
* show description in expr mode
* opti
* opti
* updatee ref
* store string as simple string
* use markdown
* do not wait for deletion
* add delete loading
* fix logic
* fix markdown
* Update ee-repo-ref.txt
* Update SQLx metadata
* fix in test interface
* nit
* nit
* fix layout
* use memory_id to store memory
* shorter description
* rls + grant
* fix text overflow
* extract output from res
* cleaning
* handle streaming
* cleaning
* fix tool error
* nit
* update ref
* fix
* Update SQLx metadata
* nit
---------
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: centdix <centdix@users.noreply.github.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-10-03 14:04:21 +00:00
Ruben Fiszel and rubenfiszel
0979cb30b7
chore(main): release 1.554.1 ( #6738 )
...
* chore(main): release 1.554.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-10-02 21:15:51 +00:00
Ruben Fiszel and rubenfiszel
54bc6a694e
chore(main): release 1.554.0 ( #6720 )
...
* chore(main): release 1.554.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-10-01 16:05:35 +00:00
Ruben Fiszel and rubenfiszel
ac92f20091
chore(main): release 1.553.0 ( #6711 )
...
* chore(main): release 1.553.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-30 21:18:09 +00:00
Ruben Fiszel and rubenfiszel
b181676039
chore(main): release 1.552.1 ( #6705 )
...
* chore(main): release 1.552.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-29 17:57:52 +00:00
Ruben Fiszel and rubenfiszel
63288afc5d
chore(main): release 1.552.0 ( #6700 )
...
* chore(main): release 1.552.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-29 13:36:08 +00:00
Ruben Fiszel and rubenfiszel
ddbaefefa3
chore(main): release 1.551.4 ( #6699 )
...
* chore(main): release 1.551.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-29 09:57:50 +00:00
Ruben Fiszel and rubenfiszel
1239f9e035
chore(main): release 1.551.3 ( #6698 )
...
* chore(main): release 1.551.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-29 09:02:42 +00:00
Ruben Fiszel and rubenfiszel
9efbfee343
chore(main): release 1.551.2 ( #6697 )
...
* chore(main): release 1.551.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-29 07:38:34 +00:00
Ruben Fiszel and rubenfiszel
1f9e91af91
chore(main): release 1.551.1 ( #6691 )
...
* chore(main): release 1.551.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-28 20:05:31 +00:00
Ruben Fiszel and rubenfiszel
1711a523a9
chore(main): release 1.551.0 ( #6690 )
...
* chore(main): release 1.551.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-27 22:44:41 +00:00
Ruben Fiszel and rubenfiszel
41dcdb2dc9
chore(main): release 1.550.0 ( #6685 )
...
* chore(main): release 1.550.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-27 11:41:15 +00:00
77d7f702ab
chore(main): release 1.549.1 ( #6681 )
...
* chore(main): release 1.549.1
* Apply automatic changes
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
Co-authored-by: windmill-internal-app[bot] <217088191+windmill-internal-app[bot]@users.noreply.github.com>
2025-09-26 15:32:45 +00:00
Ruben Fiszel and rubenfiszel
944f9bbf65
chore(main): release 1.549.0 ( #6678 )
...
* chore(main): release 1.549.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-26 14:02:17 +00:00
Ruben Fiszel and rubenfiszel
eec02a439a
chore(main): release 1.548.3 ( #6676 )
...
* chore(main): release 1.548.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-25 10:36:22 +00:00
Ruben Fiszel and rubenfiszel
3e11f7a071
chore(main): release 1.548.2 ( #6674 )
...
* chore(main): release 1.548.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-24 19:06:31 +00:00
Ruben Fiszel and rubenfiszel
df31ffdd12
chore(main): release 1.548.1 ( #6671 )
...
* chore(main): release 1.548.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-24 18:16:02 +00:00
Ruben Fiszel and rubenfiszel
84f2943bdc
chore(main): release 1.548.0 ( #6667 )
...
* chore(main): release 1.548.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-24 16:56:34 +00:00
Ruben Fiszel and rubenfiszel
ae3525e4b3
chore(main): release 1.547.0 ( #6663 )
...
* chore(main): release 1.547.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-23 19:31:07 +02:00
Ruben Fiszel and rubenfiszel
4c96850786
chore(main): release 1.546.1 ( #6659 )
...
* chore(main): release 1.546.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-23 10:22:23 +00:00
Ruben Fiszel and rubenfiszel
32ebbdc51b
chore(main): release 1.546.0 ( #6648 )
...
* chore(main): release 1.546.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-23 06:36:20 +02:00
Ruben Fiszel and rubenfiszel
0cefb1dc39
chore(main): release 1.545.0 ( #6639 )
...
* chore(main): release 1.545.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-20 14:05:36 +00:00
Ruben Fiszel
2fdfa8d193
feat: load for loop jobs timeline directly from for loop flow status ( #6646 )
2025-09-19 17:32:09 +00:00
Ruben Fiszel and rubenfiszel
a6d41803db
chore(main): release 1.544.2 ( #6637 )
...
* chore(main): release 1.544.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-18 18:10:04 +00:00
Ruben Fiszel and rubenfiszel
af30f00181
chore(main): release 1.544.1 ( #6636 )
...
* chore(main): release 1.544.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-18 17:36:07 +00:00
Ruben Fiszel and rubenfiszel
139bbc1154
chore(main): release 1.544.0 ( #6619 )
...
* chore(main): release 1.544.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-18 15:57:18 +00:00
Ruben Fiszel and rubenfiszel
7348f5c3cd
chore(main): release 1.543.0 ( #6607 )
...
* chore(main): release 1.543.0
* Apply automatic changes
* update cargo
* update cargo
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-15 17:41:04 +00:00
Ruben Fiszel and rubenfiszel
322e02e584
chore(main): release 1.542.4 ( #6597 )
...
* chore(main): release 1.542.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-13 10:19:21 +00:00
Ruben Fiszel and rubenfiszel
e852925b23
chore(main): release 1.542.3 ( #6593 )
...
* chore(main): release 1.542.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-11 21:58:45 +00:00
Ruben Fiszel and rubenfiszel
4b6c057033
chore(main): release 1.542.2 ( #6592 )
...
* chore(main): release 1.542.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-11 18:13:38 +00:00
Ruben Fiszel and rubenfiszel
ece0cea4d9
chore(main): release 1.542.1 ( #6581 )
...
* chore(main): release 1.542.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-11 13:13:19 +02:00
Ruben Fiszel and rubenfiszel
23079ecd9f
chore(main): release 1.542.0 ( #6576 )
...
* chore(main): release 1.542.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-11 00:36:46 +00:00
Ruben Fiszel and rubenfiszel
d07311baa3
chore(main): release 1.541.1 ( #6569 )
...
* chore(main): release 1.541.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-10 15:54:55 +00:00
Ruben Fiszel and rubenfiszel
c3eeefe1ce
chore(main): release 1.541.0 ( #6566 )
...
* chore(main): release 1.541.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-09 22:51:19 +00:00
Ruben Fiszel and rubenfiszel
4e1b611560
chore(main): release 1.540.2 ( #6562 )
...
* chore(main): release 1.540.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-09 14:42:33 +00:00
Ruben Fiszel and rubenfiszel
a68564e404
chore(main): release 1.540.1 ( #6558 )
...
* chore(main): release 1.540.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-09 15:27:11 +02:00
Ruben Fiszel and rubenfiszel
9b0c1f5b14
chore(main): release 1.540.0 ( #6556 )
...
* chore(main): release 1.540.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-09 07:55:28 +00:00
dieriba
a86eb15711
feat: timeout as expression ( #6509 )
...
* done
* add ctx and flow input
* backward compatible
* fix typo
* fix
2025-09-08 15:42:21 +00:00
Ruben Fiszel and rubenfiszel
c7d2f45a60
chore(main): release 1.539.1 ( #6550 )
...
* chore(main): release 1.539.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-06 14:20:59 +00:00
Ruben Fiszel and rubenfiszel
17d4525ac7
chore(main): release 1.539.0 ( #6506 )
...
* chore(main): release 1.539.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-05 17:11:18 +00:00
dieriba
6320ba45c7
feat: conditional retry workflow ( #6461 )
...
* feat retry
* fix
* fix
* fix and nits
* fix query
* fix test
* nits and perf
* update sqlx
* once
* remove
* update sqlx
2025-09-03 20:24:38 +00:00
Ruben Fiszel and rubenfiszel
13b03bc9e6
chore(main): release 1.538.0 ( #6495 )
...
* chore(main): release 1.538.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-01 12:42:19 +00:00
Ruben Fiszel and rubenfiszel
f4802eb0a3
chore(main): release 1.537.1 ( #6491 )
...
* chore(main): release 1.537.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-08-29 09:43:00 +00:00
Ruben Fiszel and rubenfiszel
7e3a40a356
chore(main): release 1.537.0 ( #6486 )
...
* chore(main): release 1.537.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-08-28 19:29:04 +00:00
Ruben Fiszel and rubenfiszel
0ed04cbf2b
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 >
2025-08-27 13:43:03 +00:00
Ruben Fiszel and rubenfiszel
b4bebb66db
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
Ruben Fiszel and rubenfiszel
ce4d39d5d3
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
Ruben Fiszel and rubenfiszel
08f199f6c9
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
Ruben Fiszel and rubenfiszel
e27e81d677
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