From cf2e04519826c621849544c71d51797074a98047 Mon Sep 17 00:00:00 2001 From: hongyi-chen Date: Fri, 7 Aug 2026 16:12:04 +0000 Subject: [PATCH] Update agent notifications support for Auggie Marks Auggie as supporting agent notifications in the CLI agents feature-support table. Replicates external PR #475 onto an upstream branch so a Vercel preview deployment can be built (fork PRs require manual authorization). Co-authored-by: Kossak Co-Authored-By: Warp Agent --- src/content/docs/agents/cli-agents/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/agents/cli-agents/overview.mdx b/src/content/docs/agents/cli-agents/overview.mdx index 9dd968eb..fc97dd37 100644 --- a/src/content/docs/agents/cli-agents/overview.mdx +++ b/src/content/docs/agents/cli-agents/overview.mdx @@ -48,7 +48,7 @@ Not every feature is available for every agent. The table below shows current su | Feature                               | Claude Code | Codex | OpenCode | Amp | Auggie | Copilot CLI | Cursor | Gemini CLI | Droid | Pi | |---|---|---|---|---|---|---|---|---|---|---| | Rich input editor (`Ctrl-G`) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -| Agent notifications | ✓ | ✓ | ✓ | ✗ | ✗ | ✗ | ✗ | ✗ | ✗ | ✗ | +| Agent notifications | ✓ | ✓ | ✓ | ✗ | ✓ | ✗ | ✗ | ✗ | ✗ | ✗ | | Code review comments | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | Attach code as context | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | Vertical tabs + metadata | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |