@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.
Files changed (104) hide show
  1. package/README.md +24 -21
  2. package/bundle/README.md +239 -0
  3. package/bundle/docs/TERMUX.md +97 -0
  4. package/bundle/docs/architecture.md +80 -0
  5. package/bundle/docs/assets/connected_devtools.png +0 -0
  6. package/bundle/docs/assets/gemini-screenshot.png +0 -0
  7. package/bundle/docs/assets/release_patch.png +0 -0
  8. package/bundle/docs/assets/theme-ansi-light.png +0 -0
  9. package/bundle/docs/assets/theme-ansi.png +0 -0
  10. package/bundle/docs/assets/theme-atom-one.png +0 -0
  11. package/bundle/docs/assets/theme-ayu-light.png +0 -0
  12. package/bundle/docs/assets/theme-ayu.png +0 -0
  13. package/bundle/docs/assets/theme-custom.png +0 -0
  14. package/bundle/docs/assets/theme-default-light.png +0 -0
  15. package/bundle/docs/assets/theme-default.png +0 -0
  16. package/bundle/docs/assets/theme-dracula.png +0 -0
  17. package/bundle/docs/assets/theme-github-light.png +0 -0
  18. package/bundle/docs/assets/theme-github.png +0 -0
  19. package/bundle/docs/assets/theme-google-light.png +0 -0
  20. package/bundle/docs/assets/theme-xcode-light.png +0 -0
  21. package/bundle/docs/changelogs/index.md +592 -0
  22. package/bundle/docs/changelogs/latest.md +225 -0
  23. package/bundle/docs/changelogs/preview.md +129 -0
  24. package/bundle/docs/changelogs/releases.md +896 -0
  25. package/bundle/docs/cli/authentication.md +3 -0
  26. package/bundle/docs/cli/checkpointing.md +94 -0
  27. package/bundle/docs/cli/commands.md +354 -0
  28. package/bundle/docs/cli/configuration.md +792 -0
  29. package/bundle/docs/cli/context-memory.md +69 -0
  30. package/bundle/docs/cli/custom-commands.md +315 -0
  31. package/bundle/docs/cli/enterprise.md +565 -0
  32. package/bundle/docs/cli/gemini-ignore.md +71 -0
  33. package/bundle/docs/cli/gemini-md.md +108 -0
  34. package/bundle/docs/cli/generation-settings.md +210 -0
  35. package/bundle/docs/cli/headless.md +388 -0
  36. package/bundle/docs/cli/index.md +63 -0
  37. package/bundle/docs/cli/keyboard-shortcuts.md +143 -0
  38. package/bundle/docs/cli/model-routing.md +37 -0
  39. package/bundle/docs/cli/model.md +62 -0
  40. package/bundle/docs/cli/sandbox.md +171 -0
  41. package/bundle/docs/cli/session-management.md +158 -0
  42. package/bundle/docs/cli/settings.md +114 -0
  43. package/bundle/docs/cli/system-prompt.md +93 -0
  44. package/bundle/docs/cli/telemetry.md +791 -0
  45. package/bundle/docs/cli/themes.md +237 -0
  46. package/bundle/docs/cli/token-caching.md +20 -0
  47. package/bundle/docs/cli/trusted-folders.md +95 -0
  48. package/bundle/docs/cli/tutorials.md +83 -0
  49. package/bundle/docs/cli/uninstall.md +47 -0
  50. package/bundle/docs/core/index.md +101 -0
  51. package/bundle/docs/core/memport.md +244 -0
  52. package/bundle/docs/core/policy-engine.md +267 -0
  53. package/bundle/docs/core/tools-api.md +131 -0
  54. package/bundle/docs/examples/proxy-script.md +83 -0
  55. package/bundle/docs/extensions/extension-releasing.md +183 -0
  56. package/bundle/docs/extensions/getting-started-extensions.md +245 -0
  57. package/bundle/docs/extensions/index.md +293 -0
  58. package/bundle/docs/faq.md +154 -0
  59. package/bundle/docs/get-started/authentication.md +321 -0
  60. package/bundle/docs/get-started/configuration-v1.md +888 -0
  61. package/bundle/docs/get-started/configuration.md +1511 -0
  62. package/bundle/docs/get-started/deployment.md +143 -0
  63. package/bundle/docs/get-started/examples.md +219 -0
  64. package/bundle/docs/get-started/gemini-3.md +116 -0
  65. package/bundle/docs/get-started/index.md +71 -0
  66. package/bundle/docs/get-started/installation.md +141 -0
  67. package/bundle/docs/hooks/best-practices.md +806 -0
  68. package/bundle/docs/hooks/index.md +665 -0
  69. package/bundle/docs/hooks/reference.md +168 -0
  70. package/bundle/docs/hooks/writing-hooks.md +1026 -0
  71. package/bundle/docs/ide-integration/ide-companion-spec.md +267 -0
  72. package/bundle/docs/ide-integration/index.md +202 -0
  73. package/bundle/docs/index.md +147 -0
  74. package/bundle/docs/integration-tests.md +211 -0
  75. package/bundle/docs/issue-and-pr-automation.md +134 -0
  76. package/bundle/docs/local-development.md +128 -0
  77. package/bundle/docs/mermaid/context.mmd +103 -0
  78. package/bundle/docs/mermaid/render-path.mmd +64 -0
  79. package/bundle/docs/npm.md +62 -0
  80. package/bundle/docs/patches/CONTEXT_MEMORY_COMPARISON.md +306 -0
  81. package/bundle/docs/patches/MERGE_TO_0.24_ANALYSIS.md +321 -0
  82. package/bundle/docs/patches/README.md +62 -0
  83. package/bundle/docs/quota-and-pricing.md +158 -0
  84. package/bundle/docs/release-confidence.md +164 -0
  85. package/bundle/docs/releases.md +540 -0
  86. package/bundle/docs/sidebar.json +297 -0
  87. package/bundle/docs/termux-api/COMMANDS.md +592 -0
  88. package/bundle/docs/termux-api/DISCOVERY_SETUP.md +670 -0
  89. package/bundle/docs/termux-api/EXECUTION_PLAN.md +532 -0
  90. package/bundle/docs/termux-api/MERGE_STRATEGY.md +325 -0
  91. package/bundle/docs/termux-api/PATCHES.md +483 -0
  92. package/bundle/docs/termux-api/README.md +416 -0
  93. package/bundle/docs/tools/file-system.md +217 -0
  94. package/bundle/docs/tools/index.md +95 -0
  95. package/bundle/docs/tools/mcp-server.md +1044 -0
  96. package/bundle/docs/tools/memory.md +54 -0
  97. package/bundle/docs/tools/shell.md +260 -0
  98. package/bundle/docs/tools/todos.md +57 -0
  99. package/bundle/docs/tools/web-fetch.md +59 -0
  100. package/bundle/docs/tools/web-search.md +42 -0
  101. package/bundle/docs/tos-privacy.md +96 -0
  102. package/bundle/docs/troubleshooting.md +158 -0
  103. package/bundle/gemini.js +35198 -32245
  104. package/package.json +10 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmmbuto/gemini-cli-termux",
