mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
4830981570
- config: fix tilde path expansion (filepath.Join result was discarded) - config: remove dead comment '// base := GetConfigPath()' - auth: extract oauthTokenExpired/oauthTokenNeedsRefresh helpers to eliminate copy-paste duplication across AnthropicCredentials and OpenAICredentials - ui/messages: remove dead RenderToolCallMessage on MessageRenderer (not part of Renderer interface, never called) - ui/compact_renderer: remove dead RenderToolCallMessage on CompactRenderer (symmetric duplicate, never called) - ui/enhanced_styles: remove dead CreateGradientText wrapper (one-liner over ApplyGradient, never called) - ui/fuzzy: fix fuzzyCharacterMatch to use rune iteration instead of byte indexing (was silently wrong for multi-byte Unicode input) - ui/file_suggestions: remove duplicate fuzzyCharMatch; call the now- correct shared fuzzyCharacterMatch instead; drop unused utf8 import - app: replace TODO comment with descriptive note (batch file attachment limitation is intentional, not a pending action item)