-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 🤖 New release * `swiftide`: 0.17.5 -> 0.18.0 (✓ API compatible changes) * `swiftide-agents`: 0.17.5 -> 0.18.0 (⚠️ API breaking changes) * `swiftide-core`: 0.17.5 -> 0.18.0 (✓ API compatible changes) * `swiftide-macros`: 0.17.5 -> 0.18.0 * `swiftide-indexing`: 0.17.5 -> 0.18.0 (✓ API compatible changes) * `swiftide-integrations`: 0.17.5 -> 0.18.0 (✓ API compatible changes) * `swiftide-query`: 0.17.5 -> 0.18.0 (✓ API compatible changes) ###⚠️ `swiftide-agents` breaking changes ``` --- failure enum_variant_added: enum variant added on exhaustive enum --- Description: A publicly-visible enum without #[non_exhaustive] has a new variant. ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/enum_variant_added.ron Failed in: variant HookTypes:OnStart in /tmp/.tmpArEE27/swiftide/swiftide-agents/src/hooks.rs:172 variant Hook:OnStart in /tmp/.tmpArEE27/swiftide/swiftide-agents/src/hooks.rs:172 ``` <details><summary><i><b>Changelog</b></i></summary><p> ## `swiftide` <blockquote> ## [0.18.0](v0.17.5...v0.18.0) - 2025-02-01 ### New features - [de46656](de46656) *(agents)* Add `on_start` hook (#586) ````text - **feat(agents)!: Yield agent in hooks instead of context** - **Clippy** - **feat(agents): Add `on_start` hook for agents** ```` - [c551f1b](c551f1b) *(integrations)* OpenRouter support (#589) ````text Adds OpenRouter support. OpenRouter allows you to use any LLM via their own api (with a minor upsell). ```` ### Bug fixes - [3ea5839](3ea5839) *(redb)* Disable per-node tracing ### Miscellaneous - [0000000](0000000) Update Cargo.lock dependencies **Full Changelog**: 0.17.5...0.18.0 </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Co-authored-by: Timon Vonk <[email protected]>
- Loading branch information
1 parent
dec2041
commit fc54fe4
Showing
8 changed files
with
478 additions
and
452 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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