fix
patch
gateway
feat/phase-2g-bundle
#97 / 100
fix(gateway): merge client proposal body for hosted review hints
The canister POST /proposals response does not include the proposal body, so parsedProposalData.body was always empty and the hints job always performed an extra canister GET. That competed with the 18s Promise.race and could time out while Enrich (separate route) still succeeded.
- Add proposalDataForHostedReviewHintsFromCreate to prefer canister body when present and otherwise use the outgoing request body (bodyOut) sent to the canister, enabling the fast path in proposal-review-hints-async. - Add unit tests and docs/NEXT-SESSION-HUB-LLM-COST-ROUTING.md for follow-up LLM provider cost planning (Groq/Ollama/OpenAI-compat).
sha256:10bb7c41f75256841cef49eee2bcf27faa7b022fe96fe46c04ffa5e6a3f6abb7
sha
sha256:863eaaa6564fa83978638711ea4387eb3bb89cd907fef0769efb8f1e5110267a
snapshot
Older
Merge pull request #199 from aaronrene/feat/hosted-mcp-hub-creat…
sha256:9a0a8cd36fcaa62a1f1df489409d25c50714a566f5aed725c8c6435b3a48e717
All commits
Newer
Merge pull request #200 from aaronrene/fix/review-hints-merge-cl…
sha256:1a8a8e7fdc5fd0cdfbc7e50de07720b1fa32719787cd828f741ea152df109e3a
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:10bb7c41f75256841cef49eee2bcf27faa7b022fe96fe46c04ffa5e6a3f6abb7 --body "your comment"
No comments yet. Be the first to start the discussion.