• Joined on 2024-06-18
michal pushed to feat/gate-drop-reasoning at michal/mcpctl 2026-07-25 02:07:29 +00:00
34e00af731 feat(gate): drop the reasoning field from selection → ~1.5s (comfortable margin)
michal pushed to main at michal/mcpctl 2026-07-24 20:38:35 +00:00
2f9e7be762 feat(gate): terse selection prompt (~2s) (#89)
a432e9e19f feat(gate): terse selection prompt so a no-think model answers in ~2s
Compare 2 commits »
michal merged pull request michal/mcpctl#89 2026-07-24 20:38:33 +00:00
feat(gate): terse selection prompt (~2s on no-think model)
michal pushed to feat/gate-terse-selection at michal/mcpctl 2026-07-24 20:38:10 +00:00
a432e9e19f feat(gate): terse selection prompt so a no-think model answers in ~2s
michal created branch feat/gate-terse-selection in michal/mcpctl 2026-07-24 20:38:10 +00:00
michal created pull request michal/mcpctl#89 2026-07-24 20:38:09 +00:00
feat(gate): terse selection prompt (~2s on no-think model)
michal pushed to main at michal/mcpctl 2026-07-24 13:30:01 +00:00
3b96b0399e feat(gate): fast no-think selection + dedicated selection Llm (#88)
5225b54901 feat(gate): MCPCTL_GATE_SELECTION_LLM — pin a dedicated fast selection Llm
27480181bf feat(gate): ask reasoning models for a fast, no-think selection response
Compare 3 commits »
michal merged pull request michal/mcpctl#88 2026-07-24 13:30:00 +00:00
feat(gate): fast no-think selection + dedicated selection Llm
michal created pull request michal/mcpctl#88 2026-07-24 13:29:13 +00:00
feat(gate): fast no-think selection + dedicated selection Llm
michal pushed to feat/gate-select-no-think at michal/mcpctl 2026-07-24 13:28:46 +00:00
5225b54901 feat(gate): MCPCTL_GATE_SELECTION_LLM — pin a dedicated fast selection Llm
michal pushed to feat/gate-select-no-think at michal/mcpctl 2026-07-24 12:07:29 +00:00
27480181bf feat(gate): ask reasoning models for a fast, no-think selection response
michal created branch feat/gate-select-no-think in michal/mcpctl 2026-07-24 12:07:29 +00:00
michal pushed to main at michal/mcpctl 2026-07-24 11:52:06 +00:00
86942b1e91 feat(gate): route prompt-selection through mcpd server Llm (#87)
2729580974 feat(gate): route prompt-selection through mcpd's server Llm (credential tiering)
Compare 2 commits »
michal merged pull request michal/mcpctl#87 2026-07-24 11:52:04 +00:00
feat(gate): route prompt-selection through mcpd server Llm (credential tiering)
michal created pull request michal/mcpctl#87 2026-07-24 11:51:55 +00:00
feat(gate): route prompt-selection through mcpd server Llm (credential tiering)
michal pushed to feat/gate-selection-via-mcpd-llm at michal/mcpctl 2026-07-24 11:43:50 +00:00
2729580974 feat(gate): route prompt-selection through mcpd's server Llm (credential tiering)
michal created branch feat/gate-selection-via-mcpd-llm in michal/mcpctl 2026-07-24 11:43:50 +00:00
michal pushed to main at michal/mcpctl 2026-07-23 21:28:24 +00:00
e75d2ba296 feat(proxy): favourite-index tool presentation + gate provider hardening (#86)
366b505c00 fix(providers): anthropic surfaces HTTP errors too (gate parity with openai)
c9364a2f2a fix(favourite-index): route favourite/ calls even before tools/list (lazy resolver)
9dbd2f175d fix(gate): stop masking backend errors + rescue thinking-model prompt selection
f614e9bb98 feat(proxy): favourite-index tool presentation (favourite/ + all/ + prefer instruction)
Compare 5 commits »
michal merged pull request michal/mcpctl#86 2026-07-23 21:28:23 +00:00
feat(proxy): favourite-index tool presentation
michal pushed to feat/favourite-index-presentation at michal/mcpctl 2026-07-23 21:23:41 +00:00
366b505c00 fix(providers): anthropic surfaces HTTP errors too (gate parity with openai)