Commit c0cef75
fix(api): change auth status routes from GET to POST
- /auth/github/status, /auth/codex/status, /auth/claude/status use POST
- WHY: status requests carry a body (envGlobalPath, claudeAuthPath)
- INVARIANT: all 3 auth status endpoints match CLI apiPost() calls
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d91380a commit c0cef75
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
453 | | - | |
| 453 | + | |
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
| 477 | + | |
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
| 501 | + | |
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| |||
0 commit comments