Skip to content

Releases: paperfoot/search-cli

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 06:55

Full Changelog: v0.7.1...v0.8.0

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 05:52

Full Changelog: v0.7.0...v0.7.1

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 04:50

Full Changelog: v0.6.2...v0.7.0

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 31 May 17:50

Full Changelog: v0.6.1...v0.6.2

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 31 May 14:18

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 31 May 12:15

Full Changelog: v0.5.1...v0.6.0

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 12 Apr 04:41

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 03 Apr 20:58

Full Changelog: v0.4.6...v0.5.0

v0.4.3

Choose a tag to compare

@longevityboris longevityboris released this 25 Mar 13:34

What's Changed

Critical fixes identified by Codex GPT-5.4 review + cross-pollination from xmaster/clinstagram CLI patterns.

Bug Fixes

  • Fix dead speculative execution — Auto mode now passes Mode::Auto to execute_search() so Brave+Serper launch before classification completes. Previously run() pre-resolved the mode, making the speculation code path dead.
  • Fix error suggestionsSEARCH_KEYS_BRAVE (correct) instead of SEARCH_BRAVE_KEY (wrong). Agents following error hints now get the right env var name.
  • Move Browserless API key from URL to header — API key was in query string, now uses Bearer token in Authorization header.

Improvements

  • Accurate response status — New partial_success, all_providers_failed, no_results statuses replace the always-success mask. Agents can now distinguish "nothing found" from "everything broke."
  • All commands respect --jsonconfig show, config check, config set, update --check, and --last cache-miss now emit structured JSON when piped or --json is set.
  • Wire Brave LLM Context API into deep modesearch_llm_context() was implemented but unused. Now runs in parallel during --mode deep.
  • Clean clippy — Zero warnings with -D warnings. Fixed unused imports, Ok(x?) patterns, identity matches, redundant closures across 6 files.

Install/Update

cargo install agent-search
# or
brew upgrade search-cli

v0.4.2 — Brave LLM Context + xAI/Perplexity fix

Choose a tag to compare

@longevityboris longevityboris released this 23 Mar 15:02
  • Brave LLM Context API — pre-extracted content chunks for RAG
  • xAI social search now works — fixed 10s global timeout killing requests
  • Perplexity timeout fix — same issue, now uses 45s client
  • xAI citations — properly parsed from url_citation annotations

cargo install agent-search to update.