@mmmbuto/gemini-cli-termux 0.22.6-termux → 0.24.0-termux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -21
- package/bundle/README.md +239 -0
- package/bundle/docs/TERMUX.md +97 -0
- package/bundle/docs/architecture.md +80 -0
- package/bundle/docs/assets/connected_devtools.png +0 -0
- package/bundle/docs/assets/gemini-screenshot.png +0 -0
- package/bundle/docs/assets/release_patch.png +0 -0
- package/bundle/docs/assets/theme-ansi-light.png +0 -0
- package/bundle/docs/assets/theme-ansi.png +0 -0
- package/bundle/docs/assets/theme-atom-one.png +0 -0
- package/bundle/docs/assets/theme-ayu-light.png +0 -0
- package/bundle/docs/assets/theme-ayu.png +0 -0
- package/bundle/docs/assets/theme-custom.png +0 -0
- package/bundle/docs/assets/theme-default-light.png +0 -0
- package/bundle/docs/assets/theme-default.png +0 -0
- package/bundle/docs/assets/theme-dracula.png +0 -0
- package/bundle/docs/assets/theme-github-light.png +0 -0
- package/bundle/docs/assets/theme-github.png +0 -0
- package/bundle/docs/assets/theme-google-light.png +0 -0
- package/bundle/docs/assets/theme-xcode-light.png +0 -0
- package/bundle/docs/changelogs/index.md +592 -0
- package/bundle/docs/changelogs/latest.md +225 -0
- package/bundle/docs/changelogs/preview.md +129 -0
- package/bundle/docs/changelogs/releases.md +896 -0
- package/bundle/docs/cli/authentication.md +3 -0
- package/bundle/docs/cli/checkpointing.md +94 -0
- package/bundle/docs/cli/commands.md +354 -0
- package/bundle/docs/cli/configuration.md +792 -0
- package/bundle/docs/cli/context-memory.md +69 -0
- package/bundle/docs/cli/custom-commands.md +315 -0
- package/bundle/docs/cli/enterprise.md +565 -0
- package/bundle/docs/cli/gemini-ignore.md +71 -0
- package/bundle/docs/cli/gemini-md.md +108 -0
- package/bundle/docs/cli/generation-settings.md +210 -0
- package/bundle/docs/cli/headless.md +388 -0
- package/bundle/docs/cli/index.md +63 -0
- package/bundle/docs/cli/keyboard-shortcuts.md +143 -0
- package/bundle/docs/cli/model-routing.md +37 -0
- package/bundle/docs/cli/model.md +62 -0
- package/bundle/docs/cli/sandbox.md +171 -0
- package/bundle/docs/cli/session-management.md +158 -0
- package/bundle/docs/cli/settings.md +114 -0
- package/bundle/docs/cli/system-prompt.md +93 -0
- package/bundle/docs/cli/telemetry.md +791 -0
- package/bundle/docs/cli/themes.md +237 -0
- package/bundle/docs/cli/token-caching.md +20 -0
- package/bundle/docs/cli/trusted-folders.md +95 -0
- package/bundle/docs/cli/tutorials.md +83 -0
- package/bundle/docs/cli/uninstall.md +47 -0
- package/bundle/docs/core/index.md +101 -0
- package/bundle/docs/core/memport.md +244 -0
- package/bundle/docs/core/policy-engine.md +267 -0
- package/bundle/docs/core/tools-api.md +131 -0
- package/bundle/docs/examples/proxy-script.md +83 -0
- package/bundle/docs/extensions/extension-releasing.md +183 -0
- package/bundle/docs/extensions/getting-started-extensions.md +245 -0
- package/bundle/docs/extensions/index.md +293 -0
- package/bundle/docs/faq.md +154 -0
- package/bundle/docs/get-started/authentication.md +321 -0
- package/bundle/docs/get-started/configuration-v1.md +888 -0
- package/bundle/docs/get-started/configuration.md +1511 -0
- package/bundle/docs/get-started/deployment.md +143 -0
- package/bundle/docs/get-started/examples.md +219 -0
- package/bundle/docs/get-started/gemini-3.md +116 -0
- package/bundle/docs/get-started/index.md +71 -0
- package/bundle/docs/get-started/installation.md +141 -0
- package/bundle/docs/hooks/best-practices.md +806 -0
- package/bundle/docs/hooks/index.md +665 -0
- package/bundle/docs/hooks/reference.md +168 -0
- package/bundle/docs/hooks/writing-hooks.md +1026 -0
- package/bundle/docs/ide-integration/ide-companion-spec.md +267 -0
- package/bundle/docs/ide-integration/index.md +202 -0
- package/bundle/docs/index.md +147 -0
- package/bundle/docs/integration-tests.md +211 -0
- package/bundle/docs/issue-and-pr-automation.md +134 -0
- package/bundle/docs/local-development.md +128 -0
- package/bundle/docs/mermaid/context.mmd +103 -0
- package/bundle/docs/mermaid/render-path.mmd +64 -0
- package/bundle/docs/npm.md +62 -0
- package/bundle/docs/patches/CONTEXT_MEMORY_COMPARISON.md +306 -0
- package/bundle/docs/patches/MERGE_TO_0.24_ANALYSIS.md +321 -0
- package/bundle/docs/patches/README.md +62 -0
- package/bundle/docs/quota-and-pricing.md +158 -0
- package/bundle/docs/release-confidence.md +164 -0
- package/bundle/docs/releases.md +540 -0
- package/bundle/docs/sidebar.json +297 -0
- package/bundle/docs/termux-api/COMMANDS.md +592 -0
- package/bundle/docs/termux-api/DISCOVERY_SETUP.md +670 -0
- package/bundle/docs/termux-api/EXECUTION_PLAN.md +532 -0
- package/bundle/docs/termux-api/MERGE_STRATEGY.md +325 -0
- package/bundle/docs/termux-api/PATCHES.md +483 -0
- package/bundle/docs/termux-api/README.md +416 -0
- package/bundle/docs/tools/file-system.md +217 -0
- package/bundle/docs/tools/index.md +95 -0
- package/bundle/docs/tools/mcp-server.md +1044 -0
- package/bundle/docs/tools/memory.md +54 -0
- package/bundle/docs/tools/shell.md +260 -0
- package/bundle/docs/tools/todos.md +57 -0
- package/bundle/docs/tools/web-fetch.md +59 -0
- package/bundle/docs/tools/web-search.md +42 -0
- package/bundle/docs/tos-privacy.md +96 -0
- package/bundle/docs/troubleshooting.md +158 -0
- package/bundle/gemini.js +35198 -32245
- package/package.json +10 -8
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"label": "Overview",
|
|
4
|
+
"items": [
|
|
5
|
+
{
|
|
6
|
+
"label": "Introduction",
|
|
7
|
+
"slug": "docs"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"label": "Architecture overview",
|
|
11
|
+
"slug": "docs/architecture"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"label": "Contribution guide",
|
|
15
|
+
"slug": "docs/contributing"
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"label": "Get started",
|
|
21
|
+
"items": [
|
|
22
|
+
{
|
|
23
|
+
"label": "Gemini CLI quickstart",
|
|
24
|
+
"slug": "docs/get-started"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"label": "Gemini 3 on Gemini CLI",
|
|
28
|
+
"slug": "docs/get-started/gemini-3"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"label": "Authentication",
|
|
32
|
+
"slug": "docs/get-started/authentication"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"label": "Configuration",
|
|
36
|
+
"slug": "docs/get-started/configuration"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"label": "Installation",
|
|
40
|
+
"slug": "docs/get-started/installation"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"label": "Examples",
|
|
44
|
+
"slug": "docs/get-started/examples"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"label": "CLI",
|
|
50
|
+
"items": [
|
|
51
|
+
{
|
|
52
|
+
"label": "Introduction",
|
|
53
|
+
"slug": "docs/cli"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"label": "Commands",
|
|
57
|
+
"slug": "docs/cli/commands"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"label": "Checkpointing",
|
|
61
|
+
"slug": "docs/cli/checkpointing"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"label": "Custom commands",
|
|
65
|
+
"slug": "docs/cli/custom-commands"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"label": "Enterprise",
|
|
69
|
+
"slug": "docs/cli/enterprise"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"label": "Headless mode",
|
|
73
|
+
"slug": "docs/cli/headless"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"label": "Keyboard shortcuts",
|
|
77
|
+
"slug": "docs/cli/keyboard-shortcuts"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"label": "Model selection",
|
|
81
|
+
"slug": "docs/cli/model"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"label": "Sandbox",
|
|
85
|
+
"slug": "docs/cli/sandbox"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"label": "Session Management",
|
|
89
|
+
"slug": "docs/cli/session-management"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"label": "Settings",
|
|
93
|
+
"slug": "docs/cli/settings"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"label": "Telemetry",
|
|
97
|
+
"slug": "docs/cli/telemetry"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"label": "Themes",
|
|
101
|
+
"slug": "docs/cli/themes"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"label": "Token caching",
|
|
105
|
+
"slug": "docs/cli/token-caching"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"label": "Trusted Folders",
|
|
109
|
+
"slug": "docs/cli/trusted-folders"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"label": "Tutorials",
|
|
113
|
+
"slug": "docs/cli/tutorials"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"label": "Uninstall",
|
|
117
|
+
"slug": "docs/cli/uninstall"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"label": "System prompt override",
|
|
121
|
+
"slug": "docs/cli/system-prompt"
|
|
122
|
+
}
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"label": "Core",
|
|
127
|
+
"items": [
|
|
128
|
+
{
|
|
129
|
+
"label": "Introduction",
|
|
130
|
+
"slug": "docs/core"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"label": "Tools API",
|
|
134
|
+
"slug": "docs/core/tools-api"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"label": "Memory Import Processor",
|
|
138
|
+
"slug": "docs/core/memport"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"label": "Policy Engine",
|
|
142
|
+
"slug": "docs/core/policy-engine"
|
|
143
|
+
}
|
|
144
|
+
]
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"label": "Tools",
|
|
148
|
+
"items": [
|
|
149
|
+
{
|
|
150
|
+
"label": "Introduction",
|
|
151
|
+
"slug": "docs/tools"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"label": "File system",
|
|
155
|
+
"slug": "docs/tools/file-system"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"label": "Shell",
|
|
159
|
+
"slug": "docs/tools/shell"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"label": "Web fetch",
|
|
163
|
+
"slug": "docs/tools/web-fetch"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"label": "Web search",
|
|
167
|
+
"slug": "docs/tools/web-search"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"label": "Memory",
|
|
171
|
+
"slug": "docs/tools/memory"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"label": "Todos",
|
|
175
|
+
"slug": "docs/tools/todos"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"label": "MCP servers",
|
|
179
|
+
"slug": "docs/tools/mcp-server"
|
|
180
|
+
}
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"label": "Extensions",
|
|
185
|
+
"items": [
|
|
186
|
+
{
|
|
187
|
+
"label": "Introduction",
|
|
188
|
+
"slug": "docs/extensions"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"label": "Get started with extensions",
|
|
192
|
+
"slug": "docs/extensions/getting-started-extensions"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"label": "Extension releasing",
|
|
196
|
+
"slug": "docs/extensions/extension-releasing"
|
|
197
|
+
}
|
|
198
|
+
]
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"label": "Hooks",
|
|
202
|
+
"items": [
|
|
203
|
+
{
|
|
204
|
+
"label": "Introduction",
|
|
205
|
+
"slug": "docs/hooks"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"label": "Writing hooks",
|
|
209
|
+
"slug": "docs/hooks/writing-hooks"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"label": "Hooks reference",
|
|
213
|
+
"slug": "docs/hooks/reference"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"label": "Best practices",
|
|
217
|
+
"slug": "docs/hooks/best-practices"
|
|
218
|
+
}
|
|
219
|
+
]
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"label": "IDE integration",
|
|
223
|
+
"items": [
|
|
224
|
+
{
|
|
225
|
+
"label": "Introduction",
|
|
226
|
+
"slug": "docs/ide-integration"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"label": "IDE companion spec",
|
|
230
|
+
"slug": "docs/ide-integration/ide-companion-spec"
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"label": "Development",
|
|
236
|
+
"items": [
|
|
237
|
+
{
|
|
238
|
+
"label": "NPM",
|
|
239
|
+
"slug": "docs/npm"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"label": "Releases",
|
|
243
|
+
"slug": "docs/releases"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"label": "Integration tests",
|
|
247
|
+
"slug": "docs/integration-tests"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"label": "Issue and PR automation",
|
|
251
|
+
"slug": "docs/issue-and-pr-automation"
|
|
252
|
+
}
|
|
253
|
+
]
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"label": "Releases",
|
|
257
|
+
"items": [
|
|
258
|
+
{
|
|
259
|
+
"label": "Release notes",
|
|
260
|
+
"slug": "docs/changelogs/"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"label": "Latest release",
|
|
264
|
+
"slug": "docs/changelogs/latest"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"label": "Preview release",
|
|
268
|
+
"slug": "docs/changelogs/preview"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"label": "Changelog",
|
|
272
|
+
"slug": "docs/changelogs/releases"
|
|
273
|
+
}
|
|
274
|
+
]
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"label": "Support",
|
|
278
|
+
"items": [
|
|
279
|
+
{
|
|
280
|
+
"label": "FAQ",
|
|
281
|
+
"slug": "docs/faq"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"label": "Troubleshooting",
|
|
285
|
+
"slug": "docs/troubleshooting"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"label": "Quota and pricing",
|
|
289
|
+
"slug": "docs/quota-and-pricing"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"label": "Terms of service",
|
|
293
|
+
"slug": "docs/tos-privacy"
|
|
294
|
+
}
|
|
295
|
+
]
|
|
296
|
+
}
|
|
297
|
+
]
|