Skip to content

Commit 927f708

Browse files
committed
docs: clarify that agy is a terminal-only tool and remove the desktop action example
1 parent ecf83d7 commit 927f708

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,12 @@ sdks:
1919
actions:
2020
agy-prompt: agy -p "$@"
2121
agy-sandbox: agy -p "$@" --sandbox
22-
agy-desktop: |
23-
if [ -z "${WAYLAND_DISPLAY:-}" ] && [ -z "${DISPLAY:-}" ]; then
24-
echo "Neither Wayland nor X11 display available; try 'workshop connect dev/agy:desktop'" >&2
25-
exit 1
26-
fi
27-
agy
2822
```
2923
3024
This demonstrates a basic environment setup to execute Antigravity CLI tasks
31-
using `agy`, including reusable actions for headless prompts.
25+
using `agy`, including reusable actions for headless prompts. Note that `agy`
26+
is exclusively a Terminal User Interface (TUI) and CLI tool; it does not have a
27+
standalone desktop graphical application.
3228

3329
---
3430

0 commit comments

Comments
 (0)