feat(plan): add core logic and exit_plan_mode tool definition (#18110)

This commit is contained in:
Jerop Kipruto
2026-02-02 22:30:03 -05:00
committed by GitHub
parent 01e33465bd
commit ed26ea49e9
13 changed files with 981 additions and 2 deletions
@@ -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 {