Commit Graph

14 Commits

Author SHA1 Message Date
牧濑红莉栖(BOT) e5ade85c77 fix(codex): normalize app-server API mode for coding agents (#1932)
Co-authored-by: x1051445024 <x1051445024@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
2026-07-04 20:49:49 +08:00
ekko 751802fbd4 [codex] fix desktop mcp shutdown (#1871)
* fix desktop mcp shutdown

* docs desktop mcp shutdown
2026-07-01 09:21:25 +08:00
ekko 367c2ae705 Default unknown coding agent providers to chat completions (#1706) 2026-06-21 09:34:07 +08:00
ekko 628232ab1f prefer studio mcp entry (#1688)
Co-authored-by: Codex <codex@openai.com>
2026-06-20 12:35:46 +08:00
ekko b2d8f1c12d split studio mcp toolsets (#1687) 2026-06-20 11:04:03 +08:00
ekko deb9925c70 [codex] move coding agent prompts out of CLI args (#1631)
* Flatten Windows coding agent prompts

* Move coding agent prompts out of CLI args

* Bump version to 0.6.17
2026-06-17 18:37:43 +08:00
ekko db455f6f69 Revert "[codex] Fix Windows coding agent MCP launch (#1623)" (#1627)
This reverts commit 904a124a6b.
2026-06-17 17:02:08 +08:00
ekko 904a124a6b [codex] Fix Windows coding agent MCP launch (#1623)
* Fix Windows coding agent MCP launch

* Update website version list
2026-06-17 15:47:09 +08:00
ekko 83e37bac02 feat: add outbound relay and MCU login flow (#1580)
* add global agent chat relay

* add model run MCP auth

* avoid codex prompt inflation

* guide codex to use hermes lan tools

* truncate long tool call previews

* write codex MCP env inline

* log codex developer prompt

* remove codex prompt debug logging

* fix codex chat tool history

* log codex chat proxy requests

* write codex proxy debug to server log

* log codex upstream tool requests

* expand codex mcp namespaces for custom providers

* remove codex proxy debug logging

* add hermes mcp openapi relay

* fix: improve mcp docs and chat run cleanup

* feat: add mcu relay login flow

* fix ci test expectations

* fix group chat deeplink e2e expectation

---------

Co-authored-by: Codex <codex@openai.com>
2026-06-16 09:16:26 +08:00
ekko 3e2f998966 [codex] fix Claude Code root permission launch (#1451)
* fix claude root permission launch

* docs update claude root permission fragment

---------

Co-authored-by: Codex <codex@openai.com>
2026-06-09 22:56:13 +08:00
ekko 087314e06c fix coding agent reasoning and queue overlay (#1443) 2026-06-09 19:15:33 +08:00
ekko c52e2c25df [codex] add coding agent chat sessions (#1410)
* feat: add coding agent chat runner

* fix claude coding agent model identity

* Revert "fix claude coding agent model identity"

This reverts commit eff87d6e28.

* align claude coding agent settings with main

* remove claude bare mode from coding agent runner

* fix coding agent chat sessions
2026-06-08 15:35:52 +08:00
ekko e3359c671c [codex] 修复 Windows Coding Agents 安装状态检测 (#1126)
* fix windows coding agent status detection

* fix windows coding agents detection and terminal launch

- Fix Claude Code status detection on Windows by prioritizing .cmd files over unix-style scripts when using 'where' command
- Fix command execution logic for .cmd/.bat files to use proper cmd.exe quoting instead of complex cmdQuote function
- Fix native terminal launch on Windows by properly escaping shellCommand in PowerShell Start-Process instead of using empty $args[0]

These changes resolve issues where Claude Code was incorrectly detected as uninstalled on Windows and native terminal launch failed with PowerShell argument errors.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix claude code custom model launch

* fix windows filename sanitization for coding agent config paths

- Replace invalid filename characters (< > : " / \ | ? *) with underscores in provider/profile names
- Prevents ENOENT errors when provider names contain Windows-invalid characters like colons
- Fixes issue where 'custom:glm-coding-plan' provider would fail to create config directory on Windows

This change ensures that coding agent configuration paths are valid on all platforms while preserving the semantic meaning of provider names.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* remove stale planning docs

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-29 20:26:02 +08:00
ekko 285f623d6f [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>
2026-05-29 19:06:54 +08:00