3
- "version": "0.22.6-termux",
3
+ "version": "0.24.0-termux",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },
@@ -14,12 +14,12 @@
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.21.0-nightly.20251216.bb0c0d8ee"
17
+ "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.24.0-nightly.20251227.37be16243"
18
18
  },
19
19
  "scripts": {
20
- "start": "cross-env NODE_ENV=development node scripts/start.js",
20
+ "start": "crossenv NODE_ENV=development node scripts/start.js",
21
21
  "start:a2a-server": "CODER_AGENT_PORT=41242 npm run start --workspace @google/gemini-cli-a2a-server",
22
- "debug": "cross-env DEBUG=1 node --inspect-brk scripts/start.js",
22
+ "debug": "crossenv DEBUG=1 node --inspect-brk scripts/start.js",
23
23
  "deflake": "node scripts/deflake.js",
24
24
  "deflake:test:integration:sandbox:none": "npm run deflake -- --command=\"npm run test:integration:sandbox:none -- --retry=0\"",
25
25
  "deflake:test:integration:sandbox:docker": "npm run deflake -- --command=\"npm run test:integration:sandbox:docker -- --retry=0\"",
@@ -41,11 +41,11 @@
41
41
  "test": "npm run test --workspaces --if-present",
42
42
  "test:ci": "npm run test:ci --workspaces --if-present && npm run test:scripts",
43
43
  "test:scripts": "vitest run --config ./scripts/tests/vitest.config.ts",
44
- "test:e2e": "cross-env VERBOSE=true KEEP_OUTPUT=true npm run test:integration:sandbox:none",
44
+ "test:e2e": "crossenv VERBOSE=true KEEP_OUTPUT=true npm run test:integration:sandbox:none",
45
45
  "test:integration:all": "npm run test:integration:sandbox:none && npm run test:integration:sandbox:docker && npm run test:integration:sandbox:podman",
46
- "test:integration:sandbox:none": "cross-env GEMINI_SANDBOX=false vitest run --root ./integration-tests",
47
- "test:integration:sandbox:docker": "cross-env GEMINI_SANDBOX=docker npm run build:sandbox && cross-env GEMINI_SANDBOX=docker vitest run --root ./integration-tests",
48
- "test:integration:sandbox:podman": "cross-env GEMINI_SANDBOX=podman vitest run --root ./integration-tests",
46
+ "test:integration:sandbox:none": "crossenv GEMINI_SANDBOX=false vitest run --root ./integration-tests",
47
+ "test:integration:sandbox:docker": "crossenv GEMINI_SANDBOX=docker npm run build:sandbox && crossenv GEMINI_SANDBOX=docker vitest run --root ./integration-tests",
48
+ "test:integration:sandbox:podman": "crossenv GEMINI_SANDBOX=podman vitest run --root ./integration-tests",
49
49
  "lint": "eslint . --ext .ts,.tsx && eslint integration-tests && eslint scripts",
50
50
  "lint:fix": "eslint . --fix --ext .ts,.tsx && eslint integration-tests --fix && eslint scripts --fix && npm run format",
51
51
  "lint:ci": "npm run lint:all",
@@ -91,6 +91,7 @@
91
91
  "@vitest/coverage-v8": "^3.1.1",
92
92
  "@vitest/eslint-plugin": "^1.3.4",
93
93
  "cross-env": "^7.0.3",
94
+ "depcheck": "^1.4.7",
94
95
  "esbuild": "^0.27.1",
95
96
  "esbuild-plugin-wasm": "^1.1.0",
96
97
  "eslint": "^9.24.0",
@@ -115,6 +116,7 @@
115
116
  "react-devtools-core": "^6.1.2",
116
117
  "semver": "^7.7.2",
117
118
  "strip-ansi": "^7.1.2",
119
+ "ts-prune": "^0.10.3",
118
120
  "tsx": "^4.20.3",
119
121
  "typescript-eslint": "^8.30.1",
120
122
  "vitest": "^3.2.4",