Skip to content

SearchClaw v0.4

Latest

Choose a tag to compare

@DaoD DaoD released this 16 Jun 08:18
· 4 commits to main since this release

SearchClaw v0.4

New: Interactive command-line interface

  • Add a Textual-based terminal client (searchclaw) driving the same research core as the web server, with a first-run setup wizard, live-streaming answers, slash commands (/help, /model, /effort, /sessions, /load, /export, …), and Up/Down input-history recall.
  • Local file search: point the agent at your own files with @path mentions. Adds three sandboxed tools — local_glob (filename discovery, sees PDFs/Office docs), local_search (grep file contents), and local_read (read files and extract text from PDF/.docx/.pptx).
  • Support non-ASCII (Chinese/Japanese/Korean) @path mentions, including paths that run directly into the following query text with no separating space.

Reports

  • Export the final answer to DOCX via /export, with a bundled pandoc binary so it works without a system pandoc install.

Quality of life

  • Stream the answer live as it generates and render only the clean final answer.
  • /stop to interrupt an in-flight research turn while keeping streamed output.
  • TUI refinements: bottom-pinned input, status-only progress panel separated from the report area, unified tool icons, reasoning effort on the welcome banner, and off-screen logs.

Maintenance

  • Bump package and API version metadata to 0.4.0.