goutoujunshi
An AI relationship coach that provides emotional support, relationship science, and actionable strategies through a multidisciplinary knowledge base.
GPT-5.6 Model Router is a Codex skill that routes tasks among three specialist models (Sol, Terra, Luna) based on a chosen profile (PERFORMANCE, BALANCED, TOKEN_SAVER) with a two-step approval process and strict runtime verification to prevent silent model substitution.
16
No data
4
0
MIT
2026-07-15
It introduces a structured, security-conscious model routing system for Codex that enforces explicit user approval, prevents silent model swaps, and preserves design quality by keeping Sol responsible for creative direction while allowing Terra to refine implementation within approved intent.
[!IMPORTANT] 일부 Codex CLI 및 Codex Desktop 환경에서는 GPT-5.6 Sol과 Multi-Agent V2의
collaboration.spawn_agent도구 규격이 충돌해 모든 요청이 모델 실행 전에 실패할 수 있습니다.
hide_spawn_agent_metadata = false만 단독으로 설정하지 마세요. 영향을 받는 환경에서는tool_namespace = "agents"를 포함한 아래의 전체 설정 블록을 기존 설정에 병합한 뒤, Codex를 완전히 종료하고 새 세션을 시작하세요.
다른 Codex 또는 AI 에이전트에는 아래 저장소 주소만 전달해도 설치 절차를 시작할 수 있습니다.
https://github.com/volition79/gpt-5.6-router
저장소 주소와 함께 다음처럼 요청합니다.
이 저장소의 README, SKILL.md, SECURITY.md, runtime-troubleshooting.md를 먼저 검토하고 사용자 전역 스킬로 설치해 주세요. 실제 Codex CLI/Desktop 버전과 Multi-Agent V2 관련 설정만 확인하고, 전체 config.toml이나 비밀값은 출력하지 마세요. 필요한 설정 변경과 백업 계획을 먼저 보여 주고 승인을 받은 뒤 병합하세요. Codex 완전 재시작 후 새 세션에서 Terra 모델 고정을 검증하고, 실제 모델이 다르면 중단하세요.
에이전트는 URL을 받으면 다음 순서로 처리해야 합니다.
config.toml에서 멀티 에이전트 관련 키만 확인합니다.이미 모든 GPT-5.6 Sol 요청이 예약 도구 오류로 실패하는 세션은 모델이 URL이나 README를 읽기 전에 거부됩니다. 이 경우 정상 동작하는 다른 모델, 새 터미널, 또는 Codex 외부 셸에서 저장소를 먼저 확인해야 합니다. 설정 변경 승인과 완전 재시작은 저장소 URL만으로 생략할 수 없습니다.
GPT-5.6 Sol, Terra, Luna의 강점을 작업 단계별로 배치하는 Codex 스킬입니다. 사용자가 직접 팀을 설계하지 않아도 PERFORMANCE, BALANCED, TOKEN_SAVER 중 목표를 선택하고, 읽기 전용 조사와 실행 승인을 분리한 뒤 적합한 모델 경로를 제안합니다.
이 스킬은 명시적으로 호출할 때만 활성화됩니다.
git모델 고정 기능이 없는 런타임에서는 다른 모델로 조용히 대체하지 않고 중단하도록 설계되어 있습니다.
스킬 저장소를 복제하는 것만으로는 Terra와 Luna 모델 지정이 보장되지 않습니다. 먼저 실제 작업에 사용되는 런타임을 확인합니다.
codex --version
codex features list
설정 파일 위치는 다음과 같습니다.
%USERPROFILE%\.codex\config.toml~/.codex/config.tomlAdaptive GPT-5.6 Sol, Terra, and Luna routing skill for Codex
Similar projects matched by category, topics, and programming language.
An AI relationship coach that provides emotional support, relationship science, and actionable strategies through a multidisciplinary knowledge base.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.