mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-11 18:40:57 -07:00
Stop showing an error message in /plan (#18333)
This commit is contained in:
@@ -37,10 +37,6 @@ export const planCommand: SlashCommand = {
|
||||
const approvedPlanPath = config.getApprovedPlanPath();
|
||||
|
||||
if (!approvedPlanPath) {
|
||||
coreEvents.emitFeedback(
|
||||
'error',
|
||||
'No approved plan found. Please create and approve a plan first.',
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user