Commit 2d6e8fb
authored
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.
Applied via @cursor push command1 file changed
Lines changed: 1 addition & 6 deletions
| 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