• Joined on 2026-03-09
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-22 10:55:47 +08:00
d081743924 test: freeze tool-call contract semantics
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-22 10:12:45 +08:00
e3d3a63492 refactor: extract OpenAI Responses route wrapper
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-22 08:07:15 +08:00
b479294af4 refactor: share streaming tool event normalization
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-22 07:54:28 +08:00
aac6e2785d refactor: share non-stream tool event normalization
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-22 07:38:52 +08:00
5a7553b35b refactor: share execution prep for tool-call phase
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-21 13:56:42 +08:00
4748432501 fix: run bootstrap via module to avoid stdlib http shadowing
83d69097c9 fix: enable tool forwarding by default and add config regression tests
Compare 2 commits »
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-21 08:04:18 +08:00
0e146e60d9 refactor: extract Phase 1 gateway helpers
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-20 19:23:04 +08:00
d0df089282 fix: harden responses streaming and tool-call fallback
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-20 15:07:20 +08:00
866a212573 fix: restore proper SSE frame delimiters
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-20 14:54:38 +08:00
5e6c1c1a63 fix: harden responses stream termination
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-20 14:25:17 +08:00
12a4d9584e feat: harden cache reuse semantics and expand protocol regressions
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-20 13:24:38 +08:00
b96b91e5b7 test: add baseline gateway regression suites
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-20 13:22:45 +08:00
c08dea89a2 fix: ensure responses stream always completes
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-20 13:10:03 +08:00
c9bd71f727 feat: add OpenAI /v1/responses adapter via chat flow
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-20 08:30:51 +08:00
56c57a4901 docs: sync DESIGN with current tooling behavior
df80a86310 docs: refocus README on quickstart and runbook flow
Compare 2 commits »
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-20 07:17:24 +08:00
15cd5e8770 fix: close forced tool-choice with structured fallback
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-20 06:35:12 +08:00
63583712a8 fix: fallback agent payload source to numeric value
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-19 23:19:43 +08:00
c67a9c3d61 fix: align agent payload semantics with VSCode tool flow
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-19 21:34:16 +08:00
e208025f35 fix: emit Lingma tool approve/invoke roundtrip
mmc pushed to main at mmc/lingma-openai-gateway 2026-04-19 20:14:39 +08:00
3498b81fa2 fix: enable anthropic agent mode for tooling requests