lingyao-ai 0.2.0 → 0.2.1
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/README.md +1 -0
- package/package.json +1 -1
- package/project.config.json +2 -2
package/README.md
CHANGED
|
@@ -6,6 +6,7 @@ A customizable setup CLI that behaves like `npx leishen-ai`, with your own confi
|
|
|
6
6
|
|
|
7
7
|
- Configure Codex and/or Claude Code in one interactive flow.
|
|
8
8
|
- Optional auto-install checks for `@openai/codex` and `@anthropic-ai/claude-code`.
|
|
9
|
+
- API key validation supports `sk-` and `cr_` formats.
|
|
9
10
|
- Writes and backs up:
|
|
10
11
|
- `~/.claude/config.json`
|
|
11
12
|
- `~/.codex/config.toml`
|
package/package.json
CHANGED
package/project.config.json
CHANGED