docs: update changes

This commit is contained in:
iff 2025-04-08 20:57:41 +02:00
parent 09217fb179
commit 6bab3c4792
3 changed files with 10 additions and 10 deletions

View file

@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [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 ## [0.7.1] - 2025-04-06
### Added ### Added

View file

@ -25,12 +25,6 @@ futures-util = "0.3"
curl = { version = "0.4", optional = true } 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]] [[bin]]
name = "_pay-respects-fallback-100-request-ai" name = "_pay-respects-fallback-100-request-ai"
path = "src/main.rs" path = "src/main.rs"

View file

@ -2,10 +2,6 @@
Module for [pay-respects](https://codeberg.org/iff/pay-respects) to request AI for suggestions. 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 ## Configurations
Configuration is done via environment variables: Configuration is done via environment variables: