You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix project type detection using scanned file extensions
- Run extension fallback for both Unknown and generic types
- Skip non-code extensions (svg, png, etc.) when finding dominant type
- Add HTML/CSS, TypeScript, JavaScript to extension type map
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "codeep",
3
-
"version": "1.2.129",
3
+
"version": "1.2.130",
4
4
"description": "AI-powered coding assistant built for the terminal. Multiple LLM providers, project-aware context, and a seamless development workflow.",
0 commit comments