fix(anthropic): Update Anthropic provider branding to Claude Sonnet 4.5 and add local Claude permissions
This commit is contained in:
		@@ -1,5 +1,11 @@
 | 
			
		||||
# Changelog
 | 
			
		||||
 | 
			
		||||
## 2025-10-03 - 0.7.2 - fix(anthropic)
 | 
			
		||||
Update Anthropic provider branding to Claude Sonnet 4.5 and add local Claude permissions
 | 
			
		||||
 | 
			
		||||
- Docs: Replace 'Claude 3 Opus' with 'Claude Sonnet 4.5' in README provider capabilities matrix.
 | 
			
		||||
- Config: Add .claude/settings.local.json to define local Claude permissions for tests and development commands.
 | 
			
		||||
 | 
			
		||||
## 2025-10-03 - 0.7.1 - fix(docs)
 | 
			
		||||
Add README image generation docs and .claude local settings
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -48,7 +48,7 @@ Choose the right provider for your use case:
 | 
			
		||||
| Provider | Chat | Streaming | TTS | Vision | Documents | Research | Images | Highlights |
 | 
			
		||||
|----------|:----:|:---------:|:---:|:------:|:---------:|:--------:|:------:|------------|
 | 
			
		||||
| **OpenAI** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | • gpt-image-1<br>• DALL-E 3<br>• Deep research API |
 | 
			
		||||
| **Anthropic** | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ | • Claude 3 Opus<br>• Superior reasoning<br>• Web search API |
 | 
			
		||||
| **Anthropic** | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ | • Claude Sonnet 4.5<br>• Superior reasoning<br>• Web search API |
 | 
			
		||||
| **Ollama** | ✅ | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | • 100% local<br>• Privacy-first<br>• No API costs |
 | 
			
		||||
| **XAI** | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | • Grok models<br>• Real-time data<br>• Uncensored |
 | 
			
		||||
| **Perplexity** | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | • Web-aware<br>• Research-focused<br>• Sonar Pro models |
 | 
			
		||||
 
 | 
			
		||||
@@ -3,6 +3,6 @@
 | 
			
		||||
 */
 | 
			
		||||
export const commitinfo = {
 | 
			
		||||
  name: '@push.rocks/smartai',
 | 
			
		||||
  version: '0.7.1',
 | 
			
		||||
  version: '0.7.2',
 | 
			
		||||
  description: 'SmartAi is a versatile TypeScript library designed to facilitate integration and interaction with various AI models, offering functionalities for chat, audio generation, document processing, and vision tasks.'
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user