Skip to content

Releases: gemini-cli-extensions/conductor

conductor: v0.4.1

11 Mar 15:33
7a5c560

Choose a tag to compare

0.4.1 (2026-03-11)

Bug Fixes

conductor: v0.4.0

11 Mar 02:32
7b5b4c0

Choose a tag to compare

0.4.0 (2026-03-10)

Features

  • integrate Plan Mode and extension-native policies into Conductor (4a4d9b2)
  • plan: add conductor as planning directory (5cf078c)
  • plan: basic plan mode tool integration (923ef57)
  • policy: move and configure conductor policies (e0fbc72)
  • setup: add user confirmation loop for product requirements drafting (6907cae)
  • setup: allow intelligent self-correction on tool failures (898daa7)
  • setup: enforce run_shell_command for listing external templates (1224569)
  • setup: implement shallow artifact inference with state priority table (68a2a2c)
  • setup: mandate relative paths for file operations in plan mode (a717aa0)
  • setup: use ask_user tool for interactive prompts (e71e8e0)

Bug Fixes

  • conductor: refine plan mode entry logic in setup and newTrack (3d9b3c8)
  • conductor: refine plan mode entry logic in setup and newTrack (9a413d2)
  • plan: configure agent to avoid redirection in shell commands which is blocked by plan mode (7b27eca)
  • plan: use extension-native policies folder (db6d52d)
  • setup: refine project maturity detection and harden resume edge-cases (eb9d127)
  • setup: Remove model selection constraint from setup command (90b583f)

conductor: v0.3.1

19 Feb 22:35
6fa437a

Choose a tag to compare

0.3.1 (2026-02-19)

Features

  • conductor: Add askUser tool functionality and update README.md about plan mode conflicts. (f025c7d)

conductor: v0.3.0

12 Feb 17:06
32f4482

Choose a tag to compare

0.3.0 (2026-02-11)

Features

  • add /conductor:review command (d4749d3)
  • add /conductor:review command (d6e382a)
  • conductor: address review comments to make recommendations more conversational (8630f35)
  • conductor: make review recommendations more conversational (44446c6)
  • conductor: make review recommendations more conversational (ec3dd99)
  • conductor: update review process to commit fixes and update plan (c26980a)
  • review: update review process to commit fixes and update plan (0d533be)

Bug Fixes

  • commit changed conductor files at the end of newTrack (232c08b)
  • Commit conductor files at the end of :newTrack (#94) (232c08b)
  • conductor: move pre-initialization overview before resume check (774fb49)
  • conductor: move pre-initialization overview before resume check (f2b7ba5), closes #81
  • improve error message when required files are missing in review command (d61c588)

conductor: v0.2.0

14 Jan 19:09
83d1946

Choose a tag to compare

0.2.0 (2026-01-14)

Features

  • Add GitHub Actions workflow to package and upload release assets. (5e0fcb0)
  • Add GitHub Actions workflow to package and upload release assets. (20858c9)
  • conductor: implement tracks directory abstraction (caeb814)
  • Implement Universal File Resolution Protocol (fe902f3)
  • integrate release asset packaging into release-please workflow (3ef512c)
  • introduce index markdown files and the Universal File Resolution Protocol (bbb69c9)
  • introduce index.md files for file resolution (cbd24d2)
  • styleguide: Add comprehensive Google C# Style Guide summary (6672f4e)
  • styleguide: Add comprehensive Google C# Style Guide summary (e222aca)

Bug Fixes

  • build tarball outside source tree to avoid self-inclusion (830f584)
  • conductor: ensure track completion and doc sync are committed automatically (f6a1522)
  • conductor: ensure track completion and doc sync are committed automatically (e3630ac)
  • conductor: remove hardcoded path hints in favor of Universal File Resolution Protocol (6b14aaa)
  • Correct typos, step numbering, and documentation errors (ab9516b)
  • Correct typos, step numbering, and documentation errors (d825c32)
  • Correct typos, trailing whitespace and grammar (484d5f3)
  • Correct typos, trailing whitespace and grammar (94edcbb)
  • Replace manual text input with interactive options (b49d770)
  • Replace manual text input with interactive options (746b2e5)
  • setup: clarify definition of 'track' in setup flow (819dcc9)
  • setup: Enhance project analysis protocol to avoid excessive token consumption. (#6) (1e60e8a)
  • standardize Markdown checkbox format for tracks and plans (92080f0)
  • standardize Markdown checkbox format for tracks and plans (84634e7)
  • styleguide: Clarify usage of 'var' in C# guidelines for better readability (a67b6c0)
  • styleguide: Enhance C# guidelines with additional rules for constants, collections, and argument clarity (eea7495)
  • styleguide: Update C# formatting rules and guidelines for consistency (50f39ab)
  • styleguide: Update C# guidelines by removing async method suffix rule and adding best practices for structs, collection types, file organization, and namespaces (8bfc888)
  • styleguide: Update C# guidelines for member ordering and enhance clarity on string interpolation (0e0991b)

v0.1.1

22 Dec 21:35
916ceb2

Choose a tag to compare

What's Changed

  • fix(setup): Enhance project analysis protocol to avoid excessive token consumption. by @moisgobg in #6
  • fix: Correct typos, trailing whitespace and grammar by @moisgobg in #1
  • fix: Replace manual text input with interactive options by @moisgobg in #3

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

18 Dec 13:58
c2321a1

Choose a tag to compare

Features

Initial Release