Skip to content

Commit 9e1a767

Browse files
committed
feat: refine changelog entries and update installation instructions for Velorum setup
1 parent ddb681c commit 9e1a767

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

content/general/changelog.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
### Added
1616

17-
- AI subscription endpoint accepting flow ID, project ID, prompt and model identifier; streams the generated flow back via Velorum: [#1012](https://github.com/code0-tech/sagittarius/issues/1012)
17+
- 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)
1818
- Query to fetch all available AI models via Velorum gRPC: [#1013](https://github.com/code0-tech/sagittarius/issues/1013)
1919
- Typed response for AI Subscription Flow: [#1049](https://github.com/code0-tech/sagittarius/issues/1049)
20-
- New module structure — runtime flow types, flow types, runtime functions, functions and data types are now retrieved and linked per module: [#934](https://github.com/code0-tech/sagittarius/issues/934)
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)
2121
- Mutatable module configurations linked to NamespaceProjectRuntimeAssignment, exposed via GraphQL: [#983](https://github.com/code0-tech/sagittarius/issues/983)
2222
- Module update endpoint support in Aquila: [#311](https://github.com/code0-tech/aquila/issues/311)
2323
- Module properties included in Draco runtime: [#212](https://github.com/code0-tech/draco/issues/212)
@@ -29,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929
- Module grouping in next node dialog: [#202](https://github.com/code0-tech/sculptor/issues/202)
3030
- Auth support for the REST adapter: [#246](https://github.com/code0-tech/draco/issues/246)
3131
- External host and URL env variables as endpoint definition: [#243](https://github.com/code0-tech/draco/issues/243)
32-
- GraphQL subscription to execute a test execution, streaming until an execution result is received; no persistence required: [#932](https://github.com/code0-tech/sagittarius/issues/932)
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)
3333
- Test run implementation — select runtime, pass flow body, return results via GraphQL subscription: [#422](https://github.com/code0-tech/sagittarius/issues/422)
3434
- Persistence of test runs in database including query and delete mutation: [#423](https://github.com/code0-tech/sagittarius/issues/423)
3535
- Receiving, storing and querying execution results: [#933](https://github.com/code0-tech/sagittarius/issues/933)
@@ -63,7 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6363
- New suggestion concept — tab system for filtering by type and definition source with search: [#184](https://github.com/code0-tech/sculptor/issues/184)
6464
- New suggestions for SubFlows in sculptor: [#127](https://github.com/code0-tech/sculptor/issues/127)
6565
- License management page in sculptor: [#228](https://github.com/code0-tech/sculptor/issues/228)
66-
- Refactored NamespaceLicense to support instance-level licensing for self-managed EE with optional namespace association, new GraphQL mutations and queries: [#754](https://github.com/code0-tech/sagittarius/issues/754)
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)
6767
- Definitions received over module layer in sculptor: [#194](https://github.com/code0-tech/sculptor/issues/194)
6868

6969
### Changed
@@ -81,7 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8181
- EditorInput reworked in Pictor: [#687](https://github.com/code0-tech/pictor/issues/687)
8282
- Runtime assignment is now set as primary directly in sculptor: [#190](https://github.com/code0-tech/sculptor/issues/190)
8383
- Definition folder names updated in Reticulum (cron → draco_cron, rest → draco_rest, standard → taurus): [#653](https://github.com/code0-tech/reticulum/issues/653)
84-
- Reticulum env updated — root password, provider, ide_velorum default profile and INITIAL_RUNTIME_TOKEN: [#801](https://github.com/code0-tech/reticulum/issues/801), [#802](https://github.com/code0-tech/reticulum/issues/802), [#803](https://github.com/code0-tech/reticulum/issues/803), [#808](https://github.com/code0-tech/reticulum/issues/808)
84+
- Reticulum env updated — root password, provider, default profile and runtime token: [#801](https://github.com/code0-tech/reticulum/issues/801), [#802](https://github.com/code0-tech/reticulum/issues/802), [#803](https://github.com/code0-tech/reticulum/issues/803), [#808](https://github.com/code0-tech/reticulum/issues/808)
8585
- New db fields for parameters and runtime parameters based on new Tucana version: [#890](https://github.com/code0-tech/sagittarius/issues/890)
8686
- Telescopium set up for Taurus: [#122](https://github.com/code0-tech/taurus/issues/122)
8787
- Aquila Status Service temporarily deactivated to eliminate UNIMPLEMENTED spam logs in Sagittarius: [#359](https://github.com/code0-tech/aquila/issues/359)

content/general/install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ VELORUM_MODEL_GPT5_TOKEN_COST=1
304304
</Step>
305305
<Step>
306306

307-
## Finalize the setup
307+
## Finalize the Velorum setup
308308

309309
After updating the `.env` file, restart the containers so Velorum and Sagittarius pick up the new
310310
configuration:

0 commit comments

Comments
 (0)