Skip to content

Commit 1f08282

Browse files
committed
cli q
1 parent 48c1dbc commit 1f08282

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

pages/ai/antigravity-cli.html

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
8+
/>
9+
10+
<title>Antigravity CLI</title>
11+
<style>
12+
#body .inside {
13+
max-width: 1122px;
14+
}
15+
</style>
16+
</head>
17+
<body class="layout bg" toc id="body">
18+
<div class="body">
19+
<div class="inside">
20+
<div class="cards">
21+
<h2>General stuff</h2>
22+
<a href="gemini.html">Gemini Cli</a>
23+
<script type="editor" data-lang="sh">
24+
25+
# Install
26+
https://antigravity.google/download#antigravity-cli
27+
28+
# on start
29+
/config
30+
"Enable Telemetry" off
31+
"Notifications" on
32+
"Show Feedback Survey" off
33+
"Verbosity" - change to "low"
34+
35+
# useful
36+
agy
37+
/btw [ask]
38+
/clear
39+
/context - current context usage
40+
/usage - check quota
41+
/fast - I have to see if that could save some usage
42+
/model
43+
/resume - browse and reuse past conversations
44+
/rewind - undo || /undo https://antigravity.google/docs/cli-using#:~:text=Go%20Back%20in%20Conversation
45+
/skills
46+
/statusline
47+
48+
# AGENTS.md & GEMINI.md
49+
https://antigravity.google/docs/gcli-migration#context-files-and-workspace-rules
50+
51+
/skills
52+
# now lives in .agents/skills/ https://antigravity.google/docs/gcli-migration#updated-skills-paths
53+
</script>
54+
</div>
55+
</div>
56+
</div>
57+
<script type="module" src="/js/github.js"></script>
58+
</body>
59+
</html>

0 commit comments

Comments
 (0)