mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-18 09:00:32 +00:00
Prepare for alternative Codex harness certification
This commit is contained in:
parent
11dd2f476b
commit
6dcb64565a
11 changed files with 337 additions and 375 deletions
|
|
@ -26,7 +26,7 @@ async function buildCodexInjectionInfo(tools?: AgentTool[]): Promise<CodexInject
|
|||
// Try to get cached instructions for default model family
|
||||
let instructions: string | null = null;
|
||||
try {
|
||||
instructions = await getCodexInstructions("gpt-5.1-codex");
|
||||
instructions = getCodexInstructions();
|
||||
} catch {
|
||||
// Cache miss - that's fine
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue