Commit Graph

2 Commits

Author SHA1 Message Date
Dave
3e99929d03 Fix bug 1: Only fetch Anthropic models when API key exists
getAnthropicModels() was called unconditionally on mount, causing a
console error when no API key was set. Now chains the call after
getAnthropicApiKeyExists() confirms a key is present.

Includes regression test added before the fix per bug workflow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:01:47 +00:00
Dave
e12985f40c Add bugs directory structure to .story_kit
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 11:57:18 +00:00