Warn if npm run start is out of date. (#20)

* Adding some wiring to allow the Ink app to warn if there are local development changes that haven't been captured in the recent build of the Gemini CLI.

* Adding a new useAppEffects.ts file that wores some useEffect handlers in.

* Updating package-lock.json to resolve `npm ci` issues.

* Updating package-lock.json and package.json to resolve `npm ci` issues.
This commit is contained in:
Evan Senter
2025-04-18 21:55:02 +01:00
committed by GitHub
parent 3ed61f1ff2
commit 482aeaff10
6 changed files with 226 additions and 27 deletions

10
package-lock.json generated
View File

@@ -257,6 +257,10 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@google/gemini-code": {
"resolved": "packages/cli",
"link": true
},
"node_modules/@google/genai": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/@google/genai/-/genai-0.8.0.tgz",
@@ -2352,10 +2356,6 @@
"node": ">=14"
}
},
"node_modules/gemini-code-cli": {
"resolved": "packages/cli",
"link": true
},
"node_modules/get-caller-file": {
"version": "2.0.5",
"license": "ISC",
@@ -5194,7 +5194,7 @@
"license": "MIT"
},
"packages/cli": {
"name": "gemini-code-cli",
"name": "@google/gemini-code",
"version": "1.0.0",
"dependencies": {
"@google/genai": "^0.8.0",