Proview

Results 6 comments of Proview

> > You can use the `AGENTS.md` file to add or adjust prompt details. > > I know, but I have the feeling that AGENTS.md get not injected as "hard"...

@etraut-openai Did you forget about the "$" and the usage of the skill feature in the IDE extension?

> ~技能功能并未引入任何新的斜杠命令。~目前它仍在开发中。 > > 编辑:我之前的说法有误。技能功能确实添加了一个新的斜杠命令,所以是的,应该将其添加到列表中。 ****On the contrary, I think there are some issues with adding skills to slash commands.**** **Skills should be something that GPT itself decides to use**...

> > 检测到可能重复的问题。请核实并关闭您的问题。 > > > > * [全面支持 MCP #5917](https://github.com/openai/codex/issues/5917) > > > > _由[Codex Action提供支持](https://github.com/openai/codex-action)_ > > 否。被标记为重复的问题似乎没有针对所述问题的合适解决方案。除非有明确的文档或代码参考指向解决方案,否则不应该出现问题重复的情况。 ----- **I’ve found a solution, but the process is quite...

> 以下是我的设置概览。[图片:image.png] 当我输入其他以“/”开头的命令时,下方会显示一个指示器。[图片:image.png] 但当我输入“/prompts”时,却没有指示器显示存在以这些字母开头的“/”命令。[图片:image.png] codex 版本为 codex-cli 0.72.0。我不确定还能提供什么信息,如有需要请告知。 > […](#) You can try configuring the `codex_home` path, or try reinstalling via `npm install -g @openai/[email protected]`. After that, verify that the...

> 好的,这帮我找到了问题所在。文档中的字体导致创建提示目录时“~”符号难以辨认。它应该放在 ~/.codex 目录下,而不是 /.codex 目录下。这让我觉得很奇怪,难道提示只能是全局的,而不能是项目特定的吗?谢谢你的帮助! > […](#) LMAO. wtf a ~ can be mistakenly read for the fonts hard to distinguish. the "~" and the "-" ought to have...