feat(providers): add Claude Code CLI provider

- implement `ClaudeCodeProvider` using `claude -p` with plain text output
- register `claudecode` as a new provider enum option in package.json
- add `enumDescriptions` for all provider choices
- update API key description to note it is not required for Claude Code
- bump version to 1.1.5
This commit is contained in:
2026-05-01 14:59:26 -04:00
parent e309fa3acd
commit ca73d9683f
5 changed files with 97 additions and 8 deletions
+1
View File
@@ -3,6 +3,7 @@
"target": "ES2020",
"module": "commonjs",
"lib": ["ES2020"],
"types": ["node"],
"outDir": "dist",
"rootDir": "src",
"strict": true,