mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Improve onboarding adapter diagnostics with live hello probes
This commit is contained in:
parent
0810101fda
commit
9513bef7e7
5 changed files with 394 additions and 3 deletions
|
|
@ -53,4 +53,5 @@ Use the "Test Environment" button in the UI to validate the adapter config. It c
|
|||
|
||||
- Claude CLI is installed and accessible
|
||||
- Working directory is absolute and available (auto-created if missing and permitted)
|
||||
- API key is configured (warning if missing)
|
||||
- API key/auth mode hints (`ANTHROPIC_API_KEY` vs subscription login)
|
||||
- A live hello probe (`claude --print - --output-format stream-json --verbose` with prompt `Respond with hello.`) to verify CLI readiness
|
||||
|
|
|
|||
|
|
@ -36,4 +36,5 @@ The environment test checks:
|
|||
|
||||
- Codex CLI is installed and accessible
|
||||
- Working directory is absolute and available (auto-created if missing and permitted)
|
||||
- API key is configured
|
||||
- Authentication signal (`OPENAI_API_KEY` presence)
|
||||
- A live hello probe (`codex exec --json -` with prompt `Respond with hello.`) to verify the CLI can actually run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue