Skip to content

docs: add one-line install command under Highlights#53

Merged
Neverdecel merged 1 commit into
masterfrom
claude/readme-oneline-install
Jun 18, 2026
Merged

docs: add one-line install command under Highlights#53
Neverdecel merged 1 commit into
masterfrom
claude/readme-oneline-install

Conversation

@Neverdecel

Copy link
Copy Markdown
Owner

What

Adds a prominent single-command quickstart directly under the Highlights section of the README, plus sharpens the Highlights to reflect the recently merged features (#52).

One-liner

pip install "coderag[mcp] @ git+https://github.com/Neverdecel/CodeRAG" && coderag install

Installs the engine and MCP server straight from the repo, then coderag install auto-detects Claude Code, Hermes, and Codex (or launches the interactive wizard) and wires CodeRAG in as the agent's search tool.

Highlights tightened

  • New bullet: "Semantic and exact search in one tool belt"search_code (hybrid) + search_files (ripgrep-backed exact regex/glob).
  • Rewrote the agents bullet: "Drop-in for AI coding agents — one command" built around coderag install (Claude Code, Hermes, Codex).

Why

Lowering the time-to-value: a reader should be able to copy one line and have CodeRAG running as their agent's search backend, without scrolling for setup steps.

Scope

Docs only — README.md is the only file changed (+12 / -1). No code or behavior changes.

🤖 Generated with Claude Code


Generated by Claude Code

Adds a prominent single-command quickstart that installs CodeRAG (engine + MCP server)
straight from the repo and registers it into the user's coding agent:

    pip install "coderag[mcp] @ git+https://github.com/Neverdecel/CodeRAG" && coderag install

Also sharpens the Highlights to reflect the new capabilities: a dedicated bullet for
semantic + exact search (search_code and the ripgrep-backed search_files), and a rewritten
"drop-in for AI coding agents" bullet built around `coderag install` (Claude Code, Hermes,
Codex).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011tgKDQJ8p7YLEzoMz32moC
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Neverdecel Neverdecel merged commit 47a2526 into master Jun 18, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants