From c5aaf2ffbb137f9b30d3c75e3de1a9b88d6baead Mon Sep 17 00:00:00 2001 From: Dev Dalia Date: Sat, 22 Aug 2026 21:50:58 +0530 Subject: [PATCH] 0.1.1 Documentation and messaging only. The 0.1.0 artifacts are stranded behind the tag: PyPI's project page is frozen at publish time and still leads with 'uvx agsearch', the ordering corrected in #44, and the shipped script still tells Linux users to run 'brew install fzf'. --- CHANGELOG.md | 25 ++++++++++++++++++++++++- agsearch | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 301fa31..ac9d32b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,28 @@ migration in the same line. ## [Unreleased] +## [0.1.1] - 2026-08-22 + +Documentation and messaging. No behaviour change. + +### Fixed + +- **fzf install advice named Homebrew on Linux.** The installer note and the + runtime fallback both said `brew install fzf`, which is wrong on the platform + the reader is most likely using. Both now link to fzf's installation page. +- **The fzf version floor was undocumented.** agsearch binds fzf's `start` + event, added in fzf 0.35.0, so anything older fails with `unknown event: + start`. Some distributions still package below that. + +### Changed + +- **The quick start leads with Homebrew**, which also resolves `fzf` so the + interactive interface works on first run. `uvx` follows, for running a single + search without installing. 0.1.0 led with `uvx`, which fails for anyone + without `uv`. +- **README notes that other agents are addable.** Gemini CLI and opencode are + tracked in #40. + ## [0.1.0] - 2026-08-21 The packaging release. agsearch has worked for a while; this is the first @@ -44,5 +66,6 @@ version you can name, install reproducibly, and report a bug against. have no cross-session search" but that they search titles while agsearch searches what was said. -[Unreleased]: https://github.com/devcodes9/agsearch/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/devcodes9/agsearch/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/devcodes9/agsearch/releases/tag/v0.1.1 [0.1.0]: https://github.com/devcodes9/agsearch/releases/tag/v0.1.0 diff --git a/agsearch b/agsearch index 3daedc5..26ac59e 100755 --- a/agsearch +++ b/agsearch @@ -28,7 +28,7 @@ Warm runs are near-instant: parsed sessions are cached per-file and only re-pars when their .jsonl mtime changes. """ -__version__ = "0.1.0" +__version__ = "0.1.1" import os import re