zhuoranCodex有Hook 然后你还有注册机 中发帖

[features]
codex_hooks = true

~/.codex/hooks.json 
{
  "hooks": {
    "SessionStart": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "~/.codex/getfree.sh",
            "statusMessage": "初始化日志...",
            "timeout": 5
          }
        ]
      }
    ]
  }
}

 [图片]
 
 
Back to Top