first pass of merging in warp (doesn't build)

This commit is contained in:
Ryan Ward
2026-07-01 16:08:58 -05:00
parent 2f64909469
commit 4770ac06b5
3662 changed files with 414574 additions and 89772 deletions
+36
View File
@@ -0,0 +1,36 @@
# Product Spec: Support 'agy' (Antigravity) CLI Agent in Warp
**Issue:** [warpdotdev/warp#11368](https://github.com/warpdotdev/warp/issues/11368)
**Figma:** none provided
## Summary
Add native support for the `agy` (Antigravity) CLI agent in Warp. This enables the terminal to automatically identify `agy` command executions and transition the active pane into "Agent Mode" (with dedicated layouts, toolbars, and branding).
## Problem
The Antigravity CLI agent (`agy`) is an autonomous developer tool. While users can run it in Warp today, Warp currently lacks native support for it as a recognized agent:
1. Running `agy` does not trigger the terminal's Agent Mode layout or toolbar.
2. The UI does not brand the session with the Antigravity logo or colors.
Note: Richer notifications (OSC 777) and plugin installation are deferred until an official Antigravity plugin for Warp exists.
## Goals
- Native command detection: typing or running `agy` triggers Agent Mode immediately.
- Custom branding: render the dedicated Antigravity toolbar with the same monochrome treatment as Pi: a white brand tile and a black custom logo.
## Non-Goals
- Providing inline terminal chips for plugin installation or updates (deferred).
- Processing structured OSC 777 notifications (deferred).
- Reading local `.antigravitycli/skills` directories (deferred).
## Success Criteria
1. Running `agy` in Warp launches Agent Mode and styles the pane with Antigravity branding.
2. The command is properly classified as a one-off shell command.
## Validation
- **Manual verification**: Verify the end-to-end command execution inside a live terminal window.