All notable changes to this project will be documented in this file.
- Two-phase regeneration:
regenerate_iconnow returns 4 candidate previews +regenToken. Use newconfirm_regenerationtool to finalize selection. - Library tools:
save_to_library,list_library,download_from_libraryfor managing saved icons. - Daily credits:
claim_daily_creditstool to claim 2 free credits once per 24 hours. normalize_bundlenow returnsbundleIdfor traceability — pass it togenerate_bundle.generate_bundleaccepts optionalbundleIdparameter.
regenerate_iconresponse shape changed from{ success, index, preview, creditsRemaining }to{ candidates, regenToken, creditsRemaining }.
- Initial release
generate_icontool - Generate single icon preview (1 credit)regenerate_icontool - Regenerate variation with custom prompt (1 credit)check_creditstool - Check credit balance (free)download_icontool - Download SVG/PNG package (5 credits single, 4/icon bundle)normalize_bundletool - Plan bundle icon list (free, rate-limited)generate_bundletool - Generate bundle from icon list (1 credit/icon)- Browser-based OAuth authentication (shared with @icogenie/cli)
- Reference image support for style extraction
- CI/CD support via
ICOGENIE_SESSION_TOKENenvironment variable - Stdio transport for Claude Desktop and Cursor integration