Skip to content

Releases: csvenke/llm-cli

v0.5.0

15 Mar 18:37

Choose a tag to compare

Changelog

Features

  • aaf6349 feat(gh): add branch upstream detection and push before creating PR

v0.4.0

15 Mar 18:08

Choose a tag to compare

Changelog

Features

  • 97a30fb feat(gh): add PR update logic to CreatePullRequest

Other changes

  • 489a725 refactor: remove EnsureBranchPushed functionality

v0.3.0

05 Mar 23:04

Choose a tag to compare

Changelog

Features

  • 2bc5ba9 feat: add command routing system with gh pr subcommand

v0.2.1

01 Mar 22:54

Choose a tag to compare

Changelog

Bug Fixes

  • bab44e8 fix(providers): update Claude Haiku model identifier to anthropic/claude-haiku-4.5

v0.2.0

22 Feb 19:30

Choose a tag to compare

Changelog

Features

  • 35fc230 feat(providers): add OpenRouter AI provider
  • 455c6be feat(providers): add OpencodeZen AI provider

Bug Fixes

  • e0cc2db fix(providers): update Anthropic model identifier to claude-haiku-4-5
  • ebfaf3e fix(providers): update Opencode Zen model to claude-haiku-4-5

Other changes

  • 7f1b918 chore(deps): update dependencies
  • 6d91809 chore: update to go v1.26
  • 0409dd8 refactor(providers): extract common HTTP request and message building logic
  • 93ad351 refactor(providers): extract common HTTP request logic into shared function

v0.1.0

17 Feb 21:11

Choose a tag to compare

Changelog

Features

  • 48da94a feat(loading): add loading indicator for async operations

Other changes

  • 8508c9b ci(release): update release script to prevent duplicate tags
  • f18fd0f docs(readme): update installation instructions
  • f0dc93e docs: simplify README structure and remove redundant sections
  • e3af998 docs: update README tagline and example command
  • b1603d9 docs: update project description in README
  • 67177fb docs: update prompt with clearer instructions and improved examples
  • 27f0fe9 refactor: rename mock types to stub in test files

v0.0.0

17 Feb 19:51

Choose a tag to compare

Changelog

Other changes

  • d43a4ac chore: add project scaffold and initial implementation
  • 8cd2993 chore: initialize repo