Stop hook can't suppress responses in the Codex GUI (scan runs after display)
还没有人认领这个 Issue。
评估
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 新手友好度
- 35/100
- Issue 类型
- 文档
- 描述清晰度
- 需要澄清
- 活跃度
- 冷清
- 技术栈
- python
调研方向
检查 Codex prompt 和 Stop hook 的接口,以及 Codex GUI 如何呈现响应。记录 Stop 能够控制和无法控制的内容,记录影响阻止或重写的具体实现缺口,并链接一个关于响应控制的 upstream 请求;当限制和阻碍因素得到清晰记录时,即视为完成。
由索引模型根据 Issue 内容生成。
描述
Context
Outbound prompt scanning via the prompt hook works well. The Stop hook fires at the end of a conversation, letting us scan the final inference for PII/harmful content after the model has finished "thinking."
Problem
The Stop hook is detection-only. It does not prevent the response from rendering in the Codex GUI — by the time we scan, the content is already on screen. There is no API to rewrite or redact a response; we can only surface a message to the user and influence subsequent chats in that thread.
Impact
Disallowed content (PII, harmful output) is shown to the user regardless of the scan result. We get an alert, not a block.
Asks
- Confirm the current Codex hook surface and document what Stop can and cannot do.
- Track an upstream feature request for response blocking/rewrite at the GUI.
- Codex hooks are new and incompletely implemented — capture which specific gaps block us.
Raised by a collaborator during Codex hook integration review.
- 主要语言
- Python
- 星标
- 1
- 派生
- 1
- PR 合并指标
- 30 天内没有已合并 PR
环境准备
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
f5devcentral/codex-integration 的其他 Issue
-
discussion enhancement
难度 5/5 一周以上 新手友好度 35/100
-
discussion security
难度 5/5 一周以上 新手友好度 25/100
查看 f5devcentral/codex-integration 的全部 Issue
相似的 Issue
-
needs triage
难度 2/5 1-3 小时 新手友好度 78/100
维护者通常 2 天内回复
-
难度 2/5 1-3 小时 新手友好度 82/100
openvinotoolkit/openvino_notebooks#3665 ·
维护者通常 1 天内回复
-
bug
难度 2/5 1-3 小时 新手友好度 86/100
维护者通常 1 天内回复
-
docs
难度 2/5 1-3 小时 新手友好度 88/100
维护者通常 1 天内回复
-
benchmark-gap
难度 2/5 1-3 小时 新手友好度 78/100
维护者通常 1 天内回复