[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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user