You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.