Skip to content

cc-research 1.0.0

Choose a tag to compare

@richer-richard richer-richard released this 20 May 08:56
· 7 commits to main since this release
v1.0.0
9be7d9d

cc-research 1.0.0 — first release.

Multi-agent deep research on Claude models, with two front-ends that share one source of truth: an interactive Claude Code plugin and a headless Agent SDK CLI.

Install — plugin (in Claude Code)

/plugin marketplace add richer-richard/cc-research
/plugin install cc-research@cc-research
/cc-research:research <your question>

Install — SDK CLI (on your PATH)

pipx install "git+https://github.com/richer-richard/cc-research.git#subdirectory=sdk"
# or grab the attached wheel:  pip install cc_research-1.0.0-py3-none-any.whl
cc-research login
cc-research "<your question>"

Highlights

  • Orchestrator → parallel researcher subagents (aim wide, one per independent strand) → triangulate → synthesize → cite → report.
  • Built-in tools only (WebSearch, WebFetch, Read, Grep, Glob, Write, Task); Claude models only; no MCP.
  • Per-strand evidence persisted to disk (sources-<strand>.jsonl / claims-<strand>.jsonl); runs are resumable; a Stop-hook audit blocks unbacked [#id] citations.
  • Auth: OAuth subscription (monthly Agent SDK credit) by default, Anthropic API key as fallback.
  • No default budget cap — runs are uncapped; set --budget for an optional hard cap.

See CHANGELOG.md for the full list. Attached: the SDK wheel and sdist.