feat: improve cross-conversation reply UX

This commit is contained in:
shiyue
2026-06-21 23:28:49 +08:00
parent ae63e9717e
commit a50933807f
7 changed files with 635 additions and 41 deletions

8
.codex/config.toml Normal file
View File

@@ -0,0 +1,8 @@
[mcp_servers.codebase-memory-mcp]
type = "stdio"
command = "/home/hdzx/.local/bin/codebase-memory-mcp"
args = []
enabled = true
startup_timeout_sec = 20
tool_timeout_sec = 120
env = { CBM_LOG_LEVEL = "info", CBM_CACHE_DIR = "/home/hdzx/.cache/codebase-memory-mcp" }