Skip to content

Releases: gemini-cli-extensions/conductor

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