{
  "version": "https://jsonfeed.org/version/1", 
  "title": "OpenAI", 
  "description": "\u5173\u4e8e OpenAI \u65d7\u4e0b\u4ea7\u54c1 GPT\uff0cDALL\u00b7E\uff0c\u548c ChatGPT \u7684\u8ba8\u8bba\u3002\u8bf7\u4e0d\u8981\u5728 V2EX \u7684\u56de\u590d\u4e2d\u7c98\u8d34\u590d\u5236\u6765\u81ea AI \u751f\u6210\u7684\u6587\u672c\u3002", 
  "home_page_url": "https://www.v2ex.com/go/openai", 
  "feed_url": "https://www.v2ex.com/feed/openai.json", 
  "icon": "https://cdn.v2ex.com/navatar/fd2c/5e46/1135_large.png?m=1751736785", 
  "favicon": "https://cdn.v2ex.com/navatar/fd2c/5e46/1135_normal.png?m=1751736785", 
  "items": [
    {
      "author": {
        "url": "https://www.v2ex.com/member/imqiyue", 
        "name": "imqiyue", 
        "avatar": "https://cdn.v2ex.com/gravatar/d2b2cfbfc17cfe674130340f9ff91b79?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1233046", 
      "title": "\u4e0d\u662f\u5427\uff0c\u8bf4\u597d\u7684\u5468\u4e00\u91cd\u7f6e\u5462\uff0c \u8fd9\u4f1a\u53c8\u91cd\u7f6e\u4e86", 
      "id": "https://www.v2ex.com/t/1233046", 
      "date_published": "2026-08-09T08:00:56+00:00", 
      "content_html": "<p>\u5982\u9898\uff0c\u624d\u767b\u4e86 40% \u554a</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/kneo", 
        "name": "kneo", 
        "avatar": "https://cdn.v2ex.com/gravatar/a379fd7d63ee8779653d6b03badd076b?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1233011", 
      "date_modified": "2026-08-09T02:57:00+00:00", 
      "content_html": "<p>\u6628\u5929\u4e3a\u4e86\u8d76\u5728\u989d\u5ea6\u91cd\u7f6e\u524d\u628a\u989d\u5ea6\u7528\u5b8c\uff0c\u51fa\u95e8\u524d\u4ea4\u4ee3 codex \u81ea\u5df1\u53bb\u8fdc\u7a0b\u9a8c\u8bc1\u6574\u4e2a\u9879\u76ee\u811a\u672c\u548c\u6587\u6863\u7684\u6b63\u786e\u6027\uff0c\u5f00\u4e86 full access \uff0c\u56de\u6765\u4e00\u770b\u60b2\u5267\u4e86\uff0c\u628a\u6211 C \u76d8\u548c D \u76d8\u6587\u4ef6\u5168\u5220\u4e86\u2026\u2026\u4f30\u8ba1\u5220\u4e86\u6211\u4e24\u4e09\u767e G \u7684\u6570\u636e\uff0c\u4e0a\u767e\u4e07\u4e2a\u6587\u4ef6\u2026\u2026</p>\n<p>\u7528\u7684\u6a21\u578b\u662f gpt-5.6-sol xhigh fast \u3002\u771f\u4ed6\u5988\u5feb\u554a\uff0c\u9664\u4e86\u5c11\u6570\u88ab\u8fdb\u7a0b\u5360\u7528\u7684\u6587\u4ef6\uff0c\u5168\u7ed9\u6211\u5220\u4e86\u3002</p>\n<p>\u8ba9 Claude Code \u5206\u6790\u4e86\u4e0b codex \u7684\u8bb0\u5f55\uff1a</p>\n<pre><code>  wsl.exe bash -lc 'set -e; d=$(mktemp -d); cd \"$d\";\n    apt-get download sshpass &gt;/dev/null;\n    dpkg-deb -x sshpass_*.deb extracted;\n    cp extracted/usr/bin/sshpass /tmp/xxx-semantic-bin/sshpass;\n    chmod 700 /tmp/xxx-semantic-bin/sshpass;\n    cd /; find \"$d\" -depth -delete;          # \u2190 \u8fd9\u4e00\u53e5\n    /tmp/xxx-semantic-bin/sshpass -V'\n</code></pre>\n<p>\u5b83\u7684\u672c\u610f\u53ea\u662f\uff1a\u4e0b\u4e2a sshpass \u4e8c\u8fdb\u5236\uff0c\u7136\u540e\u628a mktemp -d \u5efa\u7684\u4e34\u65f6\u76ee\u5f55\u5220\u6389\u3002\u76ee\u6807\u672c\u8be5\u662f /tmp/tmp.XXXXXX \u3002</p>\n<p>\u5173\u952e\u8bc1\u636e\u5728 file:4249 \u2014\u2014 Win32_Process \u8bb0\u5f55\u7684\u64cd\u4f5c\u7cfb\u7edf\u5c42\u9762\u771f\u5b9e\u547d\u4ee4\u884c\u91cc\uff0c$d \u4e24\u4fa7\u7684\u53cc\u5f15\u53f7\u5df2\u7ecf\u6ca1\u4e86\uff08 PowerShell \u628a\u53c2\u6570\u4f20\u7ed9\u539f\u751f exe \u65f6\u6ca1\u6709\u8f6c\u4e49\u5185\u5c42\u7684 \"\uff09\u3002</p>\n<p>\u6211\u6781\u5c11\u5728 Windows \u4e0a\u539f\u751f\u6267\u884c claude/codex \uff0c\u66f4\u4ece\u6765\u6ca1\u7ed9\u8fc7 full access \uff0c\u6ca1\u60f3\u5230\u7b2c\u4e00\u6b21\u7ed9\u5b83 full access \u5c31\u7ffb\u8239\u4e86\u2026\u2026</p>\n<p>\u592a\u5012\u9709\u4e86\u3002\u6709\u4e00\u4e07\u4e2a\u5982\u679c\u53ef\u4ee5\u8ba9\u8fd9\u4ef6\u4e8b\u4e0d\u8981\u53d1\u751f\u3002\u5982\u679c\u4e0d\u662f\u6211\u6709\u4e91\u5907\u4efd\uff0c\u6211\u5927\u6982\u5df2\u7ecf\u53bb\u81ea\u9996\u4e86\u3002</p>\n", 
      "date_published": "2026-08-09T02:56:23+00:00", 
      "title": "Codex \u628a\u6211\u7535\u8111\u6587\u4ef6\u90fd\u5220\u4e86", 
      "id": "https://www.v2ex.com/t/1233011"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/liqinliqin", 
        "name": "liqinliqin", 
        "avatar": "https://cdn.v2ex.com/avatar/80d4/c0e3/23618_large.png?m=1786078249"
      }, 
      "url": "https://www.v2ex.com/t/1232986", 
      "title": "\u5144\u5f1f\u4eec\uff0c\u91cd\u7f6e\u4e86\uff0c\u6628\u5929\u6b63\u597d\u7528\u5230\u5269\u4f59 1%\uff0c\u4eca\u5929 100%\u4e86", 
      "id": "https://www.v2ex.com/t/1232986", 
      "date_published": "2026-08-09T00:52:13+00:00", 
      "content_html": "<p>\u65b0\u7684\u91cd\u7f6e\u5f00\u59cb\u4e86</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/jko123", 
        "name": "jko123", 
        "avatar": "https://cdn.v2ex.com/gravatar/2651d2e06496c1ef4e0e9e10081dc183?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1232951", 
      "title": "codex 20260808 \u91cd\u7f6e\u4e86", 
      "id": "https://www.v2ex.com/t/1232951", 
      "date_published": "2026-08-08T13:46:09+00:00", 
      "content_html": ""
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/8888888888", 
        "name": "8888888888", 
        "avatar": "https://cdn.v2ex.com/gravatar/11f796086ce788cebdf0900cf27c3d3d?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1232934", 
      "date_modified": "2026-08-08T10:32:26+00:00", 
      "content_html": "", 
      "date_published": "2026-08-08T10:32:01+00:00", 
      "title": "codex \u5728\u505a\u4e00\u4e9b\u6d89\u53ca\u7ed5\u8fc7\u6d3b\u68c0\u76f8\u5173\u7684\u811a\u672c\u529f\u80fd\u7684\u65f6\u5019\u4e0d\u613f\u610f\u6267\u884c\u600e\u4e48\u529e\uff0c\u81ea\u5df1\u4eba\u8089\u6539\u4e86\u8fde\u4ee3\u7801\u90fd\u4e0d\u7ed9\u6211\u63d0\u4ea4\ud83d\ude02", 
      "id": "https://www.v2ex.com/t/1232934"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/coder121", 
        "name": "coder121", 
        "avatar": "https://cdn.v2ex.com/gravatar/dbdb54f5c98d5f00c7976b2ec945a39d?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1232892", 
      "title": "Codex for oss \u8fc7\u4e86\uff0c\u9001\u4e86 6 \u4e2a\u6708 pro\uff0c\u4f46\u662f\u8981\u7ed1\u5b9a\u94f6\u884c\u5361\u624d\u80fd\u6fc0\u6d3b\uff0c\u6c42\u5927\u4f6c\u4eec\u652f\u62db", 
      "id": "https://www.v2ex.com/t/1232892", 
      "date_published": "2026-08-08T05:39:44+00:00", 
      "content_html": ""
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/revival83", 
        "name": "revival83", 
        "avatar": "https://cdn.v2ex.com/avatar/2b48/30a2/18392_large.png?m=1755746557"
      }, 
      "url": "https://www.v2ex.com/t/1232858", 
      "title": "codex \u63a5 deepseek \u7684 api \u80fd\u7528\u4e48\uff1f", 
      "id": "https://www.v2ex.com/t/1232858", 
      "date_published": "2026-08-08T02:31:25+00:00", 
      "content_html": "openai \u6210\u672c\u611f\u89c9\u6709\u70b9\u9ad8"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/zw2019", 
        "name": "zw2019", 
        "avatar": "https://cdn.v2ex.com/avatar/7296/b175/414185_large.png?m=1573713224"
      }, 
      "url": "https://www.v2ex.com/t/1232843", 
      "title": "codex \u4f3c\u4e4e\u8981\u91cd\u7f6e\u5566", 
      "id": "https://www.v2ex.com/t/1232843", 
      "date_published": "2026-08-08T00:11:15+00:00", 
      "content_html": "<p>\u5feb\u70b9\u91cd\u7f6e\u5427 \u4e0d\u7136\u4e0b\u5468\u4e0a\u73ed\u5929\u624d\u7a0b\u5e8f\u5458\u8981\u9668\u843d\u5566</p>\n<p><img alt=\"https://i.imgur.com/IgUsJ0u.png\" class=\"embedded_image\" loading=\"lazy\" referrerpolicy=\"no-referrer\" rel=\"noreferrer\" src=\"https://i.imgur.com/IgUsJ0u.png\"/></p>\n<p><img alt=\"https://i.imgur.com/3W3V2Lo.png\" class=\"embedded_image\" loading=\"lazy\" referrerpolicy=\"no-referrer\" rel=\"noreferrer\" src=\"https://i.imgur.com/3W3V2Lo.png\"/></p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/flashradonc", 
        "name": "flashradonc", 
        "avatar": "https://cdn.v2ex.com/gravatar/67909b88571143f60ca92d5330152f50?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1232822", 
      "date_modified": "2026-08-07T14:02:44+00:00", 
      "content_html": "<p>\u60f3\u642d\u4e2a\u8f66\n\u6216\u8005\u81ea\u5df1\u5f00\uff0c\u4e24\u4e2a\u4eba</p>\n", 
      "date_published": "2026-08-07T14:00:56+00:00", 
      "title": "\u6709\u4eba\u62fc\u8f66\u5417\uff0c pro 10x", 
      "id": "https://www.v2ex.com/t/1232822"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/GDSR", 
        "name": "GDSR", 
        "avatar": "https://cdn.v2ex.com/avatar/4b1e/9ea6/624533_large.png?m=1786104930"
      }, 
      "url": "https://www.v2ex.com/t/1232812", 
      "title": "\u514d\u8d39\u7248 GPT-5.6 Luna \u65e0\u6cd5\u4f7f\u7528", 
      "id": "https://www.v2ex.com/t/1232812", 
      "date_published": "2026-08-07T12:18:01+00:00", 
      "content_html": "\u5982\u56fe\uff0c\u70b9\u51fb\u91cd\u8bd5\u56fe\u6807\u663e\u793a\u201c\u5df2\u4f7f\u7528 GPT-5.6\u201d\uff0c\u4f46\u662f\u5b9e\u9645\u4e0a\u662f GPT-5.5 Mini \uff0cApp \u7aef\u4e5f\u662f\u8fd9\u6837<br /><br /><a target=\"_blank\" href=\"https://i.imgur.com/KFH1Fa2.jpeg\" rel=\"nofollow noopener\" target=\"_blank\"><img src=\"https://i.imgur.com/KFH1Fa2.jpeg\" class=\"embedded_image\" rel=\"noreferrer\"></a>"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/ericyl", 
        "name": "ericyl", 
        "avatar": "https://cdn.v2ex.com/avatar/cf82/86f2/111261_large.png?m=1786091533"
      }, 
      "url": "https://www.v2ex.com/t/1232771", 
      "title": "\u5404\u4f4d\u7684 08-12 / 08-13 \u91cd\u7f6e\u6b21\u6570\u8fd8\u5728\u5417\uff1f", 
      "id": "https://www.v2ex.com/t/1232771", 
      "date_published": "2026-08-07T08:33:05+00:00", 
      "content_html": "<p><a href=\"https://imgur.com/a/WlzqXu1\" rel=\"nofollow\">https://imgur.com/a/WlzqXu1</a></p>\n<p>\u6211\u7684\u91cd\u7f6e\u6b21\u6570\u6d88\u5931\u4e86\uff1f</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Gemini4422335", 
        "name": "Gemini4422335", 
        "avatar": "https://cdn.v2ex.com/gravatar/ace44da8013e8ba249418747de60ca5f?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1232744", 
      "title": "\u8bf7\u95ee\u8fd9\u662f\u51fa bug \u4e86\u5417\uff1f", 
      "id": "https://www.v2ex.com/t/1232744", 
      "date_published": "2026-08-07T07:34:42+00:00", 
      "content_html": "\u901a\u8fc7 cpa \u8fdb\u884c ChatGPT \u4ee3\u7406\uff0c\u4f7f\u7528 keeper \u8fdb\u884c\u6570\u636e\u76d1\u63a7\uff0c\u5728 keeper \u7684\u76d1\u63a7\u91cc\u53d1\u73b0\u90e8\u5206\u4eba\u5458\u51cc\u6668\u4f1a\u6709\u8bf7\u6c42\u8bb0\u5f55\uff0c\u548c\u5bf9\u5e94\u4eba\u5458\u786e\u5b9a\u534a\u591c\u90fd\u6ca1\u6709\u5728\u4f7f\u7528\u5b83<br /><br />https://img.cdn1.vip/i/6a7589ee74b2b_1786087918.webp"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Tiger1994", 
        "name": "Tiger1994", 
        "avatar": "https://cdn.v2ex.com/avatar/1c01/49a5/326703_large.png?m=1785978419"
      }, 
      "url": "https://www.v2ex.com/t/1232735", 
      "date_modified": "2026-08-07T07:38:36+00:00", 
      "content_html": "<a target=\"_blank\" href=\"https://i.imgur.com/lpPSTFo.png\" rel=\"nofollow noopener\" target=\"_blank\"><img src=\"https://i.imgur.com/lpPSTFo.png\" class=\"embedded_image\" rel=\"noreferrer\"></a><br /> <br /> \u6211\u4eec\u6b63\u5728\u8ba9 ChatGPT \u4e2d\u7684\u66f4\u597d\u667a\u80fd\u66f4\u5bb9\u6613\u4e3a\u6bcf\u4e2a\u4eba\u8bbf\u95ee\uff1a<br /><br />- GPT-5.6 Sol \u73b0\u5728\u4e3a Plus \u548c Pro \u7528\u6237\u63d0\u4f9b Instant \u548c\u6df1\u5ea6\u63a8\u7406\u652f\u6301\uff0c\u5e26\u6765\u66f4\u51c6\u786e\u3001\u66f4\u4e13\u6ce8\u7684\u54cd\u5e94\u3002<br /><br />- \u514d\u8d39\u7248\u548c Go \u7528\u6237\u4ece\u660e\u5929\u8d77\u53ef\u4e0e GPT-5.6 Luna \u8fdb\u884c\u65e0\u9650\u6587\u672c\u804a\u5929\u3002<br /><br />\u4ee5\u4e0a\u8f6c\u81ea\uff1a@OpenAI", 
      "date_published": "2026-08-07T07:28:46+00:00", 
      "title": "Chat GPT-5.6 Luna \u53ef\u4ee5\u65e0\u9650\u4f7f\u7528\u4e86\uff0c\u5404\u4f4d\u6253\u7b97\u600e\u4e48\u8e6c\uff1f", 
      "id": "https://www.v2ex.com/t/1232735"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/zhaotian5868", 
        "name": "zhaotian5868", 
        "avatar": "https://cdn.v2ex.com/gravatar/b58c830c9d8638f289762998fb4a5934?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1232670", 
      "title": "\u8fd9\u662f\u51fa bug \u4e86\u5417\uff1f", 
      "id": "https://www.v2ex.com/t/1232670", 
      "date_published": "2026-08-07T03:35:21+00:00", 
      "content_html": "<p>\u7f8e\u533a\u793c\u54c1\u5361\u8ba2\u9605\u7684 5x \uff0c\u672c\u6765\u662f 9 \u53f7\u5230\u671f\u3002\u4eca\u5929\u6211\u70b9\u4e86\u4e0b\u5347\u7ea7\uff0c\u53d1\u73b0\u5347\u7ea7 20x \u53ea\u8981 100 \u5200\u4e86\u3002</p>\n<p><a href=\"https://imgur.com/a/6CQdxqT\" rel=\"nofollow\">https://imgur.com/a/6CQdxqT</a></p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/linuxtro", 
        "name": "linuxtro", 
        "avatar": "https://cdn.v2ex.com/avatar/a855/c3b8/84852_large.png?m=1784269915"
      }, 
      "url": "https://www.v2ex.com/t/1232639", 
      "title": "\u6709 3 \u4e2a\u9080\u8bf7\u540d\u989d\uff0c\u6709\u8001\u54e5\u9700\u8981\u5417\uff1f", 
      "id": "https://www.v2ex.com/t/1232639", 
      "date_published": "2026-08-07T02:34:02+00:00", 
      "content_html": "<p>\u9080\u8bf7\u670b\u53cb\u4f7f\u7528 ChatGPT \u684c\u9762\u7248\n\u9080\u8bf7\u597d\u53cb\u4f7f\u7528\u5168\u65b0 ChatGPT \u684c\u9762\u7248\uff1a\u4e00\u7ad9\u5f0f\u63d0\u95ee\u3001\u5b8c\u6210\u5de5\u4f5c\uff0c\u5e76\u4f7f\u7528 Codex \u8fdb\u884c\u5f00\u53d1</p>\n<p>\u83b7\u5f97 1,000 \u989d\u5ea6</p>\n<p>\u9080\u8bf7\u597d\u53cb\u4f7f\u7528 ChatGPT \u684c\u9762\u7248\u3002\u5bf9\u65b9\u53d1\u9001\u7b2c\u4e00\u6761\u6d88\u606f\u540e\uff0c\u4f60\u4eec\u5404\u83b7\u5f97 1,000 \u989d\u5ea6\u3002 \u67e5\u770b\u5b8c\u6574\u8d44\u683c\u6761\u4ef6</p>\n<p>\u8d44\u683c</p>\n<p>\u6bcf\u6708\uff0c\u4f60\u6700\u591a\u53ef\u901a\u8fc7 3 \u6b21 \u9080\u8bf7\u63a8\u8350 \u83b7\u53d6\u5956\u52b1\u3002\n\u53d7\u9080\u8005\u5728\u8fc7\u53bb 2 \u4e2a\u6708\u5185\u4e0d\u5f97\u4f7f\u7528\u8fc7 ChatGPT \u684c\u9762\u7248\u3002\n\u53d7\u9080\u4eba\u4e0d\u80fd\u5df2\u62e5\u6709\u6709\u6548\u7684\u63a8\u8350\u9080\u8bf7\u3002</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/andforce", 
        "name": "andforce", 
        "avatar": "https://cdn.v2ex.com/avatar/5fd5/33c7/136189_large.png?m=1774924642"
      }, 
      "url": "https://www.v2ex.com/t/1232637", 
      "title": "\u4f7f\u7528\u793c\u54c1\u5361\u8ba2\u9605\u7684 ChatGPT\uff0c\u5982\u4f55\u4e1d\u6ed1\u7eed\u8d39\uff1f", 
      "id": "https://www.v2ex.com/t/1232637", 
      "date_published": "2026-08-07T02:28:15+00:00", 
      "content_html": "\u8ba2\u9605\u4e86 200 \u5200\u7684 Pro \uff0c\u597d\u50cf\u8d26\u6237\u6709\u4f59\u989d\u4e5f\u4e0d\u4f1a\u81ea\u52a8\u7eed\u8d39\uff1f<br /><br />\u9700\u8981\u7b49\u8fc7\u671f\u540e\uff0c\u518d\u6b21\u624b\u52a8\u8ba2\u9605"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/kangyangqishi", 
        "name": "kangyangqishi", 
        "avatar": "https://cdn.v2ex.com/gravatar/ad57bd75d7f08d5bfd190284d2790fc3?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1232581", 
      "title": "chatgpt(codex)\u684c\u9762\u7aef\u50f5\u5c38\u8fdb\u7a0b", 
      "id": "https://www.v2ex.com/t/1232581", 
      "date_published": "2026-08-06T15:02:56+00:00", 
      "content_html": "\u6700\u8fd1\u5347\u7ea7 codex \u540e\uff0c\u7535\u8111\u7ecf\u5e38\u5d29\u6e83\uff0c\u8c37\u6b4c\u6d4f\u89c8\u5668\u95ea\u9000\uff0c\u751a\u81f3\u7ec8\u7aef\u90fd\u6253\u4e0d\u5f00\uff0c\u663e\u793a\uff1a<br />[forkpty: Resource temporarily unavailable]<br />[\u672a\u80fd\u521b\u5efa\u65b0\u7684\u8fdb\u7a0b\u548c\u6253\u5f00\u4f2a\u7ec8\u7aef(pseudo-tty)\u3002]<br />\u4f3c\u4e4e\u662f\u65e0\u8d44\u6e90\u53ef\u7528\uff0c\u53ea\u80fd\u91cd\u542f\u7535\u8111\uff0c\u91cd\u542f\u540e\u53c8\u597d\u4e86\u3002\u4e00\u5f00\u59cb\u4ee5\u4e3a\u7535\u8111\u7cfb\u7edf\u51fa\u95ee\u9898\u4e86\uff0c\u6ca1\u4e0e codex \u8054\u60f3\u8d77\u6765\u3002<br />\u4eca\u5929\u53c8\u51fa\u73b0\u540e\uff0c\u8ba9 codex \u53bb\u6392\u67e5\uff0c\u5f97\u51fa\u7684\u7ed3\u679c\uff1a<br /><br />-------------------------------------------<br />\u6211\u67e5\u5230\u5d29\u6e83\u62a5\u544a\u91cc\u7684\u5173\u952e\u539f\u56e0\uff1a<br />SkyComputerUseService<br />bundleID: com.openai.sky.CUAService<br />built for macOS 14.4 which is newer than running OS<br />Library not loaded: /usr/lib/swift/libswiftObservation.dylib<br />\u4f60\u7684\u7cfb\u7edf\u662f\uff1a<br />macOS 13.6<br />\u6240\u4ee5\u73b0\u5728\u60c5\u51b5\u662f\uff1a<br />ChatGPT \u4e3b app \u81ea\u5df1\u6807\u7684\u662f\u6700\u4f4e macOS 12.0 \uff0c\u6240\u4ee5\u5b83\u80fd\u6253\u5f00\u3002<br />\u4f46\u91cc\u9762\u7684 SkyComputerUseService \u8fd9\u4e2a helper \u662f\u6309 macOS 14.4+ \u6784\u5efa\u7684\u3002<br />macOS 13.6 \u6ca1\u6709 libswiftObservation.dylib \u3002<br />helper \u4e00\u542f\u52a8\u5c31\u5d29\u3002<br />ChatGPT \u53c8\u4e0d\u505c\u91cd\u8bd5\u542f\u52a8\u5b83\u3002<br />\u6bcf\u6b21\u5931\u8d25\u7559\u4e0b &lt;defunct&gt;\uff0c\u6240\u4ee5 ps aux | wc -l \u6301\u7eed\u4e0a\u6da8\u3002<br />\u5173\u95ed ChatGPT \u540e\u7236\u8fdb\u7a0b\u9000\u51fa\uff0czombie \u88ab\u7cfb\u7edf\u56de\u6536\uff0c\u6240\u4ee5\u6570\u91cf\u56de\u5230 400 \u591a\u3002<br />\u8fd9\u4e0d\u662f\u4f60\u914d\u7f6e\u9519\u4e86\uff0c\u4e5f\u4e0d\u662f\u4f60\u6ca1\u70b9\u201c\u5b89\u88c5\u201d\u7684\u95ee\u9898\uff0c\u662f \u5f53\u524d ChatGPT/Codex \u7248\u672c\u7684 Computer Use helper \u548c macOS 13.6 \u4e0d\u517c\u5bb9\uff0c\u800c\u4e14 app \u6ca1\u6709\u6b63\u786e\u505c\u6b62\u91cd\u8bd5\u3002<br />\u6700\u7a33\u7684\u89e3\u51b3\u65b9\u6848\uff1a<br />\u5347\u7ea7 macOS \u5230 14.4 \u6216\u66f4\u9ad8\u3002<br />\u5982\u679c\u6682\u65f6\u4e0d\u60f3\u5347\u7ea7\u7cfb\u7edf\uff0c\u5c31\u4e0d\u8981\u5f00 ChatGPT \u684c\u9762\u7aef\u91cc\u7684 Codex/Computer Use \u76f8\u5173\u9875\u9762\u592a\u4e45\u3002<br />\u4fdd\u7559 /Applications/<a target=\"_blank\" href=\"http://ChatGPT.app\" rel=\"nofollow noopener\">ChatGPT.app</a> \uff0c\u79fb\u8d70 /Applications/<a target=\"_blank\" href=\"http://Codex.app\" rel=\"nofollow noopener\">Codex.app</a> \uff0c\u907f\u514d\u53cc bundle \u5e72\u6270\u3002<br />\u5411 OpenAI \u53cd\u9988\u65f6\u76f4\u63a5\u7ed9\u8fd9\u53e5\uff1a<br />SkyComputerUseService built for macOS 14.4 crashes on macOS 13.6 due to missing libswiftObservation.dylib, ChatGPT repeatedly restarts it and leaks zombie processes.<br />-------------------------------------------<br />\u7528 ps aux | wc -l \u67e5\u770b\u8fdb\u7a0b\u6570\uff0c10 \u5206\u949f\u4e0d\u5230\u4ece 500 \u98d9\u5230 900 \u591a\u4e86\uff0c\u4f30\u8ba1\u5f97\u5347\u7ea7\u7cfb\u7edf\u4e86"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/f5a599", 
        "name": "f5a599", 
        "avatar": "https://cdn.v2ex.com/avatar/e7f8/f150/555057_large.png?m=1666850391"
      }, 
      "url": "https://www.v2ex.com/t/1232539", 
      "date_modified": "2026-08-08T08:59:45+00:00", 
      "content_html": "<p>\u6700\u8fd1\u989d\u5ea6\u7d27\u5f20\uff0c\u7528 Luna Extra High \u5728\u8dd1\uff0c\u4efb\u52a1\u80fd\u5b8c\u6210\u989d\u5ea6\u4f7f\u7528\u4e5f\u5f88\u5c11</p>\n<p>\u539f\u6765\u6211\u7684\u9700\u6c42\u8f83\u4f4e\u7ea7\u7684\u6a21\u578b\u5c31\u80fd\u89e3\u51b3\u7684\u5f88\u597d</p>\n<p>\u6240\u4ee5\u5fc5\u987b\u7528 Sol \u89e3\u51b3\u7684\u90fd\u662f\u4ec0\u4e48\u95ee\u9898\u5462\uff1f</p>\n", 
      "date_published": "2026-08-06T10:10:58+00:00", 
      "title": "\u5173\u4e8e Codex \u989d\u5ea6\uff0c Luna \u51fa\u4e4e\u610f\u6599\u7684\u597d\u7528", 
      "id": "https://www.v2ex.com/t/1232539"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/shuck", 
        "name": "shuck", 
        "avatar": "https://cdn.v2ex.com/gravatar/0c0ab8b7d42648e8d214ea68c5c178ec?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1232481", 
      "date_modified": "2026-08-06T07:21:04+00:00", 
      "content_html": "<p>base_url = \"<a href=\"https://opencode.ai/zen/go/v1\" rel=\"nofollow\">https://opencode.ai/zen/go/v1</a>\"\nwire_api = \"responses\"</p>\n", 
      "date_published": "2026-08-06T07:20:34+00:00", 
      "title": "codex \u53ef\u4ee5\u76f4\u63a5\u8c03\u7528 opencode go \u7684 deepseek-v4-flash \u4e0d\u7528\u901a\u8fc7 CC", 
      "id": "https://www.v2ex.com/t/1232481"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/zhuiyun041", 
        "name": "zhuiyun041", 
        "avatar": "https://cdn.v2ex.com/gravatar/369b3500b2497ee6ad9e924d34897c78?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1232461", 
      "title": "\u6211\u73b0\u5728\u5f00\u7684 plus \u8ba2\u9605,\u5468\u989d\u5ea6\u53ea\u5269 7%,\u5982\u679c\u73b0\u5728\u5347\u7ea7\u5230 pro \u8ba2\u9605,\u5468\u989d\u5ea6\u4f1a\u6062\u590d\u5417", 
      "id": "https://www.v2ex.com/t/1232461", 
      "date_published": "2026-08-06T06:19:57+00:00", 
      "content_html": ""
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/94nb", 
        "name": "94nb", 
        "avatar": "https://cdn.v2ex.com/avatar/e60e/6bbe/508218_large.png?m=1786097710"
      }, 
      "url": "https://www.v2ex.com/t/1232443", 
      "date_modified": "2026-08-06T05:45:59+00:00", 
      "content_html": "\u524d\u51e0\u5929\u5c31\u542c\u8bf4\u6062\u590d 5 \u5c0f\u65f6\u9650\u989d\u4e86\uff0c\u4f46\u6211\u5728 macos \u5ba2\u6237\u7aef\u4e0a\u4e00\u76f4\u6ca1\u770b\u89c1\uff0c\u53ea\u663e\u793a\u4e86\u5468\u9650\uff1b<br />\u4eca\u5929\u7528 codex \u804a\u4e86\u4e00\u4e0a\u5348\u7a81\u7136\u62a5\u9519\u4e86\uff0c\u770b\u65e5\u5fd7\u50cf\u662f\u9650\u989d\u4e86\uff0c\u4f46\u5728\u5ba2\u6237\u7aef\u4e0a\u770b\u4e0d\u89c1\u9650\u989d\u548c\u6062\u590d\u65f6\u95f4\uff0c\u4ee5\u524d 5 \u5c0f\u65f6\u9650\u989d\u4e5f\u662f\u6709\u50cf\u5468\u9650\u4e00\u6837\u663e\u793a\u7684\u5440\u3002<br /><br />exceeded retry limit, last status: 429 Too Many Requests, request id: 088daab1-3391-45b5-bde3-d68dcb088ffc", 
      "date_published": "2026-08-06T04:14:03+00:00", 
      "title": "gpt \u4e94\u5c0f\u65f6\u9650\u989d\u5728\u54ea\u770b", 
      "id": "https://www.v2ex.com/t/1232443"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/fallimmortal", 
        "name": "fallimmortal", 
        "avatar": "https://cdn.v2ex.com/gravatar/4421b11e067d886a91a1dd831b847c2b?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1232439", 
      "date_modified": "2026-08-06T05:45:52+00:00", 
      "content_html": "<p>\u6211\u5f00 fast \uff0c \u540c\u65f6 3 \u4e2a\u9879\u76ee\u4e2d\u4e0d\u505c\u7684\u8e6c\uff0c\u4f46\u662f\u6839\u672c\u8e6c\u4e0d\u5b8c\u554a\uff0c\u91cd\u7f6e\u4e00\u4e2a\u6ca1\u7528\u8fc7\u3002\u6211\u6bcf\u5929\u611f\u89c9\u90fd\u7cbe\u75b2\u529b\u5c3d\uff0c \u4f60\u4eec\u90fd\u662f\u600e\u4e48\u7528\u7684\uff1f\u600e\u4e48\u505a\u5230\u80fd\u628a gpt pro 20x \u8e6c\u5b8c\u7684\uff1f</p>\n", 
      "date_published": "2026-08-06T04:01:11+00:00", 
      "title": "200 \u5200\u7684 GPT PRO \u4e00\u4e2a\u4eba\u771f\u7684\u80fd\u8e6c\u5b8c\u5417", 
      "id": "https://www.v2ex.com/t/1232439"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/lm1368", 
        "name": "lm1368", 
        "avatar": "https://cdn.v2ex.com/avatar/1130/a811/727672_large.png?m=1786084579"
      }, 
      "url": "https://www.v2ex.com/t/1232376", 
      "title": "\u4e0a\u5468, \u6211\u540c\u4e8b\u7684\u7f8e\u533a Apple \u62d2\u7edd\u4e86\u4ed6\u7684 ChatGPT \u8ba2\u9605", 
      "id": "https://www.v2ex.com/t/1232376", 
      "date_published": "2026-08-06T02:03:16+00:00", 
      "content_html": "\u548c\u5927\u5bb6\u901a\u8fc7\u7f8e\u533a\u82f9\u679c\u8ba2\u9605 ChatGPT \u7684\u65b9\u5f0f\u4e00\u6837,\u652f\u4ed8\u5b9d\u8d2d\u4e70\u7f8e\u533a\u793c\u54c1\u5361,\u5145\u503c\u5230 app store \u4f59\u989d,\u6700\u540e\u5728 app \u4e0a\u8ba2\u9605.<br /><br />\u6211\u611f\u89c9\u6211\u4e5f\u5feb\u4e86. \u6211\u73b0\u5728\u6839\u672c\u4e0d\u6562\u65ad\u4e86\u4f59\u989d\u5145\u503c.<br /><br />\u542c\u8bf4\u7528\u5b89\u5353\u624b\u673a\u4e0a\u7684 Google pay \u7ed1\u5b9a\u56fd\u5185\u5916\u5e01\u4fe1\u7528\u5361, \u7528 Google pay \u5c31\u53ef\u4ee5\u8ba2\u9605? \u770b\u8d77\u6765\u6d41\u7a0b\u6bd4\u82f9\u679c\u7684\u8981\u7b80\u77ed."
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/my2492", 
        "name": "my2492", 
        "avatar": "https://cdn.v2ex.com/gravatar/a80071a761a22d70457019e297d164b1?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1232341", 
      "title": "\u5404\u4f4d\u7528\u94f6\u884c\u5361\u652f\u4ed8\u7684\u90fd\u7528\u7684\u54ea\u5bb6\u7684\u5361\uff1f", 
      "id": "https://www.v2ex.com/t/1232341", 
      "date_published": "2026-08-06T00:41:39+00:00", 
      "content_html": "\u76ee\u524d\u8fd8\u662f\u7528\u5546\u5e97\u5185\u8d2d\u7684\u65b9\u5f0f\uff0c\u4f46\u662f\u5185\u8d2d\u59cb\u7ec8\u4e0d\u80fd\u89e3\u51b3 api \u8d2d\u4e70\u95ee\u9898\uff0c\u800c\u4e14\u4ee5\u540e\u5185\u8d2d\u4f1a\u4e0d\u4f1a\u628a\u62bd\u6210\u6bd4\u4f8b\u7b97\u7528\u6237\u5934\u4e0a\u4e5f\u4e0d\u597d\u8bf4\uff0c\u8fd8\u662f\u5e0c\u671b\u5f04\u4e00\u4e2a\u6d77\u5916\u94f6\u884c\u8d26\u6237\u3002<br /><br />\u5e38\u89c1\u7684\u865a\u62df\u5361\u57fa\u672c\u4e0a\u5c31\u662f U \u5361\u3001Wise \u3001N26 \u8fd9\u79cd\uff0c\u8fd9\u7c7b\u5361\u636e\u8bf4\u5728\u67d0\u4e9b\u5730\u65b9\u98ce\u63a7\u633a\u4e25\u7684\uff0c\u5bb9\u6613\u8fde\u5750\u5565\u7684\uff0c\u672c\u6765\u60f3\u5f00\u4e2a\u5b9e\u4f53\u5361\uff0c\u501f\u7740\u65c5\u6e38\u7684\u65f6\u5019\u53bb\u5f53\u5730\u94f6\u884c\u95ee\u4e86\u4e0b\u90fd\u4e0d\u7ed9\u6e38\u5ba2\u5f00\u6237\uff0c\u5fc5\u987b\u6709\u5c45\u7559\u6743\u624d\u884c\u3002\u6e2f\u5361\u80fd\u5f00\u4f46\u662f\u4e5f\u7528\u4e0d\u4e86\u3002"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/xyz8899", 
        "name": "xyz8899", 
        "avatar": "https://cdn.v2ex.com/avatar/36a7/6266/367247_large.png?m=1681044139"
      }, 
      "url": "https://www.v2ex.com/t/1232335", 
      "title": "\u571f\u533a\u6da8\u4ef7\u540e\u7b2c\u4e8c\u6b21\u7eed\u8d39\u8fd8\u662f 499\uff0c XDN \u4f60\u4eec\u662f\u5417\uff1f\u4f60\u4eec\u91c7\u7528\u7684\u4ec0\u4e48\u4ed8\u6b3e\u65b9\u5f0f\uff1f", 
      "id": "https://www.v2ex.com/t/1232335", 
      "date_published": "2026-08-05T23:01:38+00:00", 
      "content_html": "<ul>\n<li>Apple \u8ba2\u9605</li>\n<li>Gift Card \u5145\u503c</li>\n</ul>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Acegik", 
        "name": "Acegik", 
        "avatar": "https://cdn.v2ex.com/avatar/e466/5734/778373_large.png?m=1785496150"
      }, 
      "url": "https://www.v2ex.com/t/1232147", 
      "title": "\u6709\u6ca1\u6709\u4eba\u89c9\u5f97 gpt \u592a\u5570\u55e6\uff1f", 
      "id": "https://www.v2ex.com/t/1232147", 
      "date_published": "2026-08-05T00:03:43+00:00", 
      "content_html": "\u7ecf\u5e38\u6293\u7740\u9e21\u6bdb\u849c\u76ae\u7684\u5c0f\u95ee\u9898\u4e0d\u653e\uff0c\u628a\u6211\u5df2\u7ecf\u7406\u89e3\u7684\u4e1c\u897f\u91cd\u590d\u7528\u5b8c\u5168\u6b63\u786e\u7684\u903b\u8f91\u91cd\u65b0\u8bb2\uff0c\u6bcf\u6b21\u90fd\u6d6a\u8d39\u5927\u91cf\u65f6\u95f4\u9605\u8bfb\uff0c\u9605\u8bfb\u5b8c\u53d1\u73b0\u548c\u81ea\u5df1\u7684\u7406\u89e3\u5176\u5b9e\u5dee\u522b\u4e0d\u5927\u3002<br />\u6709\u4eba\u6709\u548c\u6211\u4e00\u6837\u7684\u611f\u53d7\u5417\uff1f"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/bigbigeggs", 
        "name": "bigbigeggs", 
        "avatar": "https://cdn.v2ex.com/gravatar/7aabe467bbf9c6ec2ef7768a102a2798?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1232123", 
      "title": "codex \u6302\u4e86\uff1f", 
      "id": "https://www.v2ex.com/t/1232123", 
      "date_published": "2026-08-04T14:43:20+00:00", 
      "content_html": ""
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/andforce", 
        "name": "andforce", 
        "avatar": "https://cdn.v2ex.com/avatar/5fd5/33c7/136189_large.png?m=1774924642"
      }, 
      "url": "https://www.v2ex.com/t/1232063", 
      "title": "\u96be\u9053\u662f\u4e3a\u4e86 GEO\uff1f\u4e00\u4e2a\u7f51\u7ad9\u653e\u4e86\u4e00\u4e2a openai.json", 
      "id": "https://www.v2ex.com/t/1232063", 
      "date_published": "2026-08-04T09:09:24+00:00", 
      "content_html": "\u524d\u51e0\u5929\uff0c\u6211\u6709\u4e2a\u9700\u6c42\uff0c\u60f3\u83b7\u53d6 ebay \u67d0\u4e9b\u5546\u54c1\u7684\u5386\u53f2\u552e\u51fa\u4ef7\u683c\uff0c<br /><br />\u4ee5\u524d\u662f\u81ea\u5df1\u5199\u7684\u722c\u866b\uff0c\u603b\u662f\u89e6\u53d1 429 \uff0c\u4e8e\u662f\u6211\u5c31\u95ee ChatGPT \uff0c\u770b\u770b\u6709\u6ca1\u6709\u4e09\u65b9 api \u53ef\u4ee5\u7528\uff0c<br /><br />\u7ed3\u679c ChatGPT \u7ed9\u6211\u63a8\u8350\u4e86\u4e00\u4e2a\u7f51\u7ad9\uff1a <a target=\"_blank\" href=\"https://sold-comps.com/\" rel=\"nofollow noopener\">https://sold-comps.com/</a><br /><br />\u786e\u5b9e\u53ef\u4ee5\u7528\uff0c\u5728\u8bbf\u95ee\u8fd9\u4e2a\u7f51\u7ad9\u7684\u6587\u6863\u9875\u9762\u65f6\u5019 <a target=\"_blank\" href=\"https://sold-comps.com/docs\" rel=\"nofollow noopener\">https://sold-comps.com/docs</a> <br /><br />\u6211\u53d1\u73b0\u4e86\u6709\u4e2a\u5165\u53e3\uff1a <a target=\"_blank\" href=\"https://api.sold-comps.com/openapi.json\" rel=\"nofollow noopener\">https://api.sold-comps.com/openapi.json</a><br /><br />\u96be\u9053\u662f\u56e0\u4e3a\u6709\u8fd9\u4e2a\uff0cChatGPT \u624d\u7ed9\u6211\u63a8\u8350\u7684\u5417?<br /><br />\u5982\u679c\u662f\uff0c\u90a3\u611f\u89c9\u53ef\u4ee5\u7ed9\u81ea\u5df1\u7684\u7f51\u7ad9\u4e5f\u4e0a\u5565\uff1f"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/deplives", 
        "name": "deplives", 
        "avatar": "https://cdn.v2ex.com/gravatar/ffca59c5ffc890b3fd7065b5f93bf4ae?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1232056", 
      "title": "OAI \u7684\u5c0f\u4f5c\u6587\uff0c\u7b11\u6b7b\u4e86", 
      "id": "https://www.v2ex.com/t/1232056", 
      "date_published": "2026-08-04T08:53:02+00:00", 
      "content_html": "<a target=\"_blank\" href=\"https://openai.com/index/apple-is-getting-this-wrong/\" rel=\"nofollow noopener\">https://openai.com/index/apple-is-getting-this-wrong/</a>"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/michaeldef8750", 
        "name": "michaeldef8750", 
        "avatar": "https://cdn.v2ex.com/avatar/9745/7ab6/572766_large.png?m=1776300566"
      }, 
      "url": "https://www.v2ex.com/t/1232012", 
      "title": "\u5207\u6362\u4e86 codex \u8d26\u53f7\uff0c\u53d1\u73b0\u65e7\u5bf9\u8bdd\u91cc\u7684\u9879\u76ee\u53ef\u4ee5\u7ee7\u7eed", 
      "id": "https://www.v2ex.com/t/1232012", 
      "date_published": "2026-08-04T07:01:49+00:00", 
      "content_html": "\u524d\u5929 CC \u88ab\u5c01\u540e\u5207\u4e86 GPT<br /><br />\u7ed3\u679c\u571f\u533a 500 TRY PLUS \u4e00\u5468\u7684\u91cf\u4e0d\u5230\u4e00\u5929\u534a\u5c31\u8e6c\u5b8c\u4e86\uff0c\u4f46\u662f\u53c8\u5f97\u7ee7\u7eed\u7528\uff0c\u53c8\u4e0d\u60f3\u5347\u7ea7\uff08\u4e0d\u7136 500TRY \u8001\u8ba2\u9605\u6ca1\u4e86\uff09\u5c31\u5f00\u4e86\u4e2a\u65b0\u53f7\u76f4\u63a5\u7f51\u9875--APPLE PAY \u626b\u7801\u652f\u4ed8\u4e86 100 \u5200\u5f00\u4e86\u4e2a PRO<br /><br />JB 100USD \u6536\u4e86\u6211 74.52GBP<br /><br />\u8111\u6b8b\u4e07\u4e8b\u8fbe\u541e\u4e86 0.7%<br /><br />\u7ed3\u679c\u56de\u5230\u672c\u5730\u9000\u51fa\u8d26\u53f7\u767b\u4fe1\u53f7\u53d1\u73b0\u539f\u6765\u7684\u5bf9\u8bdd\u4fdd\u5b58\u7740\u4e00\u6761\u6ca1\u5c11<br /><br />\u800c\u4e14\u8c8c\u4f3c\u53ef\u4ee5\u76f4\u63a5\u7ee7\u7eed<br /><br />\u4f46\u662f\u4ee5\u9632\u4e07\u4e00\u8fd8\u662f\u53eb GPT \u6838\u5bf9\u4e86\u4e00\u4e0b<br /><br />\u800c\u4e14\u7528\u5230\u73b0\u5728\u4ece\u6765\u6ca1\u6709\u89e6\u53d1\u8fc7\u4ec0\u4e48\u624b\u673a\u53f7\u9a8c\u8bc1<br /><br />\u4e0d\u77e5\u9053\u8fd9\u4e2a\u5224\u5b9a\u6761\u4ef6\u662f\u4ec0\u4e48"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/P013onEr", 
        "name": "P013onEr", 
        "avatar": "https://cdn.v2ex.com/avatar/b59a/fec3/61400_large.png?m=1775809685"
      }, 
      "url": "https://www.v2ex.com/t/1231962", 
      "title": "\u641e\u4e86\u4e2a\u81ea\u52a8\u83b7\u53d6 ChatGPT session \u7684\u5c0f\u73a9\u610f\u513f\uff0c\u4e0e\u4e2d\u8f6c\u7ad9\u914d\u5408\u6709\u5947\u6548", 
      "id": "https://www.v2ex.com/t/1231962", 
      "date_published": "2026-08-04T03:40:58+00:00", 
      "content_html": "\u524d\u60c5\u63d0\u8981\uff1a <a target=\"_blank\" href=\"https://v2ex.com/t/1219969\" rel=\"nofollow noopener\">https://v2ex.com/t/1219969</a><br /><br />\u767b\u5f55\u4e0d\u4e0a codex \uff0c\u4f46\u53c8\u60f3\u7528\u81ea\u5df1\u7684\u8d26\u53f7\u5728 codex \u5e94\u7528\u91cc\uff0c\u7a0d\u5fae vibe \u4e86\u4e00\u4e2a\u5c0f\u73a9\u610f\u513f\uff0c\u80fd\u5728\u5e94\u7528\u91cc\u767b\u5f55\u81ea\u5df1\u7684\u8d26\u53f7\u5e76\u4e14\u57fa\u672c\u4e0d\u4f1a\u51fa\u73b0\u5931\u6548\u540e\u6389\u914d\u7f6e\u3002\u9664\u8fde\u63a5 <a target=\"_blank\" href=\"http://chatgpt.com\" rel=\"nofollow noopener\">chatgpt.com</a> \u5916\u4e0d\u6d89\u53ca\u4e0a\u4f20\u7b49\u7f51\u7edc\u8bf7\u6c42\uff0c\u53ef\u653e\u5fc3\u4f7f\u7528\u3002<br /><a target=\"_blank\" href=\"https://github.com/P013onEr/CodexSessionLauncher\" rel=\"nofollow noopener\">https://github.com/P013onEr/CodexSessionLauncher</a>"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/slation", 
        "name": "slation", 
        "avatar": "https://cdn.v2ex.com/gravatar/a0c383b9b30addbb187cc95a81192ff2?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1231939", 
      "title": "chatgpt \u65e5\u533a\u8ba2\u9605 plus \u73b0\u5728 2860 \u65e5\u5143", 
      "id": "https://www.v2ex.com/t/1231939", 
      "date_published": "2026-08-04T03:01:55+00:00", 
      "content_html": "<p>\u7528 google play \u8ba2\u9605\u8fd8\u662f\u5f88\u4e1d\u6ed1\u5c31\u641e\u5b9a\u4e86</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/sskycn", 
        "name": "sskycn", 
        "avatar": "https://cdn.v2ex.com/avatar/51d9/fe87/117741_large.png?m=1783257267"
      }, 
      "url": "https://www.v2ex.com/t/1231866", 
      "title": "\u91cd\u65b0\u542f\u7528 gskctl, \u4e00\u4e2a\u57fa\u4e8e dsl \u7684\u4ee3\u7801\u751f\u6210\u5de5\u5177", 
      "id": "https://www.v2ex.com/t/1231866", 
      "date_published": "2026-08-03T16:56:46+00:00", 
      "content_html": "<p>\u4e3a\u4e86\u786e\u4fdd\u5199\u51fa\u6765\u7684\u4ee3\u7801\u4e00\u5b9a\u662f\u9ad8\u6548\u7a33\u5b9a\u7684\uff0c\u6211\u91cd\u65b0\u542f\u7528 gskctl \u4e86\u3002</p>\n<p>\u7528 AI \u5199\u6a21\u677f\uff0c\u7528\u5b83\u751f\u6210\u4ee3\u7801\uff0c\u597d\u50cf\u8fd8\u4e0d\u9519\u3002</p>\n<pre><code class=\"language-go\">type UserRepository interface {\n\t// @QueryRow(\"select * from User where Id = :id\")\n\tGetUser(ctx context.Context, id uint64) (User, error)\n\n\t// @Query(\"select U.Id, U.Name, T.Name as TeamName from User as U left join Team as T where U.Active is true and (U.Name like :name or T.Name is null) order by U.Name limit :limit offset :offset\")\n\tListUsers(ctx context.Context, name string, limit int, offset int) ([]ListUsersRow, error)\n\n\t// @Create(\"insert into User (Id, Name, Active) values (:id, :name, true) on conflict (Id) do update set Name = excluded.Name returning *\")\n\tUpsertUser(ctx context.Context, id uint64, name string) (User, error)\n\n\t// @Update(\"update User set Name = coalesce(:name, Name) where Id = :id returning Id, Name\")\n\tRenameUser(ctx context.Context, name string, id uint64) ([]RenameUserRow, error)\n\n\t// @Delete(\"delete from User where Id = :id\")\n\tDeleteUser(ctx context.Context, id uint64) (sql.Result, error)\n}\n</code></pre>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Alwaysonline", 
        "name": "Alwaysonline", 
        "avatar": "https://cdn.v2ex.com/avatar/762d/d577/19959_large.png?m=1723165448"
      }, 
      "url": "https://www.v2ex.com/t/1231851", 
      "title": "\u90a3\u5565\uff0c 20X \u5f00\u6781\u901f\u6a21\u5f0f\u5df2\u8dd1\u5b8c\uff0c\u6700\u8fd1\u5e94\u8be5\u4e0d\u4f1a\u518d\u91cd\u7f6e\u4e86\u5427\uff0c\u53ef\u4ee5\u7528\u91cd\u7f6e\u5361\u4e86\u5417\uff1f", 
      "id": "https://www.v2ex.com/t/1231851", 
      "date_published": "2026-08-03T14:23:55+00:00", 
      "content_html": ""
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/tinx", 
        "name": "tinx", 
        "avatar": "https://cdn.v2ex.com/avatar/3f81/70cb/656604_large.png?m=1712647280"
      }, 
      "url": "https://www.v2ex.com/t/1231781", 
      "title": "codex \u88ab\u5c01\u53f7\u4e86\uff0c 1 \u4e2a\u82f9\u679c\u8d26\u53f7\u53ef\u4ee5\u7ed1\u591a\u4e2a openai \u5417\uff1f\u4e0d\u60f3\u5207\u82f9\u679c\u8d26\u53f7\u6ce8\u518c\u65b0\u7684\u3002", 
      "id": "https://www.v2ex.com/t/1231781", 
      "date_published": "2026-08-03T08:09:21+00:00", 
      "content_html": "chatgpt \u7684\u53f7\u662f\u5f88\u8001\u7684\u53f7\uff0c\u51e0\u5e74\u524d\u5c31\u6ce8\u518c\u4e86\u3002<br />\u6700\u8fd1\u5f00\u7684\u5957\u9910\u662f 200$\uff0c\u7f8e\u533a\u3002<br /><br />\u53ef\u80fd\u662f\u56e0\u4e3a\u5728\u5bb6\u91cc\u548c\u516c\u53f8\u540c\u65f6\u8e6c\uff0c\u51fa\u53e3 ip \u8fd8\u4e0d\u4e00\u6837\u5bfc\u81f4\u5c01\u53f7\u7684\u3002"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/LostPrayers", 
        "name": "LostPrayers", 
        "avatar": "https://cdn.v2ex.com/avatar/8df4/9b0e/457960_large.png?m=1615862501"
      }, 
      "url": "https://www.v2ex.com/t/1231764", 
      "title": "\u73b0\u5728 GPT5.6 sol \u7684\u4e0a\u4e0b\u6587\u957f\u5ea6\u662f\u591a\u5c11\uff0c\u53ef\u4ee5\u6539\u5417\uff1f", 
      "id": "https://www.v2ex.com/t/1231764", 
      "date_published": "2026-08-03T07:25:53+00:00", 
      "content_html": "\u6211\u5728\u7f51\u4e0a\u641c\u5230\u7684\u8bf4 GPT5.6 \u6700\u5927\u652f\u6301 1M \u7684\u4e0a\u4e0b\u6587\uff0c\u90a3\u53ef\u80fd\u662f\u7f51\u9875\u7248\u7684 pro \u561b\uff1f\u7136\u540e\u901a\u8fc7 codex cli \u4f7f\u7528\u53ea\u6709 272K \u4e0a\u4e0b\u6587\u3002<br /><br />\u4f46\u6211\u5b9e\u9645\u4e0a\u4f7f\u7528\u7684\u8bdd\uff0c\u5728 vs code \u63d2\u4ef6\u91cc\u80fd\u770b\u5230\u53ea\u6709 258K \u7684\u4e0a\u4e0b\u6587\u3002<br />\u5728\u505a\u4e00\u4e9b\u5927\u4efb\u52a1\u7684\u65f6\u5019\uff0c\u53ef\u4ee5\u770b\u5230\u8fc7\u4e00\u4f1a\u5c31\u78b0\u5230\u4e0a\u9650\u8981\u538b\u7f29\uff0c\u8fc7\u4e00\u4f1a\u53c8\u8981\u538b\u7f29\u3002\u6240\u4ee5\u6709\u529e\u6cd5\u89e3\u5f00\u8fd9\u4e2a\u9650\u5236\u5417\uff1f\u6211\u7528\u7684\u662f cc-switch \uff0c\u662f\u4e0d\u662f\u5728\u914d\u7f6e\u6587\u4ef6\u91cc\u52a0\u5c31\u884c\u4e86\uff1f<br />\u8981\u6c42\u4e0d\u9ad8\uff0c\u6211\u53ea\u662f\u60f3\u63d0\u9ad8\u5230\u5176\u4ed6\u5e16\u5b50\u7684 353K \u6c34\u5e73\uff0c\u4f46\u662f\u4e0d\u77e5\u9053\u8fd9\u4e9b\u6d88\u606f\u662f\u4e0d\u662f\u8fc7\u65f6\u4e86\uff0c\u73b0\u5728\u6700\u65b0\u7248\u662f\u5565\u60c5\u51b5\uff1f<br />\u6c42\u5404\u4f4d\u4f6c\u6307\u70b9"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/rikiishere", 
        "name": "rikiishere", 
        "avatar": "https://cdn.v2ex.com/gravatar/0609f3ed2239deb09850ee13d66e2f77?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1231721", 
      "date_modified": "2026-08-03T05:54:45+00:00", 
      "content_html": "<p>\u8fd9\u4e2a\u76f8\u5dee\u7684 3 \u662f\u5565\u5440\uff1f\n\u7b2c\u4e00\u6b21\u5199\u7f13\u5b58\uff1a</p>\n<p>{\n\"input_tokens\": 8412,\n\"input_tokens_details\": {\n\"cache_write_tokens\": 8409,\n\"cached_tokens\": 0\n}\n}</p>\n<p>\u7b2c\u4e8c\u3001\u4e09\u6b21\u547d\u4e2d\u7f13\u5b58\uff1a</p>\n<p>{\n\"input_tokens\": 8412,\n\"input_tokens_details\": {\n\"cache_write_tokens\": 0,\n\"cached_tokens\": 8409\n}\n}</p>\n", 
      "date_published": "2026-08-03T05:53:54+00:00", 
      "title": "openai \u7684 cache \u662f\u548b\u8ba1\u7b97\u7684\u5440\uff1f input_tokens=cache_write_tokens+3\uff1f", 
      "id": "https://www.v2ex.com/t/1231721"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/bbdoger", 
        "name": "bbdoger", 
        "avatar": "https://cdn.v2ex.com/gravatar/1038ccb1a6c96280924c85de365dfd5c?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1231706", 
      "title": "\u4e3a\u4e86\u4e70\u5230\u6700\u4fbf\u5b9c\u7684 chatgpt plus \u4f1a\u5458\uff0c\u6211\u505a\u4e86\u4e2a\u5f00\u6e90\u9879\u76ee", 
      "id": "https://www.v2ex.com/t/1231706", 
      "date_published": "2026-08-03T04:40:24+00:00", 
      "content_html": "<h1>\u5206\u4eab\u4e00\u4e2a AI \u8ba2\u9605\u6bd4\u4ef7\u5f00\u6e90\u9879\u76ee\uff1aawesome-OpenPrice</h1>\n<p>\u6700\u8fd1\u4e70\u4e86\u4e0d\u5c11 ChatGPT\u3001Claude\u3001Cursor \u8fd9\u7c7b AI \u8ba2\u9605\uff0c\u53d1\u73b0\u4ef7\u683c\u4fe1\u606f\u975e\u5e38\u5206\u6563\u3002</p>\n<p>\u5b98\u65b9\u8ba2\u9605\u6709\u4e0d\u540c App Store \u5730\u533a\u4ef7\u683c\u3002\u975e\u5b98\u65b9\u6e20\u9053\u53c8\u6709\u65e5\u629b\u53f7\u3001\u6210\u54c1\u53f7\u3001\u4ee3\u5145\u3001Team \u8f66\u4f4d\u7b49\u5404\u79cd\u7c7b\u578b\uff0c\u6bcf\u79cd\u7c7b\u578b\u53c8\u6709\u5404\u79cd\u6e20\u9053\u62a5\u4ef7\uff0c\u8fd9\u4e9b\u62a5\u4ef7\u85cf\u5728\u53d1\u5361\u7f51\u3001QQ \u7fa4\u3001\u7535\u62a5\u7fa4\u91cc\uff0c\u5f88\u96be\u63a5\u89e6\u5230\uff0c\u60f3\u591a\u6e20\u9053\u6bd4\u8f83\u4ef7\u683c\u66f4\u662f\u975e\u5e38\u56f0\u96be\u3002</p>\n<p>\u6240\u4ee5\u505a\u4e86\u4e00\u4e2a\u5f00\u6e90\u9879\u76ee\uff1a<strong><a href=\"https://github.com/bytedoger/awesome-OpenPrice\" rel=\"nofollow\">awesome-OpenPrice</a></strong> \u3002</p>\n<p>\u5b83\u4e3b\u8981\u505a\u4e24\u4ef6\u4e8b\uff1a</p>\n<ul>\n<li>\u6536\u5f55\u5404\u7c7b AI \u8ba2\u9605\u548c\u6570\u5b57\u4ea7\u54c1\u7684\u6e20\u9053\u62a5\u4ef7\uff0c\u65b9\u4fbf\u5728\u4e00\u4e2a\u9875\u9762\u91cc\u5bf9\u4e0a\u767e\u4e2a\u6e20\u9053\u8fdb\u884c\u6bd4\u4ef7</li>\n<li>\u5bf9\u6bd4 App Store \u4e0d\u540c\u5730\u533a\u7684\u5b98\u65b9\u8ba2\u9605\u4ef7\u683c</li>\n</ul>\n<p>\u76ee\u524d\u8986\u76d6\uff1a</p>\n<ul>\n<li>ChatGPT</li>\n<li>Claude</li>\n<li>Cursor</li>\n<li>Grok</li>\n<li>Google / Microsoft \u90ae\u7bb1</li>\n<li>\u63a5\u7801\u3001\u6d77\u5916\u8d26\u53f7\u7b49\u6570\u5b57\u4ea7\u54c1</li>\n</ul>\n<p>\u9879\u76ee\u4f1a\u5b9e\u65f6\u6293\u53d6\u5168\u7f51\u6e20\u9053\u7684\u6700\u65b0\u4ef7\u683c\uff0c\u76ee\u6807\u662f\u505a\u4e00\u4e2a\u516c\u5f00\u900f\u660e\u7684 AI \u8ba2\u9605\u6bd4\u4ef7\u5e73\u53f0\u3002\u5927\u5bb6\u5728\u8d2d\u4e70 AI \u4ea7\u54c1\u65f6\u53ef\u4ee5\u4e0a\u53bb\u6a2a\u5411\u5bf9\u6bd4\u4e00\u4e0b\u4ef7\u683c\uff0c\u4e0d\u8981\u4e70\u8d35\u3002</p>\n<p>GitHub\uff1a<a href=\"https://github.com/bytedoger/awesome-OpenPrice\" rel=\"nofollow\">awesome-OpenPrice</a></p>\n<p>\u6709\u9700\u8981\u53ef\u4ee5\u770b\u770b\uff0c\u89c9\u5f97\u6709\u7528\u4e5f\u6b22\u8fce Star \ud83d\ude18\u3002</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/realkobe", 
        "name": "realkobe", 
        "avatar": "https://cdn.v2ex.com/gravatar/4592494418ea708e10ed3ee602487b45?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1231666", 
      "date_modified": "2026-08-03T03:04:06+00:00", 
      "content_html": "<p><img alt=\"\" class=\"embedded_image\" loading=\"lazy\" referrerpolicy=\"no-referrer\" rel=\"noreferrer\" src=\"https://i.imgur.com/yft0riw.png\"/></p>\n", 
      "date_published": "2026-08-03T03:00:57+00:00", 
      "title": "\u4e24\u4e2a GPT \u8d26\u53f7\uff0c\u8fd9\u662f\u4ec0\u4e48\u60c5\u51b5\uff1f", 
      "id": "https://www.v2ex.com/t/1231666"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/calvinHxx", 
        "name": "calvinHxx", 
        "avatar": "https://cdn.v2ex.com/avatar/891f/c90e/499149_large.png?m=1785720807"
      }, 
      "url": "https://www.v2ex.com/t/1231618", 
      "title": "gpt \u7684\u65b0\u9080\u8bf7\u62c9\u65b0\u6d3b\u52a8\u6709\u4eba\u8bd5\u6c34\u8fc7\u561b\uff1f", 
      "id": "https://www.v2ex.com/t/1231618", 
      "date_published": "2026-08-03T01:36:00+00:00", 
      "content_html": "<p>\u6bcf\u6708 3 \u6b21\u673a\u4f1a,\u62c9\u65b0\u6210\u529f\u9001 500 \u4fe1\u7528\u989d\u5ea6\u3002</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/kyssion", 
        "name": "kyssion", 
        "avatar": "https://cdn.v2ex.com/gravatar/436e6a4289e405d47f890238b000898b?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1231591", 
      "title": "\u4e2d\u4e13\u7ad9\u53f7\u6c60\u7684\u7591\u60d1", 
      "id": "https://www.v2ex.com/t/1231591", 
      "date_published": "2026-08-02T19:34:05+00:00", 
      "content_html": "<p>\u6700\u8fd1\u5927\u6a21\u578b\u7528\u7684\u592a\u591a\u4e86\u3002\u60f3\u7740\u600e\u4e48\u80fd\u4fbf\u5b9c\u70b9\u3002\u7136\u540e\u53d1\u73b0\u6709\u4e86\u4e2d\u8f6c\u7ad9\u8fd9\u4e2a\u4e1c\u897f\u3002\n\u7814\u7a76\u4e86\u4e0b\u662f\u53f7\u6c60\u7136\u540e\u5171\u4eab\u989d\u5ea6\u5565\u7684\u3002\n\u6211\u5c31\u6709\u4e2a\u7591\u60d1\u4e86\uff0c\u4e0b\u6e38\u7684\u6a21\u578b\u5382\u5546\u5982\u679c\u6309\u7167\u4f7f\u7528\u91cf\u6263\u8d39\u800c\u4e0d\u662f\u6309\u7167\u8ba2\u9605\u7684\u6a21\u578b\u9884\u5206\u914d\uff0c\u4e0d\u5c31\u5f7b\u5e95\u65ad\u4e86\u53f7\u6c60\u5171\u4eab\u8fd9\u79cd\u6a21\u5f0f\u4e86\u5417\uff1f\u7136\u540e\u518d\u641e\u4e2a\u65b0\u8d26\u53f7\u4e0d\u8d60\u9001\u989d\u5ea6\uff0c\u76f4\u63a5\u4e2d\u8f6c\u90fd GG \u3002</p>\n<p>\u8fd9\u4e2a\u8ba2\u9605\u7684\u6a21\u578b\u6211\u6ca1\u60f3\u660e\u767d\u4e3a\u5565\u8981\u641e\u8fd9\u4e2a\uff0c\u90fd\u5728\u6000\u7591\uff0c\u662f\u4e0d\u662f\u6a21\u578b\u5382\u5546\u538b\u6839\u5c31\u662f\u7559\u4e86\u4e2a\u53e3\u5b50\u7ed9\u4e2d\u8f6c\u7ad9\u3002\u6240\u4ee5\u6545\u610f\u6ca1\u6709\u8fd9\u4e48\u641e\u4e86\u3002</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/gdw1986", 
        "name": "gdw1986", 
        "avatar": "https://cdn.v2ex.com/avatar/0d34/713e/304279_large.png?m=1723516886"
      }, 
      "url": "https://www.v2ex.com/t/1231550", 
      "title": "\u53d1\u73b0\u6211\u7684 gpt \u8d26\u53f7\u6709\u4e2a\u514d\u8d39\u8bd5\u7528 Plus", 
      "id": "https://www.v2ex.com/t/1231550", 
      "date_published": "2026-08-02T10:08:45+00:00", 
      "content_html": "<p>\u6211\u8fd8\u7279\u610f\u641e\u4e86\u683c\u9c81\u5409\u4e9a\u7684 Bybit \u5361\uff0c\u60f3\u5728\u9875\u9762\u4e0a\u7528\u90a3\u4e2a\u76f4\u63a5\u8ba2\u9605\u90a3\u4e2a\u514d\u8d39\u8bd5\u7528 plus \uff0c\u4f46\u662f\u586b\u5b8c\u8d26\u5355\u5730\u5740\uff08\u7f8e\u56fd\u514d\u7a0e\u5dde\u7684\uff09\u7528 bybit \u5361\u4e00\u76f4\u63d0\u793a\u4ed8\u6b3e\u672a\u83b7\u6279\u51c6\uff0c\u8fd9\u4e2a\u662f\u56e0\u4e3a\u68af\u5b50\uff1f\u6211\u6302\u7684\u7f8e\u56fd\u5730\u5740\u5f00\u4e86\u5168\u5c40\uff0c\u4f46\u662f\u4e0d\u662f\u5bb6\u5bbd\u7684</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/xuanp1985", 
        "name": "xuanp1985", 
        "avatar": "https://cdn.v2ex.com/avatar/492a/376b/45239_large.png?m=1782453710"
      }, 
      "url": "https://www.v2ex.com/t/1231537", 
      "title": "win \u7cfb\u7edf\u4e0b codexcli \u5728 vscode \u542f\u52a8\u7684\u7ec8\u7aef\u4e2d\u65e0\u6cd5\u901a\u8fc7\u6eda\u8f6e\u67e5\u770b\u6d88\u606f\u8bb0\u5f55\u7684\u4fee\u590d\u5f00\u6e90\u5206\u652f", 
      "id": "https://www.v2ex.com/t/1231537", 
      "date_published": "2026-08-02T07:30:17+00:00", 
      "content_html": "<p>\u5728 win \u5e73\u53f0\u4f7f\u7528\u4ee5 vscode \u4e3a\u57fa\u7840\u7684\u4e8c\u5f00 ide \u7684\u65f6\u5019\u542f\u52a8 ide \u5185\u7684 terminal \u8fd0\u884c codexcli \u65f6\u6709 codexcli \u7684 tui \u8986\u76d6\u5bcc\u6587\u672c\u6eda\u8f6e\u89c4\u5219\u5bfc\u81f4\u6eda\u8f6e\u65e0\u6cd5\u76f4\u63a5\u6eda\u52a8\u67e5\u770b\u6d88\u606f\u7684\u95ee\u9898\u3002\n\u9488\u5bf9\u4e0a\u8ff0\u95ee\u9898\u505a\u4e86\u4e00\u4e2a\u4fee\u590d\u7248\u672c\u5206\u652f\u5e76\u5f00\u6e90\n\u5f00\u6e90\u4ed3\u5e93\u5730\u5740\uff1aGitHub\uff1a <a href=\"https://github.com/Little-Z7/codex-cursor-rich\" rel=\"nofollow\">https://github.com/Little-Z7/codex-cursor-rich</a>\nRelease\uff1a <a href=\"https://github.com/Little-Z7/codex-cursor-rich/releases/tag/v0.146.0-cursor.1\" rel=\"nofollow\">https://github.com/Little-Z7/codex-cursor-rich/releases/tag/v0.146.0-cursor.1</a> </p>\n<p>\u9879\u76ee\u7b80\u4ecb\uff1a</p>\n<p>\u2022 ##  [\u5f00\u6e90]  codex-cursor-rich</p>\n<p>\u89e3\u51b3 Codex \u5728 Cursor/VS Code \u7684 WSL \u7ec8\u7aef\u4e2d\u65e0\u6cd5\u7528\u6eda\u8f6e\u56de\u770b\u5386\u53f2\u7684\u95ee\u9898\u3002</p>\n<ul>\n<li>\u4fdd\u7559\u989c\u8272\u3001Markdown \u3001\u4ee3\u7801\u5757\u7b49\u5bcc\u6587\u672c\u6837\u5f0f</li>\n<li>\u652f\u6301\u9f20\u6807\u6eda\u8f6e\u67e5\u770b\u5386\u53f2\u8f93\u51fa</li>\n<li>\u4e0d\u8986\u76d6\u5b98\u65b9 codex</li>\n<li>\u76f8\u5173\u6d4b\u8bd5 86/86 \u901a\u8fc7</li>\n</ul>\n<p>\u5b89\u88c5\u540e\u8fd0\u884c\uff1a</p>\n<p>codex-cursor-rich</p>\n<p>GitHub\uff1a <a href=\"https://github.com/Little-Z7/codex-cursor-rich\" rel=\"nofollow\">https://github.com/Little-Z7/codex-cursor-rich</a>\nRelease\uff1a <a href=\"https://github.com/Little-Z7/codex-cursor-rich/releases/tag/v0.146.0-cursor.1\" rel=\"nofollow\">https://github.com/Little-Z7/codex-cursor-rich/releases/tag/v0.146.0-cursor.1</a></p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/voidGhost", 
        "name": "voidGhost", 
        "avatar": "https://cdn.v2ex.com/avatar/4591/5ed1/592401_large.png?m=1779412251"
      }, 
      "url": "https://www.v2ex.com/t/1231400", 
      "date_modified": "2026-08-01T03:46:07+00:00", 
      "content_html": "<a target=\"_blank\" href=\"https://x.com/thsottiaux/status/2083395449814229287\" rel=\"nofollow noopener\">https://x.com/thsottiaux/status/2083395449814229287</a><br /><br /><a target=\"_blank\" href=\"https://i.imgur.com/1vFk7Ai.png\" rel=\"nofollow noopener\" target=\"_blank\"><img src=\"https://i.imgur.com/1vFk7Ai.png\" class=\"embedded_image\" rel=\"noreferrer\"></a>", 
      "date_published": "2026-08-01T03:40:39+00:00", 
      "title": "Codex \u91cd\u7f6e\uff0c 2026.08.01 11:30", 
      "id": "https://www.v2ex.com/t/1231400"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/vultr", 
        "name": "vultr", 
        "avatar": "https://cdn.v2ex.com/gravatar/7ee92fc40a6c8ab3e4ebba24675b6e8e?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/1231353", 
      "date_modified": "2026-07-31T15:48:38+00:00", 
      "content_html": "<p>\u6bcf\u6b21\u5728\u989d\u5ea6\u5feb\u8981\u7528\u5b8c\u7684\u65f6\u5019\uff0c\u6211\u90fd\u7ed9\u5b83\u4e00\u4e2a\u8d85\u5927\u7684\u4efb\u52a1\uff0c\u5c31\u7b97\u989d\u5ea6\u4e3a 0, \u5b83\u4e5f\u4e0d\u4f1a\u505c\uff0c\u4e00\u76f4\u5904\u7406\u5230\u5b8c\u6210\u3002</p>\n", 
      "date_published": "2026-07-31T15:48:04+00:00", 
      "title": "GPT PRO \u798f\u5229", 
      "id": "https://www.v2ex.com/t/1231353"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/andforce", 
        "name": "andforce", 
        "avatar": "https://cdn.v2ex.com/avatar/5fd5/33c7/136189_large.png?m=1774924642"
      }, 
      "url": "https://www.v2ex.com/t/1231345", 
      "title": "\u6211\u9760\uff0c\u76f4\u63a5\u8ddf Live \u6a21\u578b\u8bed\u97f3\u5bf9\u8bdd\uff0c\u6307\u6325 Codex \u5199\u4ee3\u7801\u592f\u7206\u4e86\uff0c\u5927\u5bb6\u8d76\u7d27\u8bd5\u8bd5", 
      "id": "https://www.v2ex.com/t/1231345", 
      "date_published": "2026-07-31T14:22:36+00:00", 
      "content_html": "\u5c31\u662f\u6253\u5f00 ChatGPT \uff0c<br /><br />\u7136\u540e\u53ef\u4ee5\u8ddf Live \u6a21\u578b\u8bed\u97f3\u804a\u5929\uff0c<br />\u8fd9\u73a9\u610f\u592a\u725b\u903c\u4e86\uff0c\u611f\u89c9\u8ddf\u8d3e\u7ef4\u65af\u4e00\u6837"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/blank0ken", 
        "name": "blank0ken", 
        "avatar": "https://cdn.v2ex.com/avatar/d59d/2d58/102853_large.png?m=1786093551"
      }, 
      "url": "https://www.v2ex.com/t/1231288", 
      "date_modified": "2026-07-31T08:36:49+00:00", 
      "content_html": "<p>\u6709\u4ec0\u4e48\u65b0\u7684\u6d88\u606f\u5417\uff1f\u56e0\u4e3a\u6211\u672c\u6765\u89c9\u5f97\u6539\u56de 5h limit \u7684\u65f6\u5019\uff0c\u5927\u6982\u4f1a\u987a\u4fbf\u91cd\u7f6e\uff0c\u7ed3\u679c\u9650\u5236\u6ca1\u6765\uff0c\u91cd\u7f6e\u4e5f\u6ca1\u6765\u2026\u2026</p>\n", 
      "date_published": "2026-07-31T08:36:01+00:00", 
      "title": "\u4e0d\u662f\u8bf4\u8fd9\u4e24\u5929 codex \u8981\u6062\u590d 5h limit \u5417\uff0c\u7ed3\u679c\u4e00\u76f4\u6ca1\u7b49\u5230\uff1f", 
      "id": "https://www.v2ex.com/t/1231288"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/antiblahblah", 
        "name": "antiblahblah", 
        "avatar": "https://cdn.v2ex.com/avatar/f26d/55eb/218406_large.png?m=1770729670"
      }, 
      "url": "https://www.v2ex.com/t/1231266", 
      "title": "\u6c42 OpenAI Atlas \u6d4f\u89c8\u5668\u66ff\u4ee3\u54c1", 
      "id": "https://www.v2ex.com/t/1231266", 
      "date_published": "2026-07-31T07:44:53+00:00", 
      "content_html": "<p>\u4e00\u76f4\u5728\u7528\uff0c\u4f46 8 \u6708 9 \u53f7\u540e OpenAI \u5c31\u4e0d\u8ba9\u7528\u4e86\u3002\n\u6c42\u66ff\u4ee3\u54c1\uff0c\u8c22\u8c22\uff01</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/dryadent", 
        "name": "dryadent", 
        "avatar": "https://cdn.v2ex.com/avatar/6348/78d8/145308_large.png?m=1778558535"
      }, 
      "url": "https://www.v2ex.com/t/1231196", 
      "title": "codex \u5982\u4f55\u8ba9\u5176\u66f4\u597d\u7684\u603b\u7ed3\u5b58\u50a8\u8bb0\u5fc6", 
      "id": "https://www.v2ex.com/t/1231196", 
      "date_published": "2026-07-31T04:17:53+00:00", 
      "content_html": "<p>\u76ee\u524d\u9ad8\u5f3a\u5ea6\u4f7f\u7528 codex \uff0c\u4f46\u662f\u611f\u89c9\u5b83\u7684\u8bb0\u5fc6\u4e0d\u592a\u597d\u4f7f\uff0c\u6709\u6ca1\u6709\u4ec0\u4e48\u8bb0\u5fc6\u76f8\u5173\u7684\u63d2\u4ef6\u53ef\u4ee5\u8f85\u52a9\u7684\uff1b\u770b\u8fc7 Hermes \u7684\uff0c\u8fd9\u4e2a\u592a\u8d39 token \u4e86\uff0c\u4e0d\u8003\u8651</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/haoduo", 
        "name": "haoduo", 
        "avatar": "https://cdn.v2ex.com/avatar/6091/5ee5/624122_large.png?m=1785469409"
      }, 
      "url": "https://www.v2ex.com/t/1231188", 
      "title": "OpenAI \u5927\u964d\u4ef7\uff0c API \u8d26\u5355\u600e\u4e48\u89e3\u51b3\u652f\u4ed8\u95ee\u9898", 
      "id": "https://www.v2ex.com/t/1231188", 
      "date_published": "2026-07-31T03:45:23+00:00", 
      "content_html": "<p>\u4e4b\u524d\u7528\u7684 DeepSeek V4Pro \uff0c\u73b0\u5728\u60f3\u6362\u6210\u4e86 OpenAI \uff0c\u5361\u5728 API \u8d26\u5355\uff0c\u8bd5\u4e86\u597d\u51e0\u5f20\u5361\u90fd\u88ab\u62d2\u7edd\u4e86\uff0cV \u53cb\u4eec\u600e\u4e48\u89e3\u51b3\u7684</p>\n<table>\n<thead>\n<tr>\n<th>\u6a21\u578b</th>\n<th>\u8f93\u5165\uff08\u65e7 \u2192 \u65b0\uff09</th>\n<th>\u7f13\u5b58\u8f93\u5165\uff08\u65e7 \u2192 \u65b0\uff09</th>\n<th>\u8f93\u51fa\uff08\u65e7 \u2192 \u65b0\uff09</th>\n<th>\u964d\u5e45</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>GPT-5.6 Luna</strong>\uff08\u6700\u5feb\u3001\u6700\u4fbf\u5b9c\uff09</td>\n<td>$1.00 \u2192 **$0.20**</td>\n<td>$0.10 \u2192 **$0.02**</td>\n<td>$6.00 \u2192 **$1.20**</td>\n<td><strong>80%</strong></td>\n</tr>\n<tr>\n<td><strong>GPT-5.6 Terra</strong>\uff08\u5747\u8861\u65e5\u5e38\uff09</td>\n<td>$2.50 \u2192 **$2.00**</td>\n<td>$0.25 \u2192 **$0.20**</td>\n<td>$15.00 \u2192 **$12.00**</td>\n<td><strong>20%</strong></td>\n</tr>\n<tr>\n<td><strong>GPT-5.6 Sol</strong>\uff08\u65d7\u8230\uff09</td>\n<td>$5.00 \uff08\u4e0d\u53d8\uff09        | $0.50 \uff08\u4e0d\u53d8\uff09</td>\n<td>$30.00 \uff08\u4e0d\u53d8\uff09</td>\n<td>\u65e0</td>\n<td></td>\n</tr>\n</tbody></table>"
    }
  ]
}