Fix Codex OAuth tool mapping

This commit is contained in:
cyhhao
2026-01-09 18:35:58 +08:00
parent 0a9c17b9d1
commit 7a06c4873e
6 changed files with 1434 additions and 114 deletions

View File

@@ -0,0 +1,9 @@
package service
import _ "embed"
//go:embed prompts/codex_opencode_bridge.txt
var codexOpenCodeBridge string
//go:embed prompts/tool_remap_message.txt
var codexToolRemapMessage string