mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-19 02:20:42 -07:00
- Promotes refreshed multi-row status area and footer as the default experience. - Stabilizes Composer row heights to prevent layout 'jitter' during typing and model turns. - Unifies active hook status and model loading indicators into a single, stable Row 1. - Refactors settings to use backward-compatible 'Hide' booleans (ui.hideStatusTips, ui.hideStatusWit). - Removes vestigial context usage bleed-through logic in minimal mode to align with global UX direction. - Relocates toast notifications to the top status row for improved visibility. - Updates all CLI UI snapshots and architectural tests to reflect the stabilized layout.
25 lines
542 B
JSON
25 lines
542 B
JSON
{
|
|
"name": "@google/gemini-cli-test-utils",
|
|
"version": "0.35.0-nightly.20260311.657f19c1f",
|
|
"private": true,
|
|
"main": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node ../../scripts/build_package.js",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@google/gemini-cli-core": "file:../core",
|
|
"@lydell/node-pty": "1.1.0",
|
|
"strip-ansi": "^7.1.2",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|