Releases: jesshart/climble
Releases · jesshart/climble
v0.1.0
Initial public release. Thin Typer CLI wrapper around semble; mirrors the two operations exposed by semble's MCP server.
Added
climble search <query> [--repo PATH_OR_URL] [--mode hybrid|semantic|bm25] [--top-k N] [--ref REF]— index a local directory or git URL on the fly and run a semble search. Output is formatted as numbered, fenced code blocks identical to what semble's MCP server returns to an agent, so the CLI and MCP outputs are interchangeable. Default--repois..climble find-related <file_path> <line> [--repo PATH_OR_URL] [--top-k N] [--ref REF]— given afile_path:linepair from a prior search result, return chunks semantically similar to the chunk at that location. Re-uses semble's MCP_resolve_chunkboundary trick to reconstruct theChunkreference from argv.