Skip to content

v0.4.0 — Setup Wizard

Choose a tag to compare

@Gencayolgun Gencayolgun released this 24 Jun 15:03

🧙 v0.4.0 — "Setup Wizard"

✨ Added

  • codedna setup — interactive AI analysis configuration wizard
    • 4-step flow: provider → API key → model → enable
    • codedna setup --show — view current config
    • codedna setup --reset — clear and reconfigure
    • Optional connectivity test (uses codedna.ai.ai_analyze)
    • Secure storage at ~/.codedna/ai_config.json (chmod 600)
    • Supports 3 providers: Anthropic, OpenAI, MiniMax

🔄 Changed

  • Minor version bump (0.3.4 → 0.4.0) — new user-facing command

📦 Install

pip install --upgrade codedna
# or
uv tool install --force 'codedna==0.4.0'

PyPI: https://pypi.org/project/codedna/0.4.0/