Compare commits

...

2 Commits

Author SHA1 Message Date
gemini-cli-robot 87c23cf814 chore(release): v0.24.0-nightly.20260115.c9d6f9b22 2026-01-15 07:24:55 +00:00
Sandy Tao c9d6f9b226 chore: fix TS5055 by mapping paths to source and adding project references 2026-01-15 15:22:06 +08:00
13 changed files with 34 additions and 21 deletions
+7 -7
View File
@@ -1,12 +1,12 @@
{
"name": "@google/gemini-cli",
"version": "0.24.0-nightly.20251227.37be16243",
"version": "0.24.0-nightly.20260115.c9d6f9b22",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@google/gemini-cli",
"version": "0.24.0-nightly.20251227.37be16243",
"version": "0.24.0-nightly.20260115.c9d6f9b22",
"workspaces": [
"packages/*"
],
@@ -18471,7 +18471,7 @@
},
"packages/a2a-server": {
"name": "@google/gemini-cli-a2a-server",
"version": "0.24.0-nightly.20251227.37be16243",
"version": "0.24.0-nightly.20260115.c9d6f9b22",
"dependencies": {
"@a2a-js/sdk": "^0.3.7",
"@google-cloud/storage": "^7.16.0",
@@ -18781,7 +18781,7 @@
},
"packages/cli": {
"name": "@google/gemini-cli",
"version": "0.24.0-nightly.20251227.37be16243",
"version": "0.24.0-nightly.20260115.c9d6f9b22",
"license": "Apache-2.0",
"dependencies": {
"@agentclientprotocol/sdk": "^0.11.0",
@@ -18884,7 +18884,7 @@
},
"packages/core": {
"name": "@google/gemini-cli-core",
"version": "0.24.0-nightly.20251227.37be16243",
"version": "0.24.0-nightly.20260115.c9d6f9b22",
"license": "Apache-2.0",
"dependencies": {
"@a2a-js/sdk": "^0.3.7",
@@ -19041,7 +19041,7 @@
},
"packages/test-utils": {
"name": "@google/gemini-cli-test-utils",
"version": "0.24.0-nightly.20251227.37be16243",
"version": "0.24.0-nightly.20260115.c9d6f9b22",
"license": "Apache-2.0",
"devDependencies": {
"typescript": "^5.3.3"
@@ -19052,7 +19052,7 @@
},
"packages/vscode-ide-companion": {
"name": "gemini-cli-vscode-ide-companion",
"version": "0.24.0-nightly.20251227.37be16243",
"version": "0.24.0-nightly.20260115.c9d6f9b22",
"license": "LICENSE",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.23.0",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli",
"version": "0.24.0-nightly.20251227.37be16243",
"version": "0.24.0-nightly.20260115.c9d6f9b22",
"engines": {
"node": ">=20.0.0"
},
@@ -14,7 +14,7 @@
"url": "git+https://github.com/google-gemini/gemini-cli.git"
},
"config": {
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.24.0-nightly.20251227.37be16243"
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.24.0-nightly.20260115.c9d6f9b22"
},
"scripts": {
"start": "cross-env NODE_ENV=development node scripts/start.js",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli-a2a-server",
"version": "0.24.0-nightly.20251227.37be16243",
"version": "0.24.0-nightly.20260115.c9d6f9b22",
"description": "Gemini CLI A2A Server",
"repository": {
"type": "git",
+2 -1
View File
@@ -7,5 +7,6 @@
"types": ["node", "vitest/globals"]
},
"include": ["index.ts", "src/**/*.ts", "src/**/*.json"],
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist"],
"references": [{ "path": "../core" }]
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli",
"version": "0.24.0-nightly.20251227.37be16243",
"version": "0.24.0-nightly.20260115.c9d6f9b22",
"description": "Gemini CLI",
"license": "Apache-2.0",
"repository": {
@@ -26,7 +26,7 @@
"dist"
],
"config": {
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.24.0-nightly.20251227.37be16243"
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.24.0-nightly.20260115.c9d6f9b22"
},
"dependencies": {
"@agentclientprotocol/sdk": "^0.11.0",
+1 -1
View File
@@ -14,5 +14,5 @@
"./package.json"
],
"exclude": ["node_modules", "dist"],
"references": [{ "path": "../core" }]
"references": [{ "path": "../core" }, { "path": "../test-utils" }]
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli-core",
"version": "0.24.0-nightly.20251227.37be16243",
"version": "0.24.0-nightly.20260115.c9d6f9b22",
"description": "Gemini CLI Core",
"license": "Apache-2.0",
"repository": {
+1 -2
View File
@@ -7,14 +7,13 @@
import * as fs from 'node:fs/promises';
import * as fsSync from 'node:fs';
import * as path from 'node:path';
import { homedir } from 'node:os';
import { bfsFileSearch } from './bfsFileSearch.js';
import { getAllGeminiMdFilenames } from '../tools/memoryTool.js';
import type { FileDiscoveryService } from '../services/fileDiscoveryService.js';
import { processImports } from './memoryImportProcessor.js';
import type { FileFilteringOptions } from '../config/constants.js';
import { DEFAULT_MEMORY_FILE_FILTERING_OPTIONS } from '../config/constants.js';
import { GEMINI_DIR } from './paths.js';
import { GEMINI_DIR, homedir } from './paths.js';
import type { ExtensionLoader } from './extensionLoader.js';
import { debugLogger } from './debugLogger.js';
import type { Config } from '../config/config.js';
+1
View File
@@ -8,6 +8,7 @@ import path from 'node:path';
import os from 'node:os';
import * as crypto from 'node:crypto';
export const homedir = os.homedir;
export const GEMINI_DIR = '.gemini';
export const GOOGLE_ACCOUNTS_FILENAME = 'google_accounts.json';
+2 -1
View File
@@ -7,5 +7,6 @@
"types": ["node", "vitest/globals"]
},
"include": ["index.ts", "src/**/*.ts", "src/**/*.json"],
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist"],
"references": [{ "path": "../test-utils" }]
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli-test-utils",
"version": "0.24.0-nightly.20251227.37be16243",
"version": "0.24.0-nightly.20260115.c9d6f9b22",
"private": true,
"main": "src/index.ts",
"license": "Apache-2.0",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "gemini-cli-vscode-ide-companion",
"displayName": "Gemini CLI Companion",
"description": "Enable Gemini CLI with direct access to your IDE workspace.",
"version": "0.24.0-nightly.20251227.37be16243",
"version": "0.24.0-nightly.20260115.c9d6f9b22",
"publisher": "google",
"icon": "assets/icon.png",
"repository": {
+12 -1
View File
@@ -26,6 +26,17 @@
"moduleResolution": "nodenext",
"target": "es2022",
"types": ["node", "vitest/globals"],
"jsx": "react-jsx"
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"@google/gemini-cli-core": ["./packages/core/index.ts"],
"@google/gemini-cli-core/*": ["./packages/core/*"],
"@google/gemini-cli-a2a-server": ["./packages/a2a-server/index.ts"],
"@google/gemini-cli-a2a-server/*": ["./packages/a2a-server/*"],
"@google/gemini-cli": ["./packages/cli/index.ts"],
"@google/gemini-cli/*": ["./packages/cli/*"],
"@google/gemini-cli-test-utils": ["./packages/test-utils/src/index.ts"],
"@google/gemini-cli-test-utils/*": ["./packages/test-utils/src/*"]
}
}
}