@KNaiFenAstra 花额度特别快的第二原因 中发帖

新版本的开发者提示词中写死了要频繁跟用户交互,不能有超过单次阻塞60秒的等待。 
比如我的项目监控脚本是一次性运行一小时的,这个项目以前在5.6sol版本中就没问题。
astra6发布后,我更新了新版本的codexcli,然后运行中每60秒他就要看一次脚本运行的怎么样了,让他一次性等一小时他也不肯,我几乎是看着他看一次就花掉我0.1刀的额度,一轮运行下来能看几百次。
具体见 .codex\models_cache.json 的 “instructions_template” ,每个模型都有:
Avoid performing blocking sleep or wait calls longer than 60 seconds, as they may prevent you from communicating with the user for their duration.

I...