You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- AI subscription endpoint streaming a generated flow back via Velorum from a flow ID, prompt and model: [#1012](https://github.com/code0-tech/sagittarius/issues/1012)
18
+
- Query to fetch all available AI models via Velorum gRPC: [#1013](https://github.com/code0-tech/sagittarius/issues/1013)
19
+
- Typed response for AI Subscription Flow: [#1049](https://github.com/code0-tech/sagittarius/issues/1049)
20
+
- New module structure — flow types, functions and data types are now retrieved and linked per module: [#934](https://github.com/code0-tech/sagittarius/issues/934)
21
+
- Mutatable module configurations linked to NamespaceProjectRuntimeAssignment, exposed via GraphQL: [#983](https://github.com/code0-tech/sagittarius/issues/983)
22
+
- Module update endpoint support in Aquila: [#311](https://github.com/code0-tech/aquila/issues/311)
23
+
- Module properties included in Draco runtime: [#212](https://github.com/code0-tech/draco/issues/212)
24
+
- Module properties included in Taurus: [#186](https://github.com/code0-tech/taurus/issues/186)
25
+
- Module structure implemented in code0-flow: [#147](https://github.com/code0-tech/code0-flow/issues/147)
26
+
- Module structure implemented in code0-definition with updated folder layout and reader: [#333](https://github.com/code0-tech/code0-definition/issues/333)
27
+
- Display of all available modules on runtime column and within settings: [#195](https://github.com/code0-tech/sculptor/issues/195)
28
+
- Module configuration page within project page: [#197](https://github.com/code0-tech/sculptor/issues/197)
29
+
- Module grouping in next node dialog: [#202](https://github.com/code0-tech/sculptor/issues/202)
30
+
- Auth support for the REST adapter: [#246](https://github.com/code0-tech/draco/issues/246)
31
+
- External host and URL env variables as endpoint definition: [#243](https://github.com/code0-tech/draco/issues/243)
32
+
- GraphQL subscription to run a test execution, streaming until a result is received, with no persistence: [#932](https://github.com/code0-tech/sagittarius/issues/932)
33
+
- Test run implementation — select runtime, pass flow body, return results via GraphQL subscription: [#422](https://github.com/code0-tech/sagittarius/issues/422)
34
+
- Persistence of test runs in database including query and delete mutation: [#423](https://github.com/code0-tech/sagittarius/issues/423)
35
+
- Receiving, storing and querying execution results: [#933](https://github.com/code0-tech/sagittarius/issues/933)
36
+
- Node or function identifier added to execution results: [#1023](https://github.com/code0-tech/sagittarius/issues/1023), [#220](https://github.com/code0-tech/taurus/issues/220)
37
+
- Taurus handles test executions and parses back an execution result: [#185](https://github.com/code0-tech/taurus/issues/185)
38
+
- Taurus handles SubFlows with settings, default values and hidden flags: [#184](https://github.com/code0-tech/taurus/issues/184)
39
+
- removed_at field on FlowTypeSetting for safe soft-deletion: [#812](https://github.com/code0-tech/sagittarius/issues/812)
40
+
- Option to parse FunctionDefinitions over gRPC: [#881](https://github.com/code0-tech/sagittarius/issues/881)
41
+
- ActionStatus added to RuntimeStatus: [#266](https://github.com/code0-tech/tucana/issues/266)
42
+
- FlowTypeIdentifier added to AdapterConfiguration: [#261](https://github.com/code0-tech/tucana/issues/261)
43
+
- cast field for NodeParameters: [#273](https://github.com/code0-tech/tucana/issues/273)
44
+
- design field on RuntimeFunction and Function: [#270](https://github.com/code0-tech/tucana/issues/270)
45
+
- NodeFunctionIdWrapper as a possible NodeValue for parameters: [#271](https://github.com/code0-tech/tucana/issues/271)
46
+
- definition_source set by DataTypeService: [#144](https://github.com/code0-tech/code0-flow/issues/144)
47
+
- Action prefix for definition source in Aquila: [#355](https://github.com/code0-tech/aquila/issues/355)
48
+
- Overwrite of definition source from Actions to its identifier: [#306](https://github.com/code0-tech/aquila/issues/306)
49
+
- Input type as parameter for flow types: [#330](https://github.com/code0-tech/code0-definition/issues/330)
50
+
- Function definitions added in code0-definition: [#344](https://github.com/code0-tech/code0-definition/issues/344)
51
+
- Aquila gRPC split into Dynamic and Static server: [#299](https://github.com/code0-tech/aquila/issues/299)
52
+
- ActionCable setup for GraphQL subscriptions: [#357](https://github.com/code0-tech/sagittarius/issues/357)
53
+
- Aquila flags runtime status for services that are not responding: [#312](https://github.com/code0-tech/aquila/issues/312)
54
+
- Type input schema extraction in Triangulum: [#77](https://github.com/code0-tech/triangulum/issues/77)
55
+
- Sub flow suggestions in Triangulum: [#76](https://github.com/code0-tech/triangulum/issues/76)
56
+
- Schema extraction based on type in Triangulum: [#90](https://github.com/code0-tech/triangulum/issues/90)
57
+
- Select component in Pictor: [#686](https://github.com/code0-tech/pictor/issues/686)
58
+
- Error feedback strategy for Taurus — standardised error codes and types for denied requests: [#153](https://github.com/code0-tech/taurus/issues/153)
59
+
- External few-shot configuration in Velorum: [#9](https://github.com/code0-tech/velorum/issues/9)
60
+
- Primitive inputs (Boolean, Number, Text textarea) in sculptor: [#198](https://github.com/code0-tech/sculptor/issues/198)
61
+
- Select type input in sculptor: [#199](https://github.com/code0-tech/sculptor/issues/199)
62
+
- Execution results view in sculptor: [#193](https://github.com/code0-tech/sculptor/issues/193)
63
+
- New suggestion concept — tab system for filtering by type and definition source with search: [#184](https://github.com/code0-tech/sculptor/issues/184)
64
+
- New suggestions for SubFlows in sculptor: [#127](https://github.com/code0-tech/sculptor/issues/127)
65
+
- License management page in sculptor: [#228](https://github.com/code0-tech/sculptor/issues/228)
66
+
- Refactored NamespaceLicense for instance-level self-managed EE licensing, with new GraphQL mutations and queries: [#754](https://github.com/code0-tech/sagittarius/issues/754)
67
+
- Definitions received over module layer in sculptor: [#194](https://github.com/code0-tech/sculptor/issues/194)
68
+
69
+
### Changed
70
+
71
+
- Merged Execution and Test Execution in Aquila and Taurus: [#337](https://github.com/code0-tech/aquila/issues/337), [#207](https://github.com/code0-tech/taurus/issues/207)
72
+
- Reworked HTTP functions — removed http::request::create and http::response::create, objects resolved into fields: [#325](https://github.com/code0-tech/code0-definition/issues/325)
- Adjusted few-shots to current definition def-0.0.28 in Velorum: [#14](https://github.com/code0-tech/velorum/issues/14)
75
+
- Runtime status changed to a heartbeat: [#213](https://github.com/code0-tech/draco/issues/213), [#187](https://github.com/code0-tech/taurus/issues/187)
76
+
- NodeFunctionIdWrapper replaced with SubFlow: [#931](https://github.com/code0-tech/sagittarius/issues/931), [#45](https://github.com/code0-tech/triangulum/issues/45), [#44](https://github.com/code0-tech/triangulum/issues/44)
77
+
- RuntimeStatusService updated to latest Tucana version: [#970](https://github.com/code0-tech/sagittarius/issues/970)
78
+
- Test executions reworked to match new available interfaces in Tucana: [#285](https://github.com/code0-tech/tucana/issues/285)
79
+
- Interface adjusted to new RuntimeError strategy in Tucana: [#279](https://github.com/code0-tech/tucana/issues/279)
80
+
- JSON input reworked in sculptor: [#200](https://github.com/code0-tech/sculptor/issues/200)
81
+
- EditorInput reworked in Pictor: [#687](https://github.com/code0-tech/pictor/issues/687)
82
+
- Runtime assignment is now set as primary directly in sculptor: [#190](https://github.com/code0-tech/sculptor/issues/190)
83
+
- Definition folder names updated in Reticulum (cron → draco_cron, rest → draco_rest, standard → taurus): [#653](https://github.com/code0-tech/reticulum/issues/653)
- New db fields for parameters and runtime parameters based on new Tucana version: [#890](https://github.com/code0-tech/sagittarius/issues/890)
86
+
- Telescopium set up for Taurus: [#122](https://github.com/code0-tech/taurus/issues/122)
87
+
- Aquila Status Service temporarily deactivated to eliminate UNIMPLEMENTED spam logs in Sagittarius: [#359](https://github.com/code0-tech/aquila/issues/359)
88
+
- Documentation added for Aquila Action Service and service structure: [#269](https://github.com/code0-tech/aquila/issues/269)
89
+
- Outdated links removed from Aquila README: [#319](https://github.com/code0-tech/aquila/issues/319)
- Runtime features table, model, factories and related GraphQL types: [#935](https://github.com/code0-tech/sagittarius/issues/935), [#286](https://github.com/code0-tech/tucana/issues/286)
95
+
- Infinity function dropped: [#210](https://github.com/code0-tech/taurus/issues/210), [#353](https://github.com/code0-tech/code0-definition/issues/353)
96
+
97
+
### Fixed
98
+
99
+
- GenerationFlowSerializer incorrectly auto-generating a next_node_id, causing infinite loops in the flow builder: [#1058](https://github.com/code0-tech/sagittarius/issues/1058)
100
+
- Null values not allowed in flow setting values: [#1066](https://github.com/code0-tech/sagittarius/issues/1066)
0 commit comments