Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codize-dev/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: codize-dev/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 2 commits
  • 8 files changed
  • 3 contributors

Commits on Feb 28, 2026

  1. feat: Add config file support for API key persistence

    Allow storing the API key in ~/.config/codize/config.json so users
    don't need to pass --api-key or set CODIZE_API_KEY on every invocation.
    Adds `codize config` command with set/get/list/path subcommands.
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    koki-develop and claude committed Feb 28, 2026
    Configuration menu
    Copy the full SHA
    a8e691f View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.5.0 (#8)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 28, 2026
    Configuration menu
    Copy the full SHA
    a3db45b View commit details
    Browse the repository at this point in the history
Loading