[codex] 修复 Coding Agents 的 Codex 启动和代理隔离 (#1123)

* feat: add coding agent install status

* chore: add latest claude opus model preset

* feat: add coding agent config editing

* Add scoped coding agent launch proxy

* Add Codex proxy plan

* fix coding agents codex launch proxy

* fix codex catalog context test

---------

Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
ekko
2026-05-29 19:06:54 +08:00
committed by GitHub
co-authored by Codex
parent 717f577380
commit 285f623d6f
20 changed files with 5158 additions and 4 deletions
+5
View File
@@ -117,6 +117,11 @@ const router = createRouter({
name: 'hermes.files',
component: () => import('@/views/hermes/FilesView.vue'),
},
{
path: '/hermes/coding-agents',
name: 'hermes.codingAgents',
component: () => import('@/views/hermes/CodingAgentsView.vue'),
},
{
path: '/hermes/version-preview',
name: 'hermes.versionPreview',