Commit 26dfbbe
committed
fix: gracefully handle skills/list RPC errors instead of rejecting entire probe
When skills/list returns an error (e.g. on older Codex CLI versions that
don't support it), fall back to an empty skills array instead of calling
fail() which would reject the entire discovery promise and break account
probing.1 parent 867bab8 commit 26dfbbe
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
| 208 | + | |
214 | 209 | | |
215 | 210 | | |
216 | 211 | | |
| |||
0 commit comments