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.

This commit is contained in:
Evan Senter
2025-04-18 17:35:29 +01:00
parent e0339993ae
commit 1bfc62dcc2
5 changed files with 173 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import {
Content,
} from '@google/genai';
import { getApiKey } from '../config/env.js';
import { getModel } from '../config/globalConfig.js';
import { getModel } from '../config/globalConfig.js';
import { CoreSystemPrompt } from './prompts.js';
import {
type ToolCallEvent,