From 1c4124cd98d178dd5d849f260010b709e779ee33 Mon Sep 17 00:00:00 2001 From: "Swabbie (Bosun)" <155570396+SwabbieBosun@users.noreply.github.com> Date: Thu, 12 Dec 2024 00:59:34 +0100 Subject: [PATCH] chore: release v0.14.4 (#460) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * `swiftide`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-agents`: 0.14.3 -> 0.14.4 * `swiftide-core`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-macros`: 0.14.3 -> 0.14.4 * `swiftide-integrations`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-indexing`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-query`: 0.14.3 -> 0.14.4 (✓ API compatible changes)
Changelog

[0.14.4](https://github.com/bosun-ai/swiftide/compare/v0.14.3...v0.14.4) - 2024-12-11 - [7211559](https://github.com/bosun-ai/swiftide/commit/7211559936d8b5e16a3b42f9c90b42a39426be8a) *(agents)* **EXPERIMENTAL** Agents in Swiftide (#463) ````text Agents are coming to Swiftide! We are still ironing out all the kinks, while we make it ready for a proper release. You can already experiment with agents, see the rustdocs for documentation, and an example in `/examples`, and feel free to contact us via github or discord. Better documentation, examples, and tutorials are coming soon. Run completions in a loop, define tools with two handy macros, customize the agent by hooking in on lifecycle events, and much more. Besides documentation, expect a big release for what we build this for soon! 🎉 ```` - [3751f49](https://github.com/bosun-ai/swiftide/commit/3751f49201c71398144a8913a4443f452534def2) *(query)* Add support for single embedding retrieval with PGVector (#406) - [5ce4d21](https://github.com/bosun-ai/swiftide/commit/5ce4d21725ff9b0bb7f9da8fe026075fde9fc9a5) Clippy and deps fixes for 1.83 (#467) **Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.14.3...0.14.4

--- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).