chore: update claude-agent-sdk to 0.2.76, read dashboard config from .env

- Bump @anthropic-ai/claude-agent-sdk 0.2.68 → 0.2.76
- Read STATUS_CHANNEL_ID and USAGE_DASHBOARD from .env file
This commit is contained in:
Eyejoker
2026-03-16 05:54:17 +09:00
parent 385f3a0349
commit b710d4a33d
5 changed files with 1007 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
"start": "node dist/index.js"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.34",
"@anthropic-ai/claude-agent-sdk": "^0.2.76",
"@modelcontextprotocol/sdk": "^1.12.1",
"cron-parser": "^5.0.0",
"zod": "^4.0.0"