Skip to content

Commit 3bc0f18

Browse files
committed
docs: add a warning note to avoid using built-in Plan Mode
1 parent 32f4482 commit 3bc0f18

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ Conductor is designed to manage the entire lifecycle of your development tasks.
3333

3434
**Note on Token Consumption:** Conductor's context-driven approach involves reading and analyzing your project's context, specifications, and plans. This can lead to increased token consumption, especially in larger projects or during extensive planning and implementation phases. You can check the token consumption in the current session by running `/stats model`.
3535

36+
> [!WARNING]
37+
> **Disable Gemini CLI's built-in Plan Mode for Conductor**
38+
> Conductor manages its own planning lifecycle. Gemini CLI's built-in Plan Mode will conflict with Conductor's state management. For the best Conductor experience, please disable Gemini CLI's built-in Plan Mode in your environment.
39+
3640
### 1. Set Up the Project (Run Once)
3741

3842
When you run `/conductor:setup`, Conductor helps you define the core components of your project context. This context is then used for building new components or features by you or anyone on your team.

0 commit comments

Comments
 (0)