fix(cli): preserve HTTP 400 details - #2916
Conversation
|
The generated-files failure appears transient or environment-specific. On the exact PR head The working tree stayed clean. CI reported only a 2-line change in |
|
Correction after reproducing from a fresh detached worktree at exact head The failure is deterministic and comes from the current base, not this CLI patch. The two committed OpenAPI copies already differ before generation: - "version": "0.8.5"
+ "version": "0.8.4"
So a rerun alone will remain red until the generated skill copy is refreshed on |
Summary
memory retainprints "Request timed out" (0s) for an HTTP 400 batch-mode rejection — swallows the self-explanatory error body #2912Tests
cargo test --manifest-path hindsight-cli/Cargo.toml --bin hindsight(70 passed)git diff --checkThe repository-wide formatting check currently reports pre-existing formatting drift outside this change.
Closes #2912