Feat/add codex adapter#456
Conversation
Signed-off-by: Ziyang Guo <121015044+RerankerGuo@users.noreply.github.com>
Signed-off-by: Ziyang Guo <121015044+RerankerGuo@users.noreply.github.com>
Signed-off-by: Ziyang Guo <121015044+RerankerGuo@users.noreply.github.com>
Signed-off-by: Ke Wang <1002245584@qq.com>
Signed-off-by: Ke Wang <1002245584@qq.com>
a1b6e93 to
12fd087
Compare
|
Duplicate/scope cleanup triage for #235: Thanks for marking this as a preview rather than requesting merge. As it stands, this PR still carries the #316 shared Gateway client files plus Codex-specific plugin/hook files, while the PR body says it depends on #316 and should be rebased after #316 lands. Recommendation: keep this out of active merge review until #316 and #372 are resolved. After that, rebase onto main and remove any duplicated #316 Gateway client / adapter-kit changes so the diff contains only the Codex-specific integration layer: hook mapping, prompt/transcript handling, plugin metadata, docs, and focused Codex tests. Search tools should continue to rely on the approved MCP bridge from #372 rather than adding another search path here. This is a scope/dependency note rather than a rejection of the Codex adapter work. |
Description | 描述
本 PR 依赖 #316,当前仅用于提前展示 Codex 适配方案和代码,暂不请求合并。
待 #316 合并到
main后,我会重新变基当前分支、更新 PR 差异并补充 CI 验证,再申请正式 Review。基于 #316 提供的统一 Gateway Adapter,为 Codex 增加 TencentDB Agent Memory 适配能力。
主要内容:
UserPromptSubmitHook,自动调用/recall召回记忆。StopHook,自动调用/capture保存对话。searchMemories() 和 searchConversations()应基于#372的统一MCP服务器实现 本PR未实现
Codex 当前没有可靠的“整个会话关闭”Hook。Stop 只代表本轮结束,不能当作 endSession() 的触发点,所以未实现 endSession()的适配。
Related Issue | 关联 Issue
Related to#235
Dependency | 依赖关系
本 PR 依赖 #316 提供的统一 Gateway Adapter,
当前基于
feat/cross-platform-adapter-235分支开发。#316 合并到
main后,本 PR 需要将目标分支切换为main。Change Type | 修改类型
Self-test Checklist | 自测清单
Verification | 验证