ZeroOne 繁體中文技術部落格

Cloudflare AI Search 模型怎麼選?六個 Workers AI 新增模型與 context 整理
Cloudflare AI Search 在 2026 年 8 月新增六個 Workers AI 文字生成模型。本文整理 model ID、context window、provider key、Dashboard/API 選擇方式,並分清生成、embedding 與 reranking 的用途。
1545 字
|
8 分鐘
Cover Image of the Post
Codex mcp-server 已棄用怎麼辦?改用 app-server 與 Claude Code Plugin
OpenAI 已將 Codex 的 mcp-server 指令標為 deprecated。本文整理 app-server、stdio/WebSocket、JSON-RPC 初始化流程,以及 Claude Code Plugin 的安裝邊界,協助既有整合安全遷移,不把 CI 與 rich client 混用。
1482 字
|
7 分鐘
Cover Image of the Post
Docker Compose type: image 出現 No such image?先升級 Compose 5.5.0
Docker Compose 的 type: image volume 在 containerd image store 可能出現 No such image: sha256。本文拆解 image mount、digest 與 Compose 5.5.0 修正,附上版本檢查、最小重現與升級後回歸清單。
1432 字
|
7 分鐘
Cover Image of the Post
OpenAI Assistants API 已棄用怎麼辦?Responses API 遷移檢查表
OpenAI 官方文件已將 Assistants API 標為 deprecated,並寫明 2026 年 8 月 26 日關閉。本文用 Assistants、Threads、Runs 對照 Prompts、Conversations、Responses,整理資料、工具與 rollout 遷移步驟。
1533 字
|
8 分鐘
Cover Image of the Post
CSS text-wrap 怎麼選?用 balance、pretty、stable 控制換行
CSS text-wrap 不只是 wrap 與 nowrap;balance 適合短標題、pretty 適合較長段落、stable 則針對 contenteditable 的編輯穩定性。本文整理相容性、效能與可直接套用的 CSS 範例。
1541 字
|
8 分鐘
Cover Image of the Post
GitHub Copilot Customize 怎麼用?Skills、MCP、Plugins 與 Canvas
GitHub Copilot app 的 Customize tab 已正式推出,能集中管理 Skills、MCP servers、Plugins 與 Canvas。本文說明自動可用的設定、安裝前的信任檢查、企業治理與可回溯驗證流程。
1456 字
|
7 分鐘
Cover Image of the Post
GitHub Push Rulesets 路徑例外怎麼設?限制檔案又保留必要例外
GitHub Push Rulesets 的 Restrict file paths 與 Restrict file size 現在支援 path exceptions。本文用實際 pattern 說明如何限制敏感檔案、保留必要例外、驗證 fnmatch 與建立可審查的推送政策。
1446 字
|
7 分鐘
Cover Image of the Post
pnpm ERR_PNPM_INVALID_PROXY 怎麼修?先清掉空的代理設定
pnpm 出現 ERR_PNPM_INVALID_PROXY 且錯誤值是空字串時,問題通常在 HTTP_PROXY、HTTPS_PROXY 或 pnpm-workspace.yaml 的代理設定。本文整理安全清除、有效 URL、pnpm 12 修正版本與 CI 驗證流程。
1198 字
|
6 分鐘
Cover Image of the Post