@mmmbuto/gemini-cli-termux 0.30.0-termux → 0.30.2-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 +0 -12
- package/bundle/docs/ROADMAP.md +113 -0
- package/bundle/gemini.js +24 -27
- package/bundle/package.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -181,18 +181,6 @@ See `docs/TERMUX.md` for Termux-specific documentation.
|
|
|
181
181
|
|
|
182
182
|
## Known differences vs upstream (v0.30.0-termux)
|
|
183
183
|
|
|
184
|
-
From the latest test reports:
|
|
185
|
-
|
|
186
|
-
**Linux x86_64 (VPS1):**
|
|
187
|
-
|
|
188
|
-
- `gemini extensions settings` works, may appear as `config` in some versions
|
|
189
|
-
- `auth` / `logout` are functional but may not appear in the top-level help
|
|
190
|
-
output
|
|
191
|
-
- **Context Memory**: ✅ **Functional** - reads from `~/.gemini/context_memory/`
|
|
192
|
-
- **TTS (Text-to-Speech)**: ✅ **Functional** - reads from settings,
|
|
193
|
-
`termux-tts-speak` enabled by default
|
|
194
|
-
- **googleSearch tool**: ✅ **Fixed** - works without external dependencies
|
|
195
|
-
|
|
196
184
|
**Termux ARM64 (Android):**
|
|
197
185
|
|
|
198
186
|
- **PTY**: ✅ loaded correctly via @mmmbuto/node-pty-android-arm64
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
# Gemini CLI Roadmap
|
|
2
|
+
|
|
3
|
+
The
|
|
4
|
+
[Official Gemini CLI Roadmap](https://github.com/orgs/google-gemini/projects/11/)
|
|
5
|
+
|
|
6
|
+
Gemini CLI is an open-source AI agent that brings the power of Gemini directly
|
|
7
|
+
into your terminal. It provides lightweight access to Gemini, giving you the
|
|
8
|
+
most direct path from your prompt to our model.
|
|
9
|
+
|
|
10
|
+
This document outlines our approach to the Gemini CLI roadmap. Here, you'll find
|
|
11
|
+
our guiding principles and a breakdown of the key areas we are focused on for
|
|
12
|
+
development. Our roadmap is not a static list but a dynamic set of priorities
|
|
13
|
+
that are tracked live in our GitHub Issues.
|
|
14
|
+
|
|
15
|
+
As an
|
|
16
|
+
[Apache 2.0 open source project](https://github.com/google-gemini/gemini-cli?tab=Apache-2.0-1-ov-file#readme),
|
|
17
|
+
we appreciate and welcome
|
|
18
|
+
[public contributions](https://github.com/google-gemini/gemini-cli/blob/main/CONTRIBUTING.md),
|
|
19
|
+
and will give first priority to those contributions aligned with our roadmap. If
|
|
20
|
+
you want to propose a new feature or change to our roadmap, please start by
|
|
21
|
+
[opening an issue for discussion](https://github.com/google-gemini/gemini-cli/issues/new/choose).
|
|
22
|
+
|
|
23
|
+
## Disclaimer
|
|
24
|
+
|
|
25
|
+
This roadmap represents our current thinking and is for informational purposes
|
|
26
|
+
only. It is not a commitment or a guarantee of future delivery. The development,
|
|
27
|
+
release, and timing of any features are subject to change, and we may update the
|
|
28
|
+
roadmap based on community discussions as well as when our priorities evolve.
|
|
29
|
+
|
|
30
|
+
## Guiding Principles
|
|
31
|
+
|
|
32
|
+
Our development is guided by the following principles:
|
|
33
|
+
|
|
34
|
+
- **Power & Simplicity:** Deliver access to state-of-the-art Gemini models with
|
|
35
|
+
an intuitive and easy-to-use lightweight command-line interface.
|
|
36
|
+
- **Extensibility:** An adaptable agent to help you with a variety of use cases
|
|
37
|
+
and environments along with the ability to run these agents anywhere.
|
|
38
|
+
- **Intelligent:** Gemini CLI should be reliably ranked among the best agentic
|
|
39
|
+
tools as measured by benchmarks like SWE Bench, Terminal Bench, and CSAT.
|
|
40
|
+
- **Free and Open Source:** Foster a thriving open source community where cost
|
|
41
|
+
isn’t a barrier to personal use, and PRs get merged quickly. This means
|
|
42
|
+
resolving and closing issues, pull requests, and discussion posts quickly.
|
|
43
|
+
|
|
44
|
+
## How the Roadmap Works
|
|
45
|
+
|
|
46
|
+
Our roadmap is managed directly through GitHub Issues. See our entry point
|
|
47
|
+
Roadmap Issue [here](https://github.com/google-gemini/gemini-cli/issues/4191).
|
|
48
|
+
This approach allows for transparency and gives you a direct way to learn more
|
|
49
|
+
or get involved with any specific initiative. All our roadmap items will be
|
|
50
|
+
tagged as Type:`Feature` and Label:`maintainer` for features we are actively
|
|
51
|
+
working on, or Type:`Task` and Label:`maintainer` for a more detailed list of
|
|
52
|
+
tasks.
|
|
53
|
+
|
|
54
|
+
Issues are organized to provide key information at a glance:
|
|
55
|
+
|
|
56
|
+
- **Target Quarter:** `Milestone` denotes the anticipated delivery timeline.
|
|
57
|
+
- **Feature Area:** Labels such as `area/model` or `area/tooling` categorize the
|
|
58
|
+
work.
|
|
59
|
+
- **Issue Type:** _Workstream_ => _Epics_ => _Features_ => _Tasks|Bugs_
|
|
60
|
+
|
|
61
|
+
To see what we're working on, you can filter our issues by these dimensions. See
|
|
62
|
+
all our items [here](https://github.com/orgs/google-gemini/projects/11/views/19)
|
|
63
|
+
|
|
64
|
+
## Focus Areas
|
|
65
|
+
|
|
66
|
+
To better organize our efforts, we categorize our work into several key feature
|
|
67
|
+
areas. These labels are used on our GitHub Issues to help you filter and find
|
|
68
|
+
initiatives that interest you.
|
|
69
|
+
|
|
70
|
+
- **Authentication:** Secure user access via API keys, Gemini Code Assist login,
|
|
71
|
+
etc.
|
|
72
|
+
- **Model:** Support new Gemini models, multi-modality, local execution, and
|
|
73
|
+
performance tuning.
|
|
74
|
+
- **User Experience:** Improve the CLI's usability, performance, interactive
|
|
75
|
+
features, and documentation.
|
|
76
|
+
- **Tooling:** Built-in tools and the MCP ecosystem.
|
|
77
|
+
- **Core:** Core functionality of the CLI
|
|
78
|
+
- **Extensibility:** Bringing Gemini CLI to other surfaces e.g. GitHub.
|
|
79
|
+
- **Contribution:** Improve the contribution process via test automation and
|
|
80
|
+
CI/CD pipeline enhancements.
|
|
81
|
+
- **Platform:** Manage installation, OS support, and the underlying CLI
|
|
82
|
+
framework.
|
|
83
|
+
- **Quality:** Focus on testing, reliability, performance, and overall product
|
|
84
|
+
quality.
|
|
85
|
+
- **Background Agents:** Enable long-running, autonomous tasks and proactive
|
|
86
|
+
assistance.
|
|
87
|
+
- **Security and Privacy:** For all things related to security and privacy
|
|
88
|
+
|
|
89
|
+
## How to Contribute
|
|
90
|
+
|
|
91
|
+
Gemini CLI is an open-source project, and we welcome contributions from the
|
|
92
|
+
community! Whether you're a developer, a designer, or just an enthusiastic user
|
|
93
|
+
you can find our
|
|
94
|
+
[Community Guidelines here](https://github.com/google-gemini/gemini-cli/blob/main/CONTRIBUTING.md)
|
|
95
|
+
to learn how to get started. There are many ways to get involved:
|
|
96
|
+
|
|
97
|
+
- **Roadmap:** Please review and find areas in our
|
|
98
|
+
[roadmap](https://github.com/google-gemini/gemini-cli/issues/4191) that you
|
|
99
|
+
would like to contribute to. Contributions based on this will be easiest to
|
|
100
|
+
integrate with.
|
|
101
|
+
- **Report Bugs:** If you find an issue, please create a
|
|
102
|
+
[bug](https://github.com/google-gemini/gemini-cli/issues/new?template=bug_report.yml)
|
|
103
|
+
with as much detail as possible. If you believe it is a critical breaking
|
|
104
|
+
issue preventing direct CLI usage, please tag it as `priority/p0`.
|
|
105
|
+
- **Suggest Features:** Have a great idea? We'd love to hear it! Open a
|
|
106
|
+
[feature request](https://github.com/google-gemini/gemini-cli/issues/new?template=feature_request.yml).
|
|
107
|
+
- **Contribute Code:** Check out our
|
|
108
|
+
[CONTRIBUTING.md](https://github.com/google-gemini/gemini-cli/blob/main/CONTRIBUTING.md)
|
|
109
|
+
file for guidelines on how to submit pull requests. We have a list of "good
|
|
110
|
+
first issues" for new contributors.
|
|
111
|
+
- **Write Documentation:** Help us improve our documentation, tutorials, and
|
|
112
|
+
examples. We are excited about the future of Gemini CLI and look forward to
|
|
113
|
+
building it with you!
|
package/bundle/gemini.js
CHANGED
|
@@ -27712,14 +27712,23 @@ var init_devtools_window_polyfill = __esm({
|
|
|
27712
27712
|
}
|
|
27713
27713
|
});
|
|
27714
27714
|
|
|
27715
|
+
// packages/cli/src/patches/empty-module.ts
|
|
27716
|
+
var empty_module_default;
|
|
27717
|
+
var init_empty_module = __esm({
|
|
27718
|
+
"packages/cli/src/patches/empty-module.ts"() {
|
|
27719
|
+
"use strict";
|
|
27720
|
+
empty_module_default = {};
|
|
27721
|
+
}
|
|
27722
|
+
});
|
|
27723
|
+
|
|
27715
27724
|
// node_modules/ink/build/devtools.js
|
|
27716
27725
|
var devtools_exports = {};
|
|
27717
|
-
import devtools from "react-devtools-core";
|
|
27718
27726
|
var init_devtools = __esm({
|
|
27719
27727
|
"node_modules/ink/build/devtools.js"() {
|
|
27720
27728
|
init_devtools_window_polyfill();
|
|
27721
|
-
|
|
27722
|
-
|
|
27729
|
+
init_empty_module();
|
|
27730
|
+
empty_module_default.initialize();
|
|
27731
|
+
empty_module_default.connectToDevTools();
|
|
27723
27732
|
}
|
|
27724
27733
|
});
|
|
27725
27734
|
|
|
@@ -102487,7 +102496,7 @@ function getVersion() {
|
|
|
102487
102496
|
}
|
|
102488
102497
|
versionPromise = (async () => {
|
|
102489
102498
|
const pkgJson = await getPackageJson(__dirname3);
|
|
102490
|
-
return "0.30.
|
|
102499
|
+
return "0.30.2-termux";
|
|
102491
102500
|
})();
|
|
102492
102501
|
return versionPromise;
|
|
102493
102502
|
}
|
|
@@ -451328,16 +451337,16 @@ function probeDevTools(host, port) {
|
|
|
451328
451337
|
}
|
|
451329
451338
|
async function startOrJoinDevTools(defaultHost, defaultPort) {
|
|
451330
451339
|
const mod2 = await import("@google/gemini-cli-devtools");
|
|
451331
|
-
const
|
|
451332
|
-
const url4 = await
|
|
451333
|
-
const actualPort =
|
|
451340
|
+
const devtools = mod2.DevTools.getInstance();
|
|
451341
|
+
const url4 = await devtools.start();
|
|
451342
|
+
const actualPort = devtools.getPort();
|
|
451334
451343
|
if (actualPort === defaultPort) {
|
|
451335
451344
|
debugLogger.log(`DevTools available at: ${url4}`);
|
|
451336
451345
|
return { host: defaultHost, port: actualPort };
|
|
451337
451346
|
}
|
|
451338
451347
|
const winnerAlive = await probeDevTools(defaultHost, defaultPort);
|
|
451339
451348
|
if (winnerAlive) {
|
|
451340
|
-
await
|
|
451349
|
+
await devtools.stop();
|
|
451341
451350
|
debugLogger.log(
|
|
451342
451351
|
`DevTools (existing) at: http://${defaultHost}:${defaultPort}`
|
|
451343
451352
|
);
|
|
@@ -473131,25 +473140,13 @@ var copyToClipboard = async (text, settings) => {
|
|
|
473131
473140
|
await clipboardy_default.write(text);
|
|
473132
473141
|
};
|
|
473133
473142
|
var getUrlOpenCommand = () => {
|
|
473134
|
-
|
|
473135
|
-
|
|
473136
|
-
|
|
473137
|
-
|
|
473138
|
-
|
|
473139
|
-
case "win32":
|
|
473140
|
-
openCmd = "start";
|
|
473141
|
-
break;
|
|
473142
|
-
case "linux":
|
|
473143
|
-
openCmd = "xdg-open";
|
|
473144
|
-
break;
|
|
473145
|
-
default:
|
|
473146
|
-
openCmd = "xdg-open";
|
|
473147
|
-
debugLogger.warn(
|
|
473148
|
-
`Unknown platform: ${process.platform}. Attempting to open URLs with: ${openCmd}.`
|
|
473149
|
-
);
|
|
473150
|
-
break;
|
|
473143
|
+
if (process.platform === "android") {
|
|
473144
|
+
return "termux-open-url";
|
|
473145
|
+
}
|
|
473146
|
+
if (process.env.PREFIX?.includes("com.termux")) {
|
|
473147
|
+
return "termux-open-url";
|
|
473151
473148
|
}
|
|
473152
|
-
return
|
|
473149
|
+
return "xdg-open";
|
|
473153
473150
|
};
|
|
473154
473151
|
function isAutoExecutableCommand(command2) {
|
|
473155
473152
|
if (!command2) {
|
|
@@ -496835,7 +496832,7 @@ var WarningMessage = ({ text }) => {
|
|
|
496835
496832
|
};
|
|
496836
496833
|
|
|
496837
496834
|
// packages/cli/src/generated/git-commit.ts
|
|
496838
|
-
var GIT_COMMIT_INFO2 = "
|
|
496835
|
+
var GIT_COMMIT_INFO2 = "0ed8edbe3";
|
|
496839
496836
|
|
|
496840
496837
|
// packages/cli/src/ui/components/AboutBox.tsx
|
|
496841
496838
|
init_dist8();
|
package/bundle/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mmmbuto/gemini-cli-termux",
|
|
3
|
-
"version": "0.30.
|
|
3
|
+
"version": "0.30.2-termux",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20.0.0"
|
|
6
6
|
},
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"url": "https://github.com/DioNanos/gemini-cli-termux.git"
|
|
15
15
|
},
|
|
16
16
|
"config": {
|
|
17
|
-
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.30.
|
|
17
|
+
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.30.2-termux"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"start": "crossenv NODE_ENV=development node scripts/start.js",
|