This topic created in 238 days ago, the information mentioned may be changed or developed.
Codex VSC 插件 0.5.6 版本已经支持回话恢复 历史记录,正式版插件不久也应该支持。之前 Codex Cli 0.3.0 的时候好像就支持了,但是 Cli 提问框只能复制一行文字,输出内容排版也没有 VSC 插件 看起来舒服
另外不知道是 预览版 还是我增加了如下配置,创建文件或者执行指令 需要手动允许的情况 终于没有或者是很少很少
"chatgpt.config": {
"approval_policy":"never",
"sandbox_mode":"danger-full-access",
"preferred_auth_method":"apikey"
}