Skip to content

feat: add Warp as a universal agent#516

Merged
quuu merged 1 commit intovercel-labs:mainfrom
bholmesdev:add-warp-agent
Mar 13, 2026
Merged

feat: add Warp as a universal agent#516
quuu merged 1 commit intovercel-labs:mainfrom
bholmesdev:add-warp-agent

Conversation

@bholmesdev
Copy link
Copy Markdown
Contributor

@bholmesdev bholmesdev commented Mar 5, 2026

Summary

Adds Warp to the list of compatible AI coding agents.

About Warp

Warp is an AI-native terminal and agentic development environment. Warp's AI agent (Oz) supports the agent skills format natively, reading skills from .agents/skills/ in the project and ~/.agents/skills/ globally.

Changes

  • Added warp to the AgentType union in src/types.ts
  • Added the warp agent config in src/agents.ts with skillsDir: '.agents/skills' (universal), globalSkillsDir: ~/.agents/skills, and detection via ~/.warp
  • Re-ran sync-agents.ts to update the README supported-agents table and package.json keywords — Warp now appears alongside Cline in the ~/.agents/skills row

Warp uses .agents/skills (project) and ~/.agents/skills (global),
the same universal path as Cline. Detected via ~/.warp.

Co-Authored-By: Oz <oz-agent@warp.dev>
@quuu quuu merged commit f98c2a8 into vercel-labs:main Mar 13, 2026
2 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.

2 participants