Skip to content

Commit 32b0e64

Browse files
chore(main): release conductor 0.4.0
1 parent 2125024 commit 32b0e64

3 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.3.1"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/gemini-cli-extensions/conductor/compare/conductor-v0.3.1...conductor-v0.4.0) (2026-03-10)
4+
5+
6+
### Features
7+
8+
* integrate Plan Mode and extension-native policies into Conductor ([4a4d9b2](https://github.com/gemini-cli-extensions/conductor/commit/4a4d9b2d21d896c032161aa0247fb1ab9a7e59bc))
9+
* **plan:** add conductor as planning directory ([5cf078c](https://github.com/gemini-cli-extensions/conductor/commit/5cf078c9c186fa9474e579123ecaeee3533fa1e2))
10+
* **plan:** basic plan mode tool integration ([923ef57](https://github.com/gemini-cli-extensions/conductor/commit/923ef57c06cb97aeef1a3d0cf2c192f7bb28e63d))
11+
* **policy:** move and configure conductor policies ([e0fbc72](https://github.com/gemini-cli-extensions/conductor/commit/e0fbc723cc3eb693063ae13b0d39fa00376b3594))
12+
* **setup:** add user confirmation loop for product requirements drafting ([6907cae](https://github.com/gemini-cli-extensions/conductor/commit/6907cae60aef8e858c6495ca46957f46c22b1470))
13+
* **setup:** allow intelligent self-correction on tool failures ([898daa7](https://github.com/gemini-cli-extensions/conductor/commit/898daa707793eba6884583d9d22cd6623719c4fc))
14+
* **setup:** enforce run_shell_command for listing external templates ([1224569](https://github.com/gemini-cli-extensions/conductor/commit/122456948166283fb37af9317596472cdf487cb5))
15+
* **setup:** implement shallow artifact inference with state priority table ([68a2a2c](https://github.com/gemini-cli-extensions/conductor/commit/68a2a2ceb24603bf3ecb59a80a44d4551d450671))
16+
* **setup:** mandate relative paths for file operations in plan mode ([a717aa0](https://github.com/gemini-cli-extensions/conductor/commit/a717aa0d909605cf373a7036592f2748b092655f))
17+
* **setup:** use ask_user tool for interactive prompts ([e71e8e0](https://github.com/gemini-cli-extensions/conductor/commit/e71e8e0d6b7086855789ba9c0acb35cac439279d))
18+
19+
20+
### Bug Fixes
21+
22+
* **conductor:** refine plan mode entry logic in setup and newTrack ([3d9b3c8](https://github.com/gemini-cli-extensions/conductor/commit/3d9b3c8cc34849120e778bfebd02b47230953e29))
23+
* **conductor:** refine plan mode entry logic in setup and newTrack ([9a413d2](https://github.com/gemini-cli-extensions/conductor/commit/9a413d28332763d231dbb6f9a693ae604856b7e2))
24+
* **plan:** configure agent to avoid redirection in shell commands which is blocked by plan mode ([7b27eca](https://github.com/gemini-cli-extensions/conductor/commit/7b27eca892c9f7f2d7f624569ad7f62a33832740))
25+
* **plan:** use extension-native policies folder ([db6d52d](https://github.com/gemini-cli-extensions/conductor/commit/db6d52dd33cb5492ecc7df1444e67f9f615091d6))
26+
* **setup:** refine project maturity detection and harden resume edge-cases ([eb9d127](https://github.com/gemini-cli-extensions/conductor/commit/eb9d1277c1e0b29593e3929f902ca0fcbef0b2fc))
27+
* **setup:** Remove model selection constraint from setup command ([90b583f](https://github.com/gemini-cli-extensions/conductor/commit/90b583fd2f6a3167e436d72778f7d9ab94498263))
28+
329
## [0.3.1](https://github.com/gemini-cli-extensions/conductor/compare/conductor-v0.3.0...conductor-v0.3.1) (2026-02-19)
430

531

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conductor",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"contextFileName": "GEMINI.md",
55
"plan": {
66
"directory": "conductor"

0 commit comments

Comments
 (0)