cc-research 1.0.0
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
--budgetfor an optional hard cap.
See CHANGELOG.md for the full list. Attached: the SDK wheel and sdist.