mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 05:55:17 -07:00
feat(plan): add core logic and exit_plan_mode tool definition (#18110)
This commit is contained in:
@@ -100,6 +100,11 @@ export type SerializableConfirmationDetails =
|
||||
type: 'ask_user';
|
||||
title: string;
|
||||
questions: Question[];
|
||||
}
|
||||
| {
|
||||
type: 'exit_plan_mode';
|
||||
title: string;
|
||||
planPath: string;
|
||||
};
|
||||
|
||||
export interface UpdatePolicy {
|
||||
|
||||
Reference in New Issue
Block a user