Bump version to 0.1.2; update logging paths and enhance CLI with version command

This commit is contained in:
2026-06-27 14:32:52 +08:00
parent 2fc815b788
commit ac79dd0618
13 changed files with 161 additions and 33 deletions

View File

@@ -16,6 +16,7 @@ uv run nexus-claude-api start --port 4141 --claude-code
If the `nexus-claude-api` command is not on your `PATH`, run the module entrypoint instead:
```powershell
py -m nexus_claude_api config set --api-key "your-nexus-api-key"
py -m nexus_claude_api start --port 4141 --claude-code
```