牧濑红莉栖(BOT)
|
0bfa9d2ed4
|
fix(coding-agent): 持久化会话 API 模式 (#1944)
* fix(coding-agent): persist API mode per session
* docs(chat-chain): document coding agent API mode persistence
---------
Co-authored-by: x1051445024 <你的GitHub注册邮箱>
|
2026-07-06 08:17:49 +08:00 |
|
ekko
|
f2677aef9c
|
[codex] Add Journey learning graph view (#1912)
* Add Journey learning graph view
* Localize Journey labels
|
2026-07-03 12:19:58 +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
|
99f9dcb2fe
|
feat: add automatic OpenAPI documentation generation (#445)
* feat: add automatic OpenAPI documentation generation
Added script to auto-generate OpenAPI spec from existing Koa routes:
- Scans route files and extracts endpoint definitions
- Generates proper OpenAPI 3.0 specification
- No code changes or decorators required
- Preserves existing code structure
Usage: npm run openapi:generate
Generated 51 endpoints across 13 tags.
* feat: enhance OpenAPI generator with all endpoints
Enhanced the auto-generation script to capture all API endpoints:
- Added support for inline function handlers
- Captured group-chat endpoints
- Added proxy endpoints for upstream API forwarding
- Added WebSocket terminal endpoint
- Added SSE chat streaming endpoint
- Increased coverage from 51 to 94 endpoints
- Added 24 comprehensive tags for all features
Generated OpenAPI spec now includes:
- All HTTP REST endpoints
- Proxy wildcards for /api/hermes/* and /v1/*
- WebSocket terminal connection
- Server-Sent Events for chat streaming
|
2026-05-04 20:30:04 +08:00 |
|