From 6bab3c4792ae8ce872ea6691ec9addebd5c9357e Mon Sep 17 00:00:00 2001 From: iff Date: Tue, 8 Apr 2025 20:57:41 +0200 Subject: [PATCH] docs: update changes --- CHANGELOG.md | 10 ++++++++++ module-request-ai/Cargo.toml | 6 ------ module-request-ai/README.md | 4 ---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d5d77..cccf8d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Streaming output support for AI module + - Wasn't easy as my brain is pretty much dead at the time of writing +- `guix` support in package installation by [gs-101](https://github.com/iffse/pay-respects/pull/44) + +### Fixed + +- Redundant packages from `nix-index` by [SigmaSquadron](https://github.com/iffse/pay-respects/pull/45) + ## [0.7.1] - 2025-04-06 ### Added diff --git a/module-request-ai/Cargo.toml b/module-request-ai/Cargo.toml index ea0aea0..456b173 100644 --- a/module-request-ai/Cargo.toml +++ b/module-request-ai/Cargo.toml @@ -25,12 +25,6 @@ futures-util = "0.3" curl = { version = "0.4", optional = true } -[features] -default = ["libcurl"] -# linking to libcurl dynamically requires openssl when compiling and -# complicates cross compilation -libcurl = ["dep:curl"] - [[bin]] name = "_pay-respects-fallback-100-request-ai" path = "src/main.rs" diff --git a/module-request-ai/README.md b/module-request-ai/README.md index 6fca6cd..ebc8da1 100644 --- a/module-request-ai/README.md +++ b/module-request-ai/README.md @@ -2,10 +2,6 @@ Module for [pay-respects](https://codeberg.org/iff/pay-respects) to request AI for suggestions. -Compile time features: - -- `libcurl` (default): Dynamically links to libcurl. Requires OpenSSL when compiling. When disabled, a curl process is spawned instead. - ## Configurations Configuration is done via environment variables: