fix(provider.anthropic): Fix Anthropic research tool identifier and add tests + local Claude permissions

This commit is contained in:
2025-09-28 15:51:50 +00:00
parent 0403443634
commit f70353e6ca
9 changed files with 578 additions and 70 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartai',
version: '0.6.0',
version: '0.6.1',
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.'
}