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
Copy file name to clipboardExpand all lines: CLAUDE.md
+19-16Lines changed: 19 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,13 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
6
6
7
7
**Universal Commit Assistant** is a VS Code extension that generates AI-powered commit messages using multiple AI providers. The extension supports 8 languages and follows modern TypeScript development practices with automated release workflows.
8
8
9
-
## Latest Updates (November 2025)
9
+
## Latest Updates (March 2026)
10
10
11
-
-**Qwen Provider Added**: Integration with Alibaba Cloud DashScope API supporting Qwen Max, Qwen Plus, and Qwen Turbo models
12
-
-**GPT-5.1 Models**: Updated OpenAI provider with GPT-5.1, GPT-5.1 Codex, and GPT-5.1 Codex Mini
13
-
-**Gemini 3 Models**: Updated Google Gemini provider with Gemini 3 Pro (flagship) and preview models
14
-
-**Enhanced Model Support**: Updated to support latest AI models from all major providers
11
+
-**Gemini 3.1 Pro & 3 Flash**: Added latest Google Gemini models with 1M context window
12
+
-**Claude Opus 4.6 & Sonnet 4.6**: Updated Anthropic provider with latest Claude models
13
+
-**GPT-5.4**: Added OpenAI GPT-5.4 as new default model
14
+
-**Deep Analysis Default**: Increased maxDiffLength to 100k chars for comprehensive code analysis
15
+
-**Code Cleanup**: Removed dead code, fixed progress bug, added cloud provider timeouts, added maxTokens to Gemini/Ollama
15
16
16
17
## Development Commands
17
18
@@ -93,13 +94,13 @@ src/
93
94
├── providers/ # AI provider implementations
94
95
│ ├── aiProviderFactory.ts # Factory for creating provider instances
95
96
│ ├── baseProvider.ts # Abstract base class
96
-
│ ├── anthropicProvider.ts # Claude 4.5 Haiku/Sonnet/Opus
97
+
│ ├── anthropicProvider.ts # Claude Haiku 4.5/Sonnet 4.6/Opus 4.6
97
98
│ ├── deepseekProvider.ts # DeepSeek V3.1 models
98
-
│ ├── geminiProvider.ts # Google Gemini 3 models
99
+
│ ├── geminiProvider.ts # Google Gemini 3.1/3/2.5 models
99
100
│ ├── lmstudioProvider.ts # Local LM Studio integration
100
101
│ ├── mistralProvider.ts # Mistral AI models
101
102
│ ├── ollamaProvider.ts # Local Ollama integration
0 commit comments