Skip to content

Releases: jesshart/climble

v0.1.0

29 Apr 22:00

Choose a tag to compare

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 --repo is ..
  • climble find-related <file_path> <line> [--repo PATH_OR_URL] [--top-k N] [--ref REF] — given a file_path:line pair from a prior search result, return chunks semantically similar to the chunk at that location. Re-uses semble's MCP _resolve_chunk boundary trick to reconstruct the Chunk reference from argv.