feat(connect): Warp adapter — first-class memory citizen - #676
Conversation
…docs/readme-i18n-east-asia
…docs/readme-i18n-east-asia
…s/readme-i18n-east-asia
Adds top-of-README link row to READMEs/README.{locale}.md files. 11 translations land alongside: zh-CN, zh-TW, ja-JP, ko-KR, es-ES, pt-BR, fr-FR, de-DE, ru-RU, tr-TR, hi-IN.
…r/ru MD040: add 'text' language tag to the 5 prose-only fenced blocks (lines 431, 482, 507, 705, 738) in source README and propagated to all 11 translations. Path: de-DE, fr-FR, ru-RU had md links + html href/src to repo-root paths (integrations/, docs/, eval/, benchmark/, src/, deploy/, plugin/, examples/, CHANGELOG, LICENSE, assets/) without ../ prefix — files live in READMEs/, so paths resolved one level too high. Prepended ../ on all matched refs. Reviewer-flagged ko-KR path issue verified false-positive: that file already had ../ prefix from initial translation.
# Conflicts: # README.md
Warp stores MCP config at ~/.warp/.mcp.json with the same mcpServers schema as Claude Code, so the shared createJsonMcpAdapter wires it in 17 lines. Adds Warp to the connect surface (12 adapters total) and the README agents grid. Native-citizen second-class win: Warp's skill discovery already scans .claude/skills/ — installing the existing agentmemory Claude Code plugin makes the 8 memory skills (remember, recall, recap, handoff, forget, commit-context, commit-history, session-history) appear in Warp's slash-command palette with zero extra wiring. Tests bumped: ADAPTERS.length 11 -> 12, knownAgents includes 'warp', new connect-new-agents Warp install case.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Superseded by fresh PR off main — original branch had post-squash drift showing all i18n files as new even though they were identical. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (16)
📝 WalkthroughWalkthroughThis PR adds support for the Warp agent via a new CLI MCP adapter configuration and introduces comprehensive localized README documentation in 11 languages (German, Spanish, French, Hindi, Japanese, Korean, Portuguese, Russian, Turkish, Simplified Chinese, and Traditional Chinese). The English README is updated with a language selector and Warp integration details. ChangesWarp CLI Adapter Integration
Multilingual Documentation Update
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Warp Terminal (warp.dev) joins the connect surface.
What ships
Native-citizen win without writing a single hook
Warp's skill discovery already scans `.claude/skills/`, `.codex/skills/`, `.cursor/skills/`, etc. (source). Once a user installs the agentmemory Claude Code plugin, all 8 memory skills (`remember`, `recall`, `recap`, `handoff`, `forget`, `commit-context`, `commit-history`, `session-history`) surface in Warp's slash-command palette with zero extra wiring. Documented in the connect table.
Verification
Summary by CodeRabbit
Release Notes
New Features
Documentation