@google/gemini-cli 0.8.0-nightly.20250927.19400ba8 → 0.9.0-nightly.20250926.1487841d

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google/gemini-cli",
3
- "version": "0.8.0-nightly.20250927.19400ba8",
3
+ "version": "0.9.0-nightly.20250926.1487841d",
4
4
  "description": "Gemini CLI",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,10 +25,10 @@
25
25
  "dist"
26
26
  ],
27
27
  "config": {
28
- "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.8.0-nightly.20250927.19400ba8"
28
+ "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.9.0-nightly.20250926.1487841d"
29
29
  },
30
30
  "dependencies": {
31
- "@google/gemini-cli-core": "0.8.0-nightly.20250927.19400ba8",
31
+ "@google/gemini-cli-core": "0.9.0-nightly.20250926.1487841d",
32
32
  "@google/genai": "1.16.0",
33
33
  "@iarna/toml": "^2.2.5",
34
34
  "@modelcontextprotocol/sdk": "^1.15.1",
@@ -1,7 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- import type React from 'react';
7
- export declare const ExitWarning: React.FC;
@@ -1,9 +0,0 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { Box, Text } from 'ink';
3
- import { useUIState } from '../contexts/UIStateContext.js';
4
- import { theme } from '../semantic-colors.js';
5
- export const ExitWarning = () => {
6
- const uiState = useUIState();
7
- return (_jsxs(_Fragment, { children: [uiState.dialogsVisible && uiState.ctrlCPressedOnce && (_jsx(Box, { marginTop: 1, children: _jsx(Text, { color: theme.status.warning, children: "Press Ctrl+C again to exit." }) })), uiState.dialogsVisible && uiState.ctrlDPressedOnce && (_jsx(Box, { marginTop: 1, children: _jsx(Text, { color: theme.status.warning, children: "Press Ctrl+D again to exit." }) }))] }));
8
- };
9
- //# sourceMappingURL=ExitWarning.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExitWarning.js","sourceRoot":"","sources":["../../../../src/ui/components/ExitWarning.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAC3D,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAE9C,MAAM,CAAC,MAAM,WAAW,GAAa,GAAG,EAAE;IACxC,MAAM,OAAO,GAAG,UAAU,EAAE,CAAC;IAC7B,OAAO,CACL,8BACG,OAAO,CAAC,cAAc,IAAI,OAAO,CAAC,gBAAgB,IAAI,CACrD,KAAC,GAAG,IAAC,SAAS,EAAE,CAAC,YACf,KAAC,IAAI,IAAC,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,4CAAoC,GACjE,CACP,EAEA,OAAO,CAAC,cAAc,IAAI,OAAO,CAAC,gBAAgB,IAAI,CACrD,KAAC,GAAG,IAAC,SAAS,EAAE,CAAC,YACf,KAAC,IAAI,IAAC,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,4CAAoC,GACjE,CACP,IACA,CACJ,CAAC;AACJ,CAAC,CAAC"}
@@ -1,7 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- import type React from 'react';
7
- export declare const DefaultAppLayout: React.FC;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { Box } from 'ink';
3
- import { Notifications } from '../components/Notifications.js';
4
- import { MainContent } from '../components/MainContent.js';
5
- import { DialogManager } from '../components/DialogManager.js';
6
- import { Composer } from '../components/Composer.js';
7
- import { ExitWarning } from '../components/ExitWarning.js';
8
- import { useUIState } from '../contexts/UIStateContext.js';
9
- export const DefaultAppLayout = () => {
10
- const uiState = useUIState();
11
- return (_jsxs(Box, { flexDirection: "column", width: "90%", children: [_jsx(MainContent, {}), _jsxs(Box, { flexDirection: "column", ref: uiState.mainControlsRef, children: [_jsx(Notifications, {}), uiState.dialogsVisible ? (_jsx(DialogManager, { addItem: uiState.historyManager.addItem })) : (_jsx(Composer, {})), _jsx(ExitWarning, {})] })] }));
12
- };
13
- //# sourceMappingURL=DefaultAppLayout.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DefaultAppLayout.js","sourceRoot":"","sources":["../../../../src/ui/layouts/DefaultAppLayout.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAE3D,MAAM,CAAC,MAAM,gBAAgB,GAAa,GAAG,EAAE;IAC7C,MAAM,OAAO,GAAG,UAAU,EAAE,CAAC;IAE7B,OAAO,CACL,MAAC,GAAG,IAAC,aAAa,EAAC,QAAQ,EAAC,KAAK,EAAC,KAAK,aACrC,KAAC,WAAW,KAAG,EAEf,MAAC,GAAG,IAAC,aAAa,EAAC,QAAQ,EAAC,GAAG,EAAE,OAAO,CAAC,eAAe,aACtD,KAAC,aAAa,KAAG,EAEhB,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC,CACxB,KAAC,aAAa,IAAC,OAAO,EAAE,OAAO,CAAC,cAAc,CAAC,OAAO,GAAI,CAC3D,CAAC,CAAC,CAAC,CACF,KAAC,QAAQ,KAAG,CACb,EAED,KAAC,WAAW,KAAG,IACX,IACF,CACP,CAAC;AACJ,CAAC,CAAC"}
@@ -1,7 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
- import type React from 'react';
7
- export declare const ScreenReaderAppLayout: React.FC;
@@ -1,14 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { Box } from 'ink';
3
- import { Notifications } from '../components/Notifications.js';
4
- import { MainContent } from '../components/MainContent.js';
5
- import { DialogManager } from '../components/DialogManager.js';
6
- import { Composer } from '../components/Composer.js';
7
- import { Footer } from '../components/Footer.js';
8
- import { ExitWarning } from '../components/ExitWarning.js';
9
- import { useUIState } from '../contexts/UIStateContext.js';
10
- export const ScreenReaderAppLayout = () => {
11
- const uiState = useUIState();
12
- return (_jsxs(Box, { flexDirection: "column", width: "90%", height: "100%", children: [_jsx(Notifications, {}), _jsx(Footer, {}), _jsx(Box, { flexGrow: 1, overflow: "hidden", children: _jsx(MainContent, {}) }), uiState.dialogsVisible ? (_jsx(DialogManager, { addItem: uiState.historyManager.addItem })) : (_jsx(Composer, {})), _jsx(ExitWarning, {})] }));
13
- };
14
- //# sourceMappingURL=ScreenReaderAppLayout.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ScreenReaderAppLayout.js","sourceRoot":"","sources":["../../../../src/ui/layouts/ScreenReaderAppLayout.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAE3D,MAAM,CAAC,MAAM,qBAAqB,GAAa,GAAG,EAAE;IAClD,MAAM,OAAO,GAAG,UAAU,EAAE,CAAC;IAE7B,OAAO,CACL,MAAC,GAAG,IAAC,aAAa,EAAC,QAAQ,EAAC,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,aACnD,KAAC,aAAa,KAAG,EACjB,KAAC,MAAM,KAAG,EACV,KAAC,GAAG,IAAC,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAC,QAAQ,YACjC,KAAC,WAAW,KAAG,GACX,EACL,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC,CACxB,KAAC,aAAa,IAAC,OAAO,EAAE,OAAO,CAAC,cAAc,CAAC,OAAO,GAAI,CAC3D,CAAC,CAAC,CAAC,CACF,KAAC,QAAQ,KAAG,CACb,EAED,KAAC,WAAW,KAAG,IACX,CACP,CAAC;AACJ,CAAC,CAAC"}