Skip to content

v0.2.3 - Fix Profile Parameter

Choose a tag to compare

@moazbuilds moazbuilds released this 10 Oct 08:27
· 482 commits to main since this release

🐛 Bug Fixes

Fixed: Profile parameter removed from all engines

Issue: The profile parameter (e.g., --profile git-commit) was being passed through the engine system but was never actually used by any CLI commands. This was causing confusion and potential errors.

Solution: Completely removed the unused profile parameter from:

  • ✅ Codex engine (commands, runner, executor)
  • ✅ Claude engine (commands, runner, executor)
  • ✅ Cursor engine (commands, runner, executor)
  • ✅ Core engine types
  • ✅ Agent execution runner
  • ✅ Workflow step execution
  • ✅ CLI commands
  • ✅ Tests

Impact:

  • Cleaner, more maintainable codebase
  • Removed dead code across all engine providers
  • Fixed potential configuration errors related to profile usage
  • All engines now work consistently without profile parameter

Full Changelog: v0.2.2...v0.2.3