Skip to content

Commit 513f1aa

Browse files
authored
Merge pull request #125 from gemini-cli-extensions/docs/plan-mode-warning-note
Docs: Add warning note on using Gemini CLI's Plan Mode
2 parents ff4e0ac + 3bc0f18 commit 513f1aa

4 files changed

Lines changed: 28 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/gemini-cli-extensions/conductor/compare/conductor-v0.2.0...conductor-v0.3.0) (2026-02-11)
4+
5+
6+
### Features
7+
8+
* add /conductor:review command ([d4749d3](https://github.com/gemini-cli-extensions/conductor/commit/d4749d320ae983a12064488eb4b605529b0841e9))
9+
* add /conductor:review command ([d6e382a](https://github.com/gemini-cli-extensions/conductor/commit/d6e382a980a816339c9ca9904a4744a635af7bd0))
10+
* **conductor:** address review comments to make recommendations more conversational ([8630f35](https://github.com/gemini-cli-extensions/conductor/commit/8630f358f1d4ecf9e6c2815d0c607cf8c49ee3e8))
11+
* **conductor:** make review recommendations more conversational ([44446c6](https://github.com/gemini-cli-extensions/conductor/commit/44446c6338bdc5159fd8d9c7cf4c362e48d34e40))
12+
* **conductor:** make review recommendations more conversational ([ec3dd99](https://github.com/gemini-cli-extensions/conductor/commit/ec3dd996afd98e7c695cc8dee79f3779b8e1d105))
13+
* **conductor:** update review process to commit fixes and update plan ([c26980a](https://github.com/gemini-cli-extensions/conductor/commit/c26980a5b9f952974c8c3cbcd82dc8c3ab2911f9))
14+
* **review:** update review process to commit fixes and update plan ([0d533be](https://github.com/gemini-cli-extensions/conductor/commit/0d533be1c3ebfc07fd04cf8219ddc5964343c24a))
15+
16+
17+
### Bug Fixes
18+
19+
* commit changed conductor files at the end of newTrack ([232c08b](https://github.com/gemini-cli-extensions/conductor/commit/232c08b3c99e362981019a6b8e7ca8de55d78357))
20+
* Commit conductor files at the end of :newTrack ([#94](https://github.com/gemini-cli-extensions/conductor/issues/94)) ([232c08b](https://github.com/gemini-cli-extensions/conductor/commit/232c08b3c99e362981019a6b8e7ca8de55d78357))
21+
* **conductor:** move pre-initialization overview before resume check ([774fb49](https://github.com/gemini-cli-extensions/conductor/commit/774fb49119d1f4d8d87dff22cbc14924fdb02a5b))
22+
* **conductor:** move pre-initialization overview before resume check ([f2b7ba5](https://github.com/gemini-cli-extensions/conductor/commit/f2b7ba5c8963990ad454853692182f9367a099be)), closes [#81](https://github.com/gemini-cli-extensions/conductor/issues/81)
23+
* improve error message when required files are missing in review command ([d61c588](https://github.com/gemini-cli-extensions/conductor/commit/d61c588c6d4adc3393468180d62f13097f589e4c))
24+
325
## [0.2.0](https://github.com/gemini-cli-extensions/conductor/compare/conductor-v0.1.1...conductor-v0.2.0) (2026-01-14)
426

527

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.

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "conductor",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"contextFileName": "GEMINI.md"
55
}

0 commit comments

Comments
 (0)