mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-15 05:36:10 +00:00
* feat: add Claude session fleet * chore: leave release notes to release automation * chore: refresh generated catalogs * fix: satisfy session catalog lint gates
16 lines
340 B
JSON
16 lines
340 B
JSON
{
|
|
"name": "@openclaw/anthropic-provider",
|
|
"version": "2026.7.2",
|
|
"private": true,
|
|
"description": "OpenClaw Anthropic provider, Claude CLI, and native session catalog plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|