Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the base runner/config to support authenticated flow definition updates against Aquila by introducing an Aquila token in configuration, and bumps the code0-flow dependency accordingly.
Changes:
- Add
aquila_tokentoAdapterConfigand load it fromAQUILA_TOKEN. - Pass
aquila_tokenintoFlowUpdateService::from_url(...)when running in dynamic mode. - Bump
code0-flowfrom0.0.29to0.0.30(and refreshCargo.lock).
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| crates/base/src/runner.rs | Passes the configured Aquila token into FlowUpdateService when sending definitions. |
| crates/base/src/config.rs | Introduces aquila_token config and reads it from AQUILA_TOKEN. |
| Cargo.toml | Updates workspace dependency code0-flow to 0.0.30. |
| Cargo.lock | Lockfile updates to reflect the dependency bump/unification. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.