mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 18:03:50 +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
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- OpenAI Codex: updated to use bundled system prompt from upstream
|
||||
|
||||
## [0.42.2] - 2026-01-10
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -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