Workshop fixes, Copilot catalog refresh, preset update - #310
Merged
Conversation
… layout - ralphctl demo now probes PATH and applies a single-provider preset (claude-only fallback) instead of the cross-provider DEFAULT_SETTINGS; --script keeps its claude-code pin - thread onOpenEvaluation through ImplementLayout wide path so v opens the evaluation overlay at >=140 cols; regression test covers both width regimes Claude-Session: https://claude.ai/code/session_01PHikH4LdejozJdjzTzhPes
- add gemini-3.7-flash, mai-code-1.1-flash, kimi-k3, grok-4.5/4.6 (first xAI group) - graduate gemini-3.1-pro and raptor-mini out of -preview slugs - delist gemini-2.5-pro and gemini-3-flash; RETIRED_MODEL_REMAPS migrates pinned settings - slugs convention-derived, not CLI-validated (copilot-cli #700) Claude-Session: https://claude.ai/code/session_01PHikH4LdejozJdjzTzhPes
…gates - gpt-5.4-mini (retires 2026-08-31) -> gpt-5.6-luna on all codex rows; copilot cheap tier gpt-5-mini -> gpt-5.6-luna - mixed/mixed-frontier implement.evaluator -> openai-codex/gpt-5.6-sol, matching DEFAULT_SETTINGS' independent-gate split - mixed refine sol -> terra; claude-only readiness haiku -> sonnet-5 - apply-preset missing-CLI warning now covers the implement evaluator's provider Claude-Session: https://claude.ai/code/session_01PHikH4LdejozJdjzTzhPes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three batches from tonight's pre-workshop session, each verified green (typecheck/lint/tests) before commit:
Workshop fixes (from the release-readiness audit)
ralphctl demonow detects installed provider CLIs and seeds a single-provider preset instead of the cross-provider defaults — the demo's implement sprint no longer requires bothclaudeandcodex.--scriptkeeps its claude-code pin.vevaluation chord now works in the wide (>=140 col) Execute layout; regression test covers both width regimes.Copilot model catalog — reconciled to the 2026-08-18 supported-models doc
gemini-3.7-flash,mai-code-1.1-flash,kimi-k3,grok-4.5,grok-4.6(first xAI group).gemini-3.1-pro,raptor-mini. Delisted:gemini-2.5-pro,gemini-3-flash.RETIRED_MODEL_REMAPSmigrates persisted settings pinned to the four retired slugs.Preset refresh (multi-agent evaluation, must+should items)
gpt-5.4-mini(retires 2026-08-31) replaced bygpt-5.6-lunaacross all codex rows incl. every row ofcodex-fast; Copilot cheap tier moves offgpt-5-minitogpt-5.6-luna.mixed/mixed-frontierimplement evaluator moves toopenai-codex/gpt-5.6-sol— an independent cross-provider gate matching the shippedDEFAULT_SETTINGSsplit.mixedrefine sol → terra;claude-onlyreadiness haiku → sonnet-5.Full suite: 617 files / 6052 tests green.
https://claude.ai/code/session_01PHikH4LdejozJdjzTzhPes