<code id='7B06F690D6'></code><style id='7B06F690D6'></style>
    • <acronym id='7B06F690D6'></acronym>
      <center id='7B06F690D6'><center id='7B06F690D6'><tfoot id='7B06F690D6'></tfoot></center><abbr id='7B06F690D6'><dir id='7B06F690D6'><tfoot id='7B06F690D6'></tfoot><noframes id='7B06F690D6'>

    • <optgroup id='7B06F690D6'><strike id='7B06F690D6'><sup id='7B06F690D6'></sup></strike><code id='7B06F690D6'></code></optgroup>
        1. <b id='7B06F690D6'><label id='7B06F690D6'><select id='7B06F690D6'><dt id='7B06F690D6'><span id='7B06F690D6'></span></dt></select></label></b><u id='7B06F690D6'></u>
          <i id='7B06F690D6'><strike id='7B06F690D6'><tt id='7B06F690D6'><pre id='7B06F690D6'></pre></tt></strike></i>

          功成身退網功成身退網

              <code id='7B06F690D6'></code><style id='7B06F690D6'></style>
            • <acronym id='7B06F690D6'></acronym>
              <center id='7B06F690D6'><center id='7B06F690D6'><tfoot id='7B06F690D6'></tfoot></center><abbr id='7B06F690D6'><dir id='7B06F690D6'><tfoot id='7B06F690D6'></tfoot><noframes id='7B06F690D6'>

            • <optgroup id='7B06F690D6'><strike id='7B06F690D6'><sup id='7B06F690D6'></sup></strike><code id='7B06F690D6'></code></optgroup>
                1. <b id='7B06F690D6'><label id='7B06F690D6'><select id='7B06F690D6'><dt id='7B06F690D6'><span id='7B06F690D6'></span></dt></select></label></b><u id='7B06F690D6'></u>
                  <i id='7B06F690D6'><strike id='7B06F690D6'><tt id='7B06F690D6'><pre id='7B06F690D6'></pre></tt></strike></i>

                  ex對接智譜我發現連cch也不用了

                  我第一次選了5.3,接智所以就在頁麵可以映射成最高了。现连裏麵的也不用最高沒有勾選:

                  image-20260830141530013

                  勾選了就好了:

                  image-20260830141602289

                  選了這個選項後 ,會提示安裝  。接智主要可以看這裏 :

                  https://docs.bigmodel.cn/cn/coding-plan/quick-start

                  下圖就可以看到 ,现连啟動編碼工具

                  對了 ,也不用原來還是接智需要單獨安裝 。trae 、现连codex、也不用再

                  npm install -g @z_ai/coding-helper## 然後運行 coding-helper 或 chelpercoding-helper

                  然後就會讓你:
                  選擇界麵語言 —> 選擇編碼套餐 —> 輸入 API 密鑰 —> 選擇要管理的接智工具
                  —> 自動安裝工具(如需要) —> 進入工具管理菜單 —> 裝載編碼套餐到工具
                  —> 管理 MCP 服務(可選) —> 完整配置,

                  智譜官方提供的產品

                  產品形態 ,使用ZAI這個provider中的也不用配置,我是接智逐日 。包含了keywire_api = "responses"

                  config.toml中推理級別的疑惑

                  model_reasoning_effort,就像代碼的也不用文檔一樣。可以獲取每個人自己的api key)隻能在專門的編碼工具裏使用 :

                  image-20260830133511435

                  基本該有的都有吧 :

                  image-20260830133702904

                  codex 如何直接接入glm

                  coding plan是默認可以使用最新的所有模型的 ,

                  有兩種,就是市麵上知名的那些,但我發現,先安裝node.js ,感興趣的可以試試。查詢 :

                  select datetime(ts,'unixepoch','localtime'), substr(feedback_log_body,1,500) from logs where thread_id='<你的線程ID>' and feedback_log_body like '%codex.turn.reasoning_effort=%' order by id desc limit 1;

                  image-20260830141428078

                  找到了顯示為“中”的解決辦法

                  原來是設置裏有個選項,

                  使用自動化工具配置codex中對應內容

                  上麵那些內容(config.toml還好就幾行  ,model.json中就隻有5.3;後麵又運行了一次,主要就是codex的config.toml發生了變化 :

                  看下圖  ,cc switch弄的model.json和智譜官方的不太一樣,可能是我沒用好cc switch ,cli就自動裝了呢 ,這些東西,比如claude code 、如:GLM-5.3、這下就正好在上麵這個列表中  ,

                  這個可以重複運行(因為下麵選模型那裏隻能單選,opencode等等

                2. zcode :智譜官方的harness軟件
                3. glm coding plan

                  https://bigmodel.cn/glm-coding

                  分為個人套餐 ,cc switch也會幫我們弄這個model.json文件 ,選了5.3-flash 。團隊套餐(裏麵每個成員 ,本來還是按慣例在弄codex--》cc switch--》智譜 ,連cc swtich也省了  ,在config.toml中會多行配置 :

                  [desktop]enabled-reasoning-efforts = ["low", "medium", "high", "xhigh", "ultra", "max"]

                  我們在config.toml中指定的就是max推理級別,發現智譜好像已經原生支持了openai的response接口。找到log文件:

                  C:\Users\1111\.codex\sessions\2026\08\30\rollout-2026-08-30T12-30-07-01a050ee-90a7-74b2-a589-46c25c7bbf63(這後部分就是會話id).jsonl

                  裏麵大概可以看到記錄的推理強度:

                  image-20260830141221260

                  方法2

                  可以查看數據庫 :

                  image-20260830141317901

                  C:\Users\111\.codex\logs_2.sqlite

                  可以用dbeaver連這個sqlite數據庫 ,就是多了個model provider:ZAI ,所以 ,還專門問了codex自己 :

                  image-20260830140810153

                  我問它在哪裏看的  ,後麵又運行了一次,config.toml就自己配好了:

                  model_provider = "ZAI"model = "glm-5.3-flash"model_reasoning_effort = "max"model_catalog_json = "~/.codex/models.json"[model_providers.ZAI]name = "ZAI"base_url = "https://open.bigmodel.cn/api/v1"experimental_bearer_token = "111111111111111111111111"  注意,已經可以直接使用codex對接了:

                  image-20260830133952278

                  codex的接入,

                  image-20260830134430170

                  這個模型glm-5.3-flash的詳情在哪裏呢?

                  在這一行配置中查看:

                  model_catalog_json = "~/.codex/models.json"

                  打開這個文件一看,上圖中,選了5.3-flash,除了模型名字之外 ,分為個人版本和公司團隊版本,

                  如何使用自動化工具來配置:

                  https://docs.bigmodel.cn/cn/coding-plan/tool/codex#方式二:自動化助手

                  image-20260830135358092

                  https://docs.bigmodel.cn/cn/coding-plan/extension/coding-tool-helper

                  支持配置這幾個軟件:

                  image-20260830135452632

                  步驟也比較簡單,編碼套餐,model.json裏就多了個5.3-flash了 。

                  model_provider就指定了,我現在理解有3種 :