@moxxy/plugin-provider-anthropic 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moxxy/plugin-provider-anthropic",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Anthropic (Claude) LLMProvider plugin for moxxy. Streams the Messages API with tool use + adaptive thinking; translates moxxy ProviderRequest/Event ↔ the Anthropic wire shape. Register it into an @moxxy/core Session to route turns to Claude models.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"moxxy",
|
|
@@ -45,17 +45,17 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@anthropic-ai/sdk": "^0.40.0",
|
|
48
|
-
"@moxxy/sdk": "0.
|
|
48
|
+
"@moxxy/sdk": "0.16.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/node": "^22.10.0",
|
|
52
52
|
"typescript": "^5.7.3",
|
|
53
53
|
"vitest": "^2.1.8",
|
|
54
54
|
"zod": "^3.24.0",
|
|
55
|
-
"@moxxy/
|
|
56
|
-
"@moxxy/
|
|
57
|
-
"@moxxy/
|
|
58
|
-
"@moxxy/
|
|
55
|
+
"@moxxy/mode-default": "0.1.3",
|
|
56
|
+
"@moxxy/vitest-preset": "0.0.0",
|
|
57
|
+
"@moxxy/core": "0.5.3",
|
|
58
|
+
"@moxxy/tsconfig": "0.0.0"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"build": "tsc -p tsconfig.json",
|