2026 年 4 月新聞檔案

本檔案保留 2026 年 4 月的精選新聞與舊聞,依日期由新到舊排列,方便學生回查每日更新脈絡。

本月每日檔案

  • archives/2026-04-30.html — 2026-04-30 每日新聞檔案開啟
  • archives/2026-04-29.html — 2026-04-29 每日新聞檔案開啟
  • archives/2026-04-28.html — 2026-04-28 每日新聞檔案開啟
  • archives/2026-04-27.html — 2026-04-27 每日新聞檔案開啟
  • archives/2026-04-26.html — 2026-04-26 每日新聞檔案開啟
  • archives/2026-04-25.html — 2026-04-25 每日新聞檔案開啟
  • archives/2026-04-24.html — 2026-04-24 每日新聞檔案開啟
  • archives/2026-04-23.html — 2026-04-23 每日新聞檔案開啟
  • archives/2026-04-20.html — 2026-04-20 每日新聞檔案開啟
  • archives/2026-04-19.html — 2026-04-19 每日新聞檔案開啟
  • archives/2026-04-18.html — 2026-04-18 每日新聞檔案開啟
  • archives/2026-04-17.html — 2026-04-17 每日新聞檔案開啟
  • archives/2026-04-16.html — 2026-04-16 每日新聞檔案開啟
  • archives/2026-04-15.html — 2026-04-15 每日新聞檔案開啟
  • archives/2026-04-14.html — 2026-04-14 每日新聞檔案開啟
  • archives/2026-04-13.html — 2026-04-13 每日新聞檔案開啟
  • archives/2026-04-12.html — 2026-04-12 每日新聞檔案開啟

2026-04-30 中文精選

2026-04-30 · OpenClaw 官方 Release

OpenClaw 2026.4.27 把 Codex Computer Use、DeepInfra provider 與 QQBot / Yuanbao 通道一起推進主線

這版最適合工程學生拆成「工具接管、provider 佈署、訊息通道」三層:Codex Computer Use 不只多了安裝與狀態指令,還補了 fail-closed MCP 檢查;DeepInfra 讓模型、TTS、embeddings 與媒體生成一起進入 provider 清單;QQBot / Yuanbao 則把 agent 從單一 CLI 拉向更多實際通道。

查看來源(OpenClaw 官方 Release)→
2026-04-30 · OpenClaw 官方 Commit

OpenClaw 新增 bundled plugin deps repair command,讓外掛依賴修補可直接變成課堂或 CI 的固定步驟

這筆 commit 很適合拿來談可維護性:當 plugin 依賴散落在不同 bundle,若沒有明確 repair 指令,教室電腦、Docker 映像或 CI runner 很難快速恢復一致狀態。把修補流程做成正式命令,也更容易寫成健康檢查與操作文件。

查看來源(OpenClaw 官方 Commit)→
2026-04-30 · Hermes Agent 官方 Commit

Hermes Agent 讓 TUI 的 /details 全域模式持久化 detail sections,避免重開後 UI 狀態與設定不同步

這則更新適合課堂上談 UI 狀態管理:如果 slash command 已把細節模式改成全域設定,重開後卻又回到內建區段預設,使用者就會以為系統「記住了模式、卻沒記住內容」。這是很典型的設定同步與可預期性問題。

查看來源(Hermes Agent 官方 Commit)→
2026-04-30 · Hermes Agent 官方 Commit

Hermes Agent 把 ComfyUI 技能移入 built-in creative skills,讓影像工作流教材不必再先找 optional skill

這筆變更很適合拿來談「技能是否屬於核心學習面」:當 ComfyUI 從 optional 移到 built-in,代表創作型工具鏈不再只是附屬範例,而是 agent 課程可直接討論的正式能力面。對工程學生來說,這也提醒你要一起看 skill discovery、分類與預設可用性。

查看來源(Hermes Agent 官方 Commit)→
2026-04-30 · TechCrunch

TechCrunch 指出 Google Cloud AI 需求已把雲端成長推過 200 億美元季度營收,但容量仍成瓶頸

這則外部消息很適合補上基礎設施視角:agent 工作流看起來像 prompt 與 tool 的問題,但一旦模型供給受限,推論延遲、部署節奏、地區可用性與成本控制都會被反向影響。做專題時可把「功能設計」和「算力供應」一起討論。

查看來源(TechCrunch)→

2026-04-30 English Selected News

2026-04-30 · OpenClaw Official Release

OpenClaw 2026.4.27 brings Codex Computer Use, DeepInfra as a bundled provider, and QQBot / Yuanbao channel expansion into the mainline release

This release is a strong teaching case in three layers: tool control, provider packaging, and channel expansion. Codex Computer Use now ships with install/status commands plus fail-closed MCP checks; DeepInfra enters the provider set with model discovery, TTS, embeddings, and media paths; and QQBot / Yuanbao show how quickly an agent platform moves beyond a single CLI surface.

Source(OpenClaw Official Release) →
2026-04-30 · OpenClaw Official Commit

OpenClaw adds a bundled plugin dependency repair command so broken plugin stacks can be restored as a repeatable classroom or CI step

This commit is useful for teaching maintainability: once plugin dependencies are spread across bundles, recovery should not depend on tribal knowledge. A first-class repair command makes it easier to write health checks, lab instructions, and container recovery flows that return the platform to a known-good state.

Source(OpenClaw Official Commit) →
2026-04-30 · Hermes Agent Official Commit

Hermes Agent now persists TUI /details global-mode sections so reopened sessions do not drift back to built-in defaults

This is a clean classroom case for UI state management: if a slash command says the detail mode is global, but reopening the interface silently restores built-in sections, the system keeps the mode flag while losing the user’s real expectation. The fix highlights why configuration sync must preserve both intent and visible state.

Source(Hermes Agent Official Commit) →
2026-04-30 · Hermes Agent Official Commit

Hermes Agent moves the ComfyUI skill into the built-in creative set, making image-workflow study part of the default skills surface

This change is a compact teaching prompt about what counts as a core capability. Once ComfyUI moves from optional to built-in, creative tooling is no longer just an extra demo path; it becomes part of the default agent skills landscape that students should compare in terms of discovery, categorization, and out-of-the-box usability.

Source(Hermes Agent Official Commit) →
2026-04-30 · TechCrunch

TechCrunch reports that Google Cloud crossed $20B in quarterly revenue on AI demand, but capacity still constrained growth

This external report adds the infrastructure angle: agent systems can look like prompt-and-tool design problems, yet scarce model capacity still shapes latency, rollout pace, regional availability, and cost control. It is a useful reminder to connect workflow design with compute supply constraints.

Source(TechCrunch) →

2026-04-29 中文精選

2026-04-28 · OpenClaw 官方 Release

OpenClaw 2026.4.26 把瀏覽器即時語音、穩定模型來源規劃與 Cerebras provider 一次拉進主線

這版最適合工程學生拆成三個平台層:瀏覽器即時語音不再只是一段前端效果,而是牽動 ephemeral token、Gateway relay 與後端 voice plugin;模型清單改走明確 authority order,方便比較設定、安裝清單與執行期 fallback;provider 資訊再往 plugin manifest 收斂,也讓核心路由更容易維護。

查看來源(OpenClaw 官方 Release)→
2026-04-28 · OpenClaw 官方 Commit

OpenClaw 為 Docker 加上 OPENCLAW_SKIP_ONBOARDING,讓容器教學與自動部署少一層互動阻塞

這筆 commit 很適合拿來談部署可重現性:當 agent 平台要進容器、課堂機房或 CI,若啟動流程還要求人工 onboarding,就很難形成穩定的驗證腳本。把 onboarding 明確變成可跳過的環境參數,代表系統開始把互動式初始設定和可自動化執行的 runtime 分開。

查看來源(OpenClaw 官方 Commit)→
2026-04-28 · Hermes Agent 官方 Commit

Hermes Agent 強化 TUI gateway 的 stdio transport,補住 half-closed pipe 與 SIGTERM race

這是一個很好的系統可靠性教材:代理介面若只在「正常結束」時穩定,一碰到半關閉管線或關閉訊號競態就可能留下卡死或殘缺輸出。工程上真正難的是把退出路徑也做成可預期的狀態轉換。

查看來源(Hermes Agent 官方 Commit)→
2026-04-28 · Hermes Agent 官方 Commit

Hermes Agent 讓 TUI 可選擇自動接回最近 session,把長流程操作從「重新開局」改成「延續上下文」

這則更新適合課堂上談人機協作的工作流設計:當使用者回到工具時,若每次都得重新找 session、重新確認上下文,長任務就會被切碎。auto-resume 把 UI 決策和 session 狀態管理綁在一起,是很實用的 workflow continuity 範例。

查看來源(Hermes Agent 官方 Commit)→
2026-04-28 · The Verge

The Verge 報導 Claude 已可直接連到 Photoshop、Blender 與 Ableton,agent 開始進入創作工具鏈

這則外部消息很適合拿來補「工具接面」視角:當 agent 不只回答問題,而是直接碰到設計、3D 與音樂工作軟體,工程討論就要把 connector scope、操作確認、檔案版本與回退流程一起放進架構比較。

查看來源(The Verge)→

2026-04-29 English Selected News

2026-04-28 · OpenClaw Official Release

OpenClaw 2026.4.26 brings browser realtime voice, a stricter model-source authority order, and bundled Cerebras support into the mainline release

This release is useful for engineering students because it ties together three platform layers: browser realtime voice now depends on ephemeral tokens and gateway relays rather than a purely local UI trick; model listing now has an explicit authority order across config, manifests, and runtime fallback; and provider metadata keeps moving into plugin manifests so the core router carries less hidden policy.

Source(OpenClaw Official Release) →
2026-04-28 · OpenClaw Official Commit

OpenClaw adds OPENCLAW_SKIP_ONBOARDING for Docker so container setups can start without an interactive onboarding stop

This commit is a compact teaching case for deployment reproducibility: if an agent platform still requires interactive onboarding during container startup, it is hard to build reliable classroom demos, CI smoke tests, or lab-server rollouts. Turning that step into an explicit environment flag cleanly separates setup-time interaction from runtime automation.

Source(OpenClaw Official Commit) →
2026-04-28 · Hermes Agent Official Commit

Hermes Agent hardens the TUI gateway stdio transport against half-closed pipes and SIGTERM races

This is a strong classroom example of reliability at shutdown boundaries: an agent interface that only behaves in the happy path can still leave hung sessions or broken output once pipes close unevenly or termination signals arrive at the wrong moment. Robust systems work is often about making the exit path predictable too.

Source(Hermes Agent Official Commit) →
2026-04-28 · Hermes Agent Official Commit

Hermes Agent adds opt-in auto-resume for the most recent TUI session so long tasks restart from context instead of from zero

This update is a clean teaching case for workflow continuity: when users return to an agent tool, forcing them to rediscover the right session every time increases coordination cost and error risk. Auto-resume shows how UI defaults and session-state design shape the practical usability of long-running agent work.

Source(Hermes Agent Official Commit) →
2026-04-28 · The Verge

The Verge reports that Claude can now plug directly into Photoshop, Blender, and Ableton, pushing agents deeper into creative toolchains

This external report is useful for discussing tool-interface boundaries: once an agent is not just answering questions but acting inside design, 3D, and audio software, engineering analysis has to include connector scope, confirmation flow, file versioning, and rollback strategy.

Source(The Verge) →

2026-04-28 中文精選

2026-04-27 · OpenClaw 官方 Release

OpenClaw 2026.4.25 穩定版把 TTS 升級、冷持久化 plugin registry 與更完整 OpenTelemetry 一起推進

這版很適合工程學生把平台化拆成三層:語音輸出不只多了 provider,而是加入 chat 級控制與 per-agent 覆寫;plugin 啟動改走持久化 registry,讓安裝與修補更可重現;而 telemetry 變細,則讓模型、工具與記憶壓力更容易被同時觀測。

查看來源(OpenClaw 官方 Release)→
2026-04-27 · OpenClaw 官方 Commit

OpenClaw 在 plugins.enabled=false 時不再預熱 gateway plugin graph,讓停用狀態真的安靜下來

這筆 commit 很適合拿來教功能開關的工程邊界:如果系統表面上說「外掛已停用」,啟動流程卻還在建表、掃描和修補,那就會把停用模式變成慢而且吵的假停用。

查看來源(OpenClaw 官方 Commit)→
2026-04-27 · Hermes Agent 官方 Commit

Hermes Agent 為 TUI 佇列編輯加入 Ctrl+X 刪除與 Esc 取消,讓 queued message 不必靠重送解決

這則更新很適合課堂上談互動式 agent 工具的人機邊界:排隊訊息如果只能清空輸入框、不能刪除佇列本身,就會把使用者操作錯誤留到後續工作流裡,最後變成交付錯誤。

查看來源(Hermes Agent 官方 Commit)→
2026-04-27 · Hermes Agent 官方 Commit

Hermes Agent 移除對 interim commentary 與 final response 的後段 scrub,改回由串流路徑負責防漏

這是很好的輸出完整性教材:防洩漏需要存在,但如果在最終輸出階段再做廣泛改寫,就可能把原本合法的文件、程式碼或標記靜默改壞。工程上更好的作法是把防護放在正確的流層,而不是事後全面重寫。

查看來源(Hermes Agent 官方 Commit)→
2026-04-27 · TechCrunch

TechCrunch 引述分析師消息:OpenAI 可能探索把 AI agents 當成 app 入口的手機形態

這則外部報導適合拿來補產品視角,但也要提醒學生它仍屬未正式發布的產業訊號:若 agent 真要成為手機主入口,工程問題就會一路延伸到權限、確認流程、裝置整合與 OS 級責任邊界。

查看來源(TechCrunch)→

2026-04-28 English Selected News

2026-04-27 · OpenClaw Official Release

OpenClaw 2026.4.25 ships a full TTS upgrade, a cold persisted plugin registry, and broader OpenTelemetry coverage

This release is a useful classroom case on platformization in layers: voice output now includes chat-scoped controls and per-agent overrides, plugin startup becomes more reproducible through a persisted registry, and telemetry expands so model calls, tool loops, and memory pressure are easier to observe together.

Source(OpenClaw Official Release) →
2026-04-27 · OpenClaw Official Commit

OpenClaw stops warming the gateway plugin graph when plugins.enabled=false, making disablement truly quiet

This commit is a strong teaching example for feature-gate boundaries: if the system says plugins are disabled but still builds lookup tables and runs cleanup scans, “disabled” becomes a noisy and expensive half-state rather than a real containment mode.

Source(OpenClaw Official Commit) →
2026-04-27 · Hermes Agent Official Commit

Hermes Agent adds Ctrl+X delete and Esc cancel for queued-message editing in the TUI

This update is a clean classroom case on human-in-the-loop tooling: if queued work can be edited but not removed safely, a UI mistake survives into later workflow execution and becomes a delivery bug rather than a local input issue.

Source(Hermes Agent Official Commit) →
2026-04-27 · Hermes Agent Official Commit

Hermes Agent removes post-stream scrubbing from interim commentary and final responses

This is a strong teaching case for output integrity: leak prevention matters, but broad post-stream mutation can silently damage legitimate documentation, code, or markup. The cleaner systems design is to enforce safeguards at the right streaming layer instead of rewriting the final answer afterwards.

Source(Hermes Agent Official Commit) →
2026-04-27 · TechCrunch

TechCrunch reports analyst speculation that OpenAI may be exploring a phone where AI agents replace app-by-app entry points

This external report is useful product context, with the important caveat that it remains unconfirmed industry speculation. If agents really become the primary phone entry point, the engineering discussion quickly expands into permissions, confirmation flows, device integration, and OS-level responsibility boundaries.

Source(TechCrunch) →

2026-04-27 中文精選

2026-04-26 · OpenClaw 官方 Release

OpenClaw 2026.4.25-beta.4 把 TTS 升級、冷持久化 plugin registry 與更完整 telemetry 一起推進

這版很適合工程學生從三個層次看平台演進:語音輸出不再只是單一 provider,而是牽動 chat 級自動朗讀、per-agent / per-account 覆寫;plugin 啟動改走冷持久化 registry,讓安裝與修補更可重現;而更細的 telemetry 也讓模型、工具與記憶壓力更容易被觀測。

查看來源(OpenClaw 官方 Release)→
2026-04-26 · OpenClaw 官方 Commit

OpenClaw 在容器內自動停用 Bonjour advertising,避免把本機探索假設錯套到 Docker 環境

這筆 commit 適合拿來談部署邊界:服務探索在本機桌面與容器裡的網路前提不同,如果 agent 平台把 mDNS 廣播視為永遠可用,就可能在教室伺服器或 CI 容器中留下誤導性的可見性與診斷結果。

查看來源(OpenClaw 官方 Commit)→
2026-04-26 · Hermes Agent 官方 Commit

Hermes Agent 補齊 Slack rich_text 引文、清單與 link unfurl 預覽擷取,讓代理看到比較完整的原始上下文

這則更新很適合課堂上談訊息前處理:若平台只讀 plain text,轉傳內容、引用段落與附件預覽就會在進入模型前先遺失。這不是小 UI 問題,而是會直接影響代理能否正確理解需求與證據來源。

查看來源(Hermes Agent 官方 Commit)→
2026-04-26 · Hermes Agent 官方 Commit

Hermes Agent 修補 cron 對 Home Assistant toolset 的雙重關閉條件,讓有 HASS_TOKEN 的排程工作恢復可用

這是很好的 capability scoping 教材:排程系統要尊重平台工具設定,但也不能把已明確啟用、而且有 runtime token 檢查的工具再錯關一次。否則看似安全的預設,反而會讓自動化工作在正式環境靜默失能。

查看來源(Hermes Agent 官方 Commit)→
2026-04-23 · OpenAI 官方 Academy

OpenAI 整理出 Codex 在工作場合的 10 種常見用法,從重複任務自動化一路延伸到跨檔案交付

這條官方教材很適合工程學生把「coding agent 能做什麼」拆成可驗證工作流:不要只問模型會不會寫程式,而要看它是否能把輸入、檔案、工具與交付物串成穩定流程,這也能和今天的 OpenClaw / Hermes 更新互相對照。

查看來源(OpenAI 官方 Academy)→

2026-04-27 English Selected News

2026-04-26 · OpenClaw Official Release

OpenClaw 2026.4.25-beta.4 bundles a broad TTS upgrade, a cold persisted plugin registry, and deeper telemetry coverage

This release is a useful classroom case on platform evolution in layers: voice output now spans chat-scoped auto-TTS and per-agent overrides, plugin startup becomes more deterministic through a persisted registry, and telemetry expands so model calls, tool loops, and memory pressure are easier to observe together.

Source(OpenClaw Official Release) →
2026-04-26 · OpenClaw Official Commit

OpenClaw now auto-disables Bonjour advertising in containers so desktop discovery assumptions do not leak into Docker deployments

This commit is a compact teaching example for deployment boundaries: service discovery has different network assumptions on a laptop versus inside a container, and agent systems should not report misleading reachability just because mDNS works in one environment.

Source(OpenClaw Official Commit) →
2026-04-26 · Hermes Agent Official Commit

Hermes Agent extracts Slack rich_text quotes, lists, and link unfurl previews so the agent receives fuller inbound context

This update is a clean lesson in message preprocessing: if a gateway only reads plain text, forwarded content, quoted blocks, and attachment previews can disappear before the model ever sees them. That is not just a UI quirk — it changes what evidence the agent can reason over.

Source(Hermes Agent Official Commit) →
2026-04-26 · Hermes Agent Official Commit

Hermes Agent fixes cron so Home Assistant tools remain available when HASS_TOKEN is explicitly configured

This is a strong teaching case for capability scoping: scheduled jobs should honor platform tool settings, but they also should not silently disable a toolset that the operator has explicitly opted into and that already has runtime gating.

Source(Hermes Agent Official Commit) →
2026-04-23 · OpenAI Academy

OpenAI maps ten practical Codex use cases at work, from repetitive-task automation to multi-file deliverables

This official guide is useful for engineering students because it turns the vague question “what can a coding agent do?” into concrete workflow categories. It pairs well with today’s OpenClaw and Hermes updates because all three point toward agents being evaluated as tool-and-delivery systems, not just chat models.

Source(OpenAI Academy) →

2026-04-26 中文精選

2026-04-25 · OpenClaw 官方 Release

OpenClaw 2026.4.24 把 Google Meet participant plugin、realtime voice consult 與 DeepSeek V4 Flash 預設一起推進

這版很適合工程學生拆成三層來看:會議參與插件、即時語音回圈與預設模型不是各自獨立功能,而是一起拉高 agent 平台對瀏覽器、語音橋接、工具接管與啟動預設的整體複雜度。

查看來源(OpenClaw 官方 Release)→
2026-04-25 · OpenClaw 官方 Commit

OpenClaw 讓 queued subagent announce 在沒有外部 route 時維持 session-only,避免多通道誤送

這筆 commit 很適合拿來教 delivery target 決策:只知道 session key 不代表就該往外部通道送訊息。若 channel、account 或 thread 邊界不清楚,多平台 gateway 很容易出現模糊送達、重複通知或錯送。

查看來源(OpenClaw 官方 Commit)→
2026-04-25 · OpenClaw 官方 Commit

OpenClaw 新增 BytePlus Seed Speech/Volcengine TTS provider,補上 Ogg/Opus 與 MP3 輸出路徑

這則更新適合帶學生看 speech provider 抽象層:同一套 TTS 不只要能說話,還要處理 API key/舊版 token 相容、語音訊息格式與音訊檔輸出,才能真正落到不同平台的播放流程。

查看來源(OpenClaw 官方 Commit)→
2026-04-25 · Hermes Agent 官方 Commit

Hermes Agent 無條件為 DeepSeek/Kimi 的 tool-call 歷史注入空 reasoning_content,避免 replay 直接 400

這是一個很典型的 cross-provider history hygiene 案例:前一個 provider 留下的空白推理欄位,看起來像小問題,但到了另一個 provider 的 tool-call replay 路徑就可能變成硬錯誤。

查看來源(Hermes Agent 官方 Commit)→
2026-04-25 · TechCrunch

TechCrunch 報導 Anthropic 建了一個 agent-to-agent marketplace 測試,讓買賣雙方都由 AI 代理互動

這則外部新聞很適合把今天的官方更新放回更大的工作流脈絡:當 agent 開始彼此議價、下單與成交,系統設計就必須更重視驗證、權限、交易紀錄與失敗追蹤,而不只是回答品質。

查看來源(TechCrunch)→

2026-04-26 English Selected News

2026-04-25 · OpenClaw Official Release

OpenClaw 2026.4.24 bundles a Google Meet participant plugin, realtime voice consult loops, and DeepSeek V4 Flash defaults

This release works well as a classroom case on platform coupling: meeting participation, realtime voice loops, and model defaults are not isolated features. Together they raise the complexity of browser control, audio bridging, tool handoff, and onboarding behavior.

Source(OpenClaw Official Release) →
2026-04-25 · OpenClaw Official Commit

OpenClaw keeps queued subagent announcements session-only when no external route exists, reducing ambiguous cross-channel delivery

This commit is a useful teaching example for delivery-target logic: having a session key is not enough to justify sending outward. If channel, account, or thread boundaries are unclear, multi-platform gateways can duplicate, misroute, or ambiguously deliver notifications.

Source(OpenClaw Official Commit) →
2026-04-25 · OpenClaw Official Commit

OpenClaw adds BytePlus Seed Speech / Volcengine TTS support with native Ogg/Opus and MP3 output paths

This is a compact teaching case for speech-provider abstraction: a TTS provider is not just a voice model. It also has to handle auth compatibility, output format choices, and platform-specific audio delivery paths.

Source(OpenClaw Official Commit) →
2026-04-25 · Hermes Agent Official Commit

Hermes Agent now injects empty reasoning_content for DeepSeek and Kimi tool-call history unconditionally to prevent replay-time 400s

This is a clean example of cross-provider history hygiene: a missing reasoning field left behind by one provider can look harmless until another provider rejects the replay path outright during tool-call turns.

Source(Hermes Agent Official Commit) →
2026-04-25 · TechCrunch

TechCrunch reports that Anthropic built a test marketplace where both buyers and sellers were AI agents making real deals

This external report helps students place the official updates in a larger workflow context: once agents negotiate, order, and transact with one another, systems design has to emphasize verification, permissions, audit trails, and failure recovery rather than response quality alone.

Source(TechCrunch) →

2026-04-25 中文精選

2026-04-24 · OpenClaw 官方 Release

OpenClaw 2026.4.23 擴充無 API key 的圖像生成、sessions_spawn forked context 與可調整生成 timeout

這版很適合工程學生看「平台擴充不是只加模型」:它同時碰到 OpenAI/OpenRouter 圖像路徑、子代理上下文繼承、媒體工具 timeout 與本地記憶嵌入設定,代表 agent 平台已經在同一版裡一起處理多模態、流程控制與資源限制。

查看來源(GitHub Release)→
2026-04-24 · OpenClaw 官方 Commit

OpenClaw 快取 plugin discovery registration snapshot,降低外掛探索與註冊時的狀態漂移

這筆 commit 很適合拿來談 plugin 系統的一致性:當 provider、registry 與 loader 同時參與探索流程時,如果每一步看到的註冊狀態不同,外掛就可能出現「有被找到、卻不一定能穩定載入」的問題。

查看來源(GitHub Commit)→
2026-04-23 · Hermes Agent 官方 Release

Hermes Agent v0.11.0 以新 Ink TUI、可插拔 transport、原生 Bedrock 與擴大的 plugin surface 推進平台化

這次 release 最值得學生看的不是單一功能,而是抽象層重整:互動介面、provider transport、推論路徑與 plugin 擴充點一起被重新整理,適合拿來對照「產品變好用」背後通常伴隨哪些架構改造。

查看來源(GitHub Release)→
2026-04-24 · Hermes Agent 官方 Commit

Hermes Agent 在 asyncio.CancelledError 時也持久化不完整 snapshot,避免 API server 卡在 in_progress

這則更新很適合課堂上談失敗處理:連線被重置與請求被取消雖然都是中斷,但如果只有其中一條錯誤路徑會落盤,後端狀態就可能長時間停在錯的階段。這是設計可恢復系統時很典型的邊界案例。

查看來源(GitHub Commit)→
2026-04-24 · The Verge

The Verge 報導 Claude 開始直接連到 Spotify、Uber Eats 與 TurboTax,agent 更深入個人 app 工作流

這則外部新聞很適合補上權限邊界的討論:當 agent 不是只回答問題,而是能碰到點餐、播放清單與報稅流程,工程分析就必須把 connector scope、使用者確認與行為稽核一起放進設計裡。

查看來源(The Verge)→

2026-04-25 English Selected News

2026-04-24 · OpenClaw Official Release

OpenClaw 2026.4.23 expands API-keyless image generation, forked context for sessions_spawn, and per-call generation timeouts

This release is a compact teaching case for platform expansion beyond model swaps: OpenAI/OpenRouter image paths, child-session context inheritance, media-tool timeouts, and local-memory embedding limits all moved together, showing an agent platform evolving across multimodal IO, workflow control, and constrained-host tuning.

Source (GitHub Release) →
2026-04-24 · OpenClaw Official Commit

OpenClaw caches plugin-discovery registration snapshots to reduce state drift during plugin loading

This commit is a strong classroom example of plugin-system consistency: when providers, registries, and loaders all participate in discovery, each phase needs the same registration view or plugins can become discoverable without becoming reliably loadable.

Source (GitHub Commit) →
2026-04-23 · Hermes Agent Official Release

Hermes Agent v0.11.0 pushes platformization with a new Ink TUI, pluggable transports, native Bedrock, and a broader plugin surface

The key teaching point is architectural refactoring rather than any single feature: interface, provider transport, inference paths, and plugin extension points were all reorganized together, making this a useful example of how a better product experience often rides on deeper systems redesign.

Source (GitHub Release) →
2026-04-24 · Hermes Agent Official Commit

Hermes Agent now persists incomplete snapshots on asyncio.CancelledError so the API server does not stay stuck in in_progress

This is a clean teaching example of failure-path design: connection resets and request cancellations are both interruption paths, but if only one writes recovery state, the backend can remain stuck in the wrong phase. It is a practical case of why recoverable systems need symmetric error handling.

Source (GitHub Commit) →
2026-04-24 · The Verge

The Verge reports that Claude is connecting directly to Spotify, Uber Eats, and TurboTax, pushing agents deeper into personal app workflows

This external report is useful for discussing permission boundaries: once an agent is not just answering questions but touching food orders, playlists, and tax workflows, engineering analysis has to include connector scopes, user confirmation, and action auditability.

Source (The Verge) →

2026-04-24 中文精選

2026-04-23 · OpenClaw 官方 Release

OpenClaw 2026.4.22 把 xAI 圖像、TTS、STT 與內嵌本機終端模式一起推進

這版最適合工程學生拿來看「平台化」怎麼發生:同一個版本同時碰多模態 provider、語音串流、內嵌聊天模式與模型註冊流程,代表產品化 agent 已經不是單一模型能力,而是整條工具與通道路徑一起演進。

查看來源(GitHub Release)→
2026-04-24 · OpenClaw 官方 Commit

OpenClaw 修補 Codex「/models add」metadata 傳遞,避免模型已加入但執行路徑資訊不同步

這筆 commit 很適合課堂上談設定一致性:模型能被加入,不代表 doctor、runtime、legacy migration 與命令列回應都會一起對齊。若 metadata 漏掉,系統就可能出現「看得到、選得到、卻不一定跑得對」的錯誤。

查看來源(GitHub Commit)→
2026-04-24 · Hermes Agent 官方 Release

Hermes Agent v0.11.0 推出全新 Ink TUI、可插拔 transport、原生 Bedrock 與更多推論路徑

這次 release 很適合拿來教系統抽象化:互動介面重寫、provider transport 抽離、AWS Bedrock 原生支援,以及 GPT-5.5/Gemini CLI OAuth 等新路徑,說明 agent 平台已從單一 CLI 進入多介面、多供應商、多平台工程。

查看來源(GitHub Release)→
2026-04-24 · Hermes Agent 官方 Commit

Hermes Agent 讓 cron 依照平台工具設定與 per-job enabled_toolsets 執行,降低排程誤開昂貴工具

這則更新很適合拿來教「能力範圍控制」:排程工作不該自動拿到所有工具。當 cron 會尊重平台設定、而個別 job 又能覆蓋時,學生就能更清楚理解成本、權限與可重現性如何一起管理。

查看來源(GitHub Commit)→
2026-04-23 · The Verge

The Verge 報導 Claude 開始直接連到 Spotify、Uber Eats 與 TurboTax,agent 正往個人 app 工作流深入

這則外部新聞很適合補「權限與責任邊界」視角:當 agent 不只回答問題,而是直接碰到播放清單、點餐與報稅等真實 app 操作,工程討論就必須把 connector 權限、使用者確認與行為稽核一起納入。

查看來源(The Verge)→

2026-04-24 English Selected News

2026-04-23 · OpenClaw Official Release

OpenClaw 2026.4.22 ships xAI image/TTS/STT support alongside embedded local terminal-chat mode

This release is a compact teaching case for platformization: multimodal provider support, voice streaming, embedded terminal chat, and model-registration flow all moved in one drop, showing that production agents evolve as full tool-and-channel systems, not as isolated model swaps.

Source (GitHub Release) →
2026-04-24 · OpenClaw Official Commit

OpenClaw fixes Codex `/models add` metadata handling so newly registered models do not drift from runtime expectations

This is a clean classroom example of configuration consistency: adding a model is not enough if doctor, runtime, migrations, and command output do not preserve the same metadata. Otherwise the system can show a model as available while execution paths still disagree.

Source (GitHub Commit) →
2026-04-24 · Hermes Agent Official Release

Hermes Agent v0.11.0 lands a new Ink TUI, pluggable transports, native Bedrock, and broader inference coverage

The engineering lesson is abstraction at scale: a rewritten interface, extracted transport layer, native AWS Bedrock support, and new GPT-5.5 / Gemini CLI OAuth paths show an agent platform moving beyond one CLI into multi-interface, multi-provider systems engineering.

Source (GitHub Release) →
2026-04-24 · Hermes Agent Official Commit

Hermes Agent now makes cron honor platform tool configuration and per-job enabled_toolsets

This update is a strong teaching example of capability scoping: scheduled jobs should not silently inherit every expensive or risky tool. By making cron respect platform-level settings while still allowing explicit per-job overrides, the project sharpens cost control, permissions, and reproducibility together.

Source (GitHub Commit) →
2026-04-23 · The Verge

The Verge reports that Claude is connecting directly to Spotify, Uber Eats, and TurboTax, pushing agents deeper into personal app workflows

This external report is useful for discussing permission and accountability boundaries: once an agent can touch playlists, grocery orders, and tax workflows, engineering conversations need to include connector scopes, user confirmation, and action auditability.

Source (The Verge) →

2026-04-23 中文精選

2026-04-22 · OpenClaw 官方 Release

OpenClaw 2026.4.21 把 image generation 預設切到 gpt-image-2,並把 provider fallback 失敗先寫進 log

這版很適合工程學生拿來談工具鏈可觀測性:圖像生成不是只換模型名稱,還要一起看預設路徑、fallback 順序與警告紀錄,否則 demo 成功一次不代表部署時能追到真正故障點。

查看來源(GitHub Release)→
2026-04-22 · OpenClaw 官方 Commit

OpenClaw 為 Codex workflow 加入 prompt 與 compaction hooks,讓後續擴充點更清楚

很適合拿來教 agent 架構的「插點設計」:當 prompt、context compaction 與 provider workflow 有固定 hooks,後面要加安全審核、觀測或課堂實驗功能時,才不會把核心流程改得難以維護。

查看來源(GitHub Commit)→
2026-04-22 · Hermes Agent 官方 Commit

Hermes Agent 防止 context compressor 在 structured message content 上誤判,降低多模態訊息壓縮風險

這筆修補很適合課堂上談 message schema:一旦訊息內容可能是文字、清單、圖片描述或工具結果混合,壓縮器若只假設純字串,就會在最需要節省上下文時先把語意弄壞。

查看來源(GitHub Commit)→
2026-04-22 · Hermes Agent 官方 Commit

Hermes Agent 確保 async timeout 發生時 executor 仍能非阻塞 shutdown,避免卡住後續任務

對長時間執行的 agent 來說,timeout 只是第一步;如果清理流程還會卡住,排程、背景程序與多代理工作流都會被拖慢。這是一個很好拿來談 timeout 與 cleanup 必須成對設計的例子。

查看來源(GitHub Commit)→
2026-04-22 · The Verge

The Verge 指出 OpenAI 已讓團隊可建立能自己執行工作的 custom bots,agent 正從個人助理走向團隊流程

這則外部新聞適合補產品層視角:當 agent 開始共享工作空間、上下文與任務責任,課堂討論就不能只看模型能力,還要一起看權限、治理、協作介面與成果驗證。

查看來源(The Verge)→

2026-04-23 English Selected News

2026-04-22 · OpenClaw Official Release

OpenClaw 2026.4.21 makes gpt-image-2 the default image-generation path and logs failed provider fallbacks before recovery

This release is a clean teaching case for tooling observability: image generation is not just a model-name swap. Students should compare the default path, fallback order, and warning logs, because a successful demo run does not mean the deployed system is debuggable.

Source (GitHub Release) →
2026-04-22 · OpenClaw Official Commit

OpenClaw adds prompt and compaction hooks to the Codex workflow so extension points are easier to reason about

This is a strong classroom example of agent extension design: once prompt handling, context compaction, and provider flow expose clear hooks, later work on safety checks, observability, or experimental features stops spilling into core control logic.

Source (GitHub Commit) →
2026-04-22 · Hermes Agent Official Commit

Hermes Agent guards the context compressor against structured message content so multimodal turns do not get mangled during compaction

The engineering lesson is message-schema awareness: once conversation content may contain text, lists, image descriptors, or tool results, a compressor that assumes plain strings can break meaning exactly when context pressure is highest.

Source (GitHub Commit) →
2026-04-22 · Hermes Agent Official Commit

Hermes Agent ensures non-blocking executor shutdown after async timeouts so stuck cleanup does not stall later work

For long-running agents, a timeout alone is not enough. If cleanup can still block, schedulers, background jobs, and delegated workflows all degrade. This is a practical example of why timeout handling and teardown must be designed together.

Source (GitHub Commit) →
2026-04-22 · The Verge

The Verge reports that OpenAI now lets teams build custom bots that can do work on their own, pushing agents toward shared team workflows

This external report adds the product and governance angle: once agents work across a shared workspace with delegated responsibility, engineering discussion has to include permissions, oversight, collaboration UX, and how results are verified.

Source (The Verge) →

2026-04-20 中文精選

2026-04-19 · OpenClaw 官方 Release

OpenClaw 2026.4.19-beta.2 補上真實 usage 統計、nested session 隔離與 token 狀態延續

這版很適合課堂上談 agent 併發與觀測:stream usage 不能再顯示假 0%,不同 session 的 nested work 也不能互相堵塞,否則學生很難判斷系統到底慢在哪裡。

查看來源(GitHub Release)→
2026-04-19 · OpenClaw 官方 Commit

OpenClaw 在刪除 agent 時同步失效孤兒 session,避免舊工作流殘留

這筆 commit 很適合拿來教生命週期管理:刪掉 agent 不代表狀態自然乾淨,若 session 還活著,就可能留下錯誤路由、幽靈任務或誤判的健康狀態。

查看來源(GitHub Commit)→
2026-04-19 · OpenClaw 官方 Commit

OpenClaw 為 subagent 錯誤 payload 補上角色、session key 與 timing

對工程學生最值得看的點是除錯資訊結構化:錯誤訊息若沒有角色、session key 與時間資訊,團隊很難把失敗對回正確的工作流與重現步驟。

查看來源(GitHub Commit)→
2026-04-19 · Hermes Agent 官方 Commit

Hermes Agent 把 Gemini 改走原生 AI Studio API,保留原生 thought signatures 與 function replay

這則更新很適合拿來教 provider 契約差異:若一律走 OpenAI 相容層,常會失去原生能力或偽裝出不完整行為;直接接原生 API 才比較能看清供應商邊界。

查看來源(GitHub Commit)→
2026-04-19 · Hermes Agent 官方 Commit

Hermes Agent 的 patch tool 加上落盤驗證與 escape-drift 防護,避免「看起來改成功其實沒寫入」

這筆修補很適合課堂上談工具可靠性:自動化如果只回傳 diff 卻不驗證檔案真的寫入,agent 會在錯誤前提下繼續執行,後面每一步都可能被污染。

查看來源(GitHub Commit)→

2026-04-20 English Selected News

2026-04-19 · OpenClaw Official Release

OpenClaw 2026.4.19-beta.2 adds real usage accounting, nested-session isolation, and carried-forward token status

This release is a compact teaching case for concurrency and observability: streaming usage should not show fake zeros, and nested work on one session should not stall unrelated sessions if students are going to reason about performance correctly.

Source (GitHub Release) →
2026-04-19 · OpenClaw Official Commit

OpenClaw now invalidates orphaned sessions when an agent is deleted so stale workflows do not linger

This commit is a clean lesson in lifecycle management: deleting an agent does not automatically clean the rest of the system, and surviving sessions can leave behind wrong routing, ghost tasks, or misleading health signals.

Source (GitHub Commit) →
2026-04-19 · OpenClaw Official Commit

OpenClaw enriches subagent error payloads with role, session key, and timing

The engineering lesson is structured debugging data: without role, session key, and timing, teams struggle to map a failure back to the right workflow and reproduce it with confidence.

Source (GitHub Commit) →
2026-04-19 · Hermes Agent Official Commit

Hermes Agent routes Gemini through the native AI Studio API and preserves native thought signatures and function replay

This update is a strong teaching example of provider-contract differences: if everything is forced through an OpenAI-compatible shim, native behaviors get lost or distorted; using the native API makes those boundaries visible.

Source (GitHub Commit) →
2026-04-19 · Hermes Agent Official Commit

Hermes Agent hardens the patch tool with post-write verification and escape-drift guards so a reported edit actually lands on disk

This fix is a practical lesson in tool reliability: if automation reports a diff without verifying the file actually changed on disk, the agent continues under a false assumption and every later step can be contaminated.

Source (GitHub Commit) →

2026-04-19 中文精選

2026-04-16 · OpenClaw 官方 Release

OpenClaw 2026.4.15 穩定版把模型預設、授權狀態卡、Gemini TTS 與遠端記憶儲存一起推進

這版最適合教「產品功能其實牽動整條系統鏈」:模型預設影響互動品質,授權狀態卡影響觀測,TTS 擴大輸出通道,而遠端記憶儲存把 agent 從本機實驗推向可持續部署。

查看來源(GitHub Release)→
2026-04-18 · OpenClaw 官方 Commit

OpenClaw 改善 browser CDP 啟動診斷,讓瀏覽器自動化失敗更容易追到真正原因

這筆 commit 很適合工程課拿來談可觀測性:當 agent 要接管瀏覽器,問題常不在單一 API,而在啟動時序、可用性檢查與錯誤訊息是否足夠讓人定位。

查看來源(GitHub Commit)→
2026-04-16 · Hermes Agent 官方 Release

Hermes Agent v0.10.0 把 Nous Tool Gateway 正式產品化,讓訂閱者直接用 web search、browser、TTS 與 image generation

對工程學生最值得看的點是工具供應方式改變了:平台不再只提供模型 API,而是把模型、工具啟用、帳號權限與設定流程整合成同一條產品路徑。

查看來源(GitHub Release)→
2026-04-18 · Hermes Agent 官方 Commit

Hermes Agent 修補 /model 選單同名 provider 混淆,避免使用者在 TUI 介面選錯模型供應來源

這則更新很適合拿來教「操作安全不只靠後端」:如果不同 provider 在 UI 裡看起來一樣,使用者就可能把權限、成本或地區差異完全看錯。

查看來源(GitHub Commit)→
2026-04-17 · TechCrunch

TechCrunch 指出「tokenmaxxing」可能讓開發者表面產出更多程式碼,卻付出更高成本與更多重寫工作

這則外部報導很適合拿來補評估視角:課堂上討論 coding agent 時,不應只看 token 用量或產生程式碼的速度,還要一起看重工率、除錯成本與最終可維護性。

查看來源(TechCrunch)→

2026-04-19 English Selected News

2026-04-16 · OpenClaw Official Release

OpenClaw 2026.4.15 bundles model defaults, auth-status visibility, Gemini TTS, and remote durable-memory support

This release is a compact teaching case that product features span the whole stack: model defaults shape interaction quality, auth-status cards improve observability, TTS expands output channels, and remote memory support pushes agents beyond local-only experiments.

Source (GitHub Release) →
2026-04-18 · OpenClaw Official Commit

OpenClaw improves browser CDP startup diagnostics so browser-automation failures are easier to trace to root cause

This commit is a useful observability lesson for engineering students: once an agent drives a browser, failures are often about startup sequencing, readiness checks, and whether diagnostics are rich enough to isolate the real fault.

Source (GitHub Commit) →
2026-04-16 · Hermes Agent Official Release

Hermes Agent v0.10.0 productizes the Nous Tool Gateway for web search, browser automation, TTS, and image generation

The main engineering lesson is how tooling gets packaged: the platform is not just exposing model APIs, but bundling models, tool entitlement, and configuration flow into one product path.

Source (GitHub Release) →
2026-04-18 · Hermes Agent Official Commit

Hermes Agent disambiguates same-name providers in the /model picker to reduce wrong-provider selection in the TUI

This update is a clean reminder that operator safety is not only a backend concern: if different providers look identical in the UI, users can misread cost, region, or entitlement differences before a request is ever sent.

Source (GitHub Commit) →
2026-04-17 · TechCrunch

TechCrunch argues that “tokenmaxxing” can make developers look more productive while actually raising cost and rewrite burden

This report is a strong teaching prompt for evaluation: when discussing coding agents, students should not stop at token usage or raw code volume, but also compare rewrite rate, debugging cost, and maintainability.

Source (TechCrunch) →

2026-04-18 中文精選

2026-04-16 · OpenClaw 官方 Release

OpenClaw 2026.4.15 穩定版把模型預設、模型授權狀態卡、語音與記憶擴充一起推進

這版很適合拿來教「平台擴充不是只加功能」:同一個版本同時碰到模型預設、授權健康度、TTS 輸出與 durable memory,代表產品化 agent 需要把能力、觀測與資料層一起設計。

查看來源(GitHub Release)→
2026-04-17 · OpenClaw 官方 Commit

OpenClaw 修補 exec approval 顯示清洗,避免控制字元干擾審核與祕密遮罩判讀

這筆 commit 很適合課堂上談「安全邊界也在介面層」:只要審核畫面被控制字元誤導,使用者就可能對危險指令做出錯誤判斷。

查看來源(GitHub Commit)→
2026-04-16 · Hermes Agent 官方 Release

Hermes Agent v0.10.0 把 Nous Tool Gateway 正式做成訂閱可用的 web search、browser、TTS 與 image generation

對工程學生最值得看的點是工具供應方式改變了:agent 平台開始把模型、工具與帳號權限包成同一條產品化路徑,而不是只留下分散 API。

查看來源(GitHub Release)→
2026-04-17 · Hermes Agent 官方 Commit

Hermes Agent 為 read tracker 與背景程序完成狀態加上容量上限,降低長時間執行時的記憶體累積

這則更新很適合拿來教長時運作系統:CLI 或 gateway 如果每天都在跑,真正的穩定性問題常常不是單次錯誤,而是小型狀態表慢慢累積成記憶體洩漏。

查看來源(GitHub Commit)→
2026-04-16 · The Verge

The Verge 指出 OpenAI 這波 Codex 更新直接對準 Claude Code,coding agent 競爭進入更深的桌面工作流

外部新聞可拿來補產品層視角:當 coding agent 不只產生程式碼,而是進入桌面、工具列與連續工作流,課堂討論就要一起納入權限、安全與使用者信任。

查看來源(The Verge)→

2026-04-18 English Selected News

2026-04-16 · OpenClaw Official Release

OpenClaw 2026.4.15 combines model defaults, auth-status visibility, speech, and memory extensions in one stable release

This release is a useful teaching case for platform expansion beyond feature count: model defaults, auth observability, TTS output, and durable memory all moved together, showing how productized agents need capability, visibility, and storage design at the same time.

Source (GitHub Release) →
2026-04-17 · OpenClaw Official Commit

OpenClaw hardens exec-approval display sanitization so control characters can no longer confuse review or secret redaction

This commit is a strong classroom example that security boundaries also live in the interface layer: if approval screens can be visually misled by control characters, users may approve dangerous commands under false assumptions.

Source (GitHub Commit) →
2026-04-16 · Hermes Agent Official Release

Hermes Agent v0.10.0 productizes the Nous Tool Gateway for web search, browser automation, TTS, and image generation

The key engineering lesson is the packaging of tools: agent platforms are starting to bundle models, tools, and account entitlement into one product workflow instead of leaving developers to stitch together scattered APIs.

Source (GitHub Release) →
2026-04-17 · Hermes Agent Official Commit

Hermes Agent caps read-tracker and background-process completion state to reduce long-run memory buildup

This is a strong lesson in long-running systems: for CLIs and gateways that stay alive for days, stability failures often come not from one crash but from small state tables quietly accreting into memory leaks.

Source (GitHub Commit) →
2026-04-16 · The Verge

The Verge says OpenAI’s latest Codex push is a direct shot at Claude Code as coding agents move deeper into desktop workflows

This external report adds the product-angle context: once coding agents move beyond code generation into desktop control and continuous workflows, classroom discussion should include permissions, safety, and user trust.

Source (The Verge) →

2026-04-17 中文精選

2026-04-17 · OpenClaw 官方 Release

OpenClaw 2026.4.15 正式版把 Claude Opus 4.7 預設、Gemini TTS 與多項安全修補一起推進

這版很適合教學上拆成三層看:模型預設如何影響使用體驗、TTS 如何擴充輸出通道、而安全與工具邊界修補又怎麼維持平台可用性。

查看來源(GitHub Release)→
2026-04-17 · OpenClaw 官方 Commit

OpenClaw 調整 fresh session 的 bootstrap 優先順序,讓新對話更快進入正確啟動流程

這筆 commit 適合拿來談 agent 啟動流程:系統不是只有功能多就好,初次進場時先載入什麼上下文,會直接影響穩定度與第一輪互動品質。

查看來源(GitHub Commit)→
2026-04-17 · Hermes Agent 官方 Release

Hermes Agent v0.10.0 推出 Nous Tool Gateway,讓訂閱者直接使用 web search、browser、TTS 與 image generation

對工程學生最值得看的點是工具供應方式改變了:同一個 agent 平台可以把模型、工具與帳號權限整合成一條產品化路徑,而不只是分散 API。

查看來源(GitHub Release)→
2026-04-17 · Hermes Agent 官方 Commit

Hermes Agent 修補 Matrix E2EE、邀請自動加入與附件加密路徑,降低遷移後的訊息失敗風險

這則很適合拿來教「平台整合不只是接上 API」:一旦進入加密聊天室、裝置金鑰與遷移狀態,agent 的可靠性就變成通訊協定工程問題。

查看來源(GitHub Commit)→
2026-04-16 · TechCrunch

TechCrunch 報導 OpenAI 強化版 Codex 進一步取得桌面控制權,coding agent 競爭轉向更深的工作流整合

外部新聞可拿來和官方 release 對照:當 coding agent 開始碰桌面、IDE 與自動化流程,課堂討論就應該一起納入權限、安全與使用者信任。

查看來源(TechCrunch)→

2026-04-17 English Selected News

2026-04-17 · OpenClaw Official Release

OpenClaw 2026.4.15 promotes Claude Opus 4.7 defaults, Gemini TTS, and multiple security-oriented fixes in one stable release

This release is useful for teaching in three layers: model defaults shape UX, TTS expands output channels, and security/tool-boundary fixes keep the platform trustworthy.

Source (GitHub Release) →
2026-04-17 · OpenClaw Official Commit

OpenClaw reprioritizes bootstrap on fresh sessions so new chats enter the correct startup path sooner

This commit is a clean lesson in agent startup flow: what gets loaded first on a fresh session directly affects stability and first-turn quality.

Source (GitHub Commit) →
2026-04-17 · Hermes Agent Official Release

Hermes Agent v0.10.0 launches the Nous Tool Gateway for web search, browser automation, TTS, and image generation

The key engineering lesson is the packaging of tools: one agent platform can unify models, tools, and account entitlement into a productized workflow instead of scattered APIs.

Source (GitHub Release) →
2026-04-17 · Hermes Agent Official Commit

Hermes Agent fixes Matrix E2EE, invite auto-join, and encrypted-attachment paths to reduce post-migration message failures

This is a strong example that platform integration is more than wiring an API: once E2EE rooms, device keys, and migration state are involved, reliability becomes a protocol-engineering problem.

Source (GitHub Commit) →
2026-04-16 · TechCrunch

TechCrunch reports that OpenAI’s beefed-up Codex gains deeper desktop control as coding-agent competition shifts toward workflow integration

This external report pairs well with the official releases: as coding agents reach into desktop and automation flows, classroom discussion should include permissions, safety, and user trust.

Source (TechCrunch) →

2026-04-16 中文精選

2026-04-16 · OpenClaw 官方 Release

OpenClaw 2026.4.15-beta.1 把模型授權狀態、遠端記憶儲存與本地模型精簡預設放進同一版

這版同時碰到模型授權健康度、durable memory 與弱本地模型的工具負載,適合工程學生拿來對照 observability、儲存分層與資源受限部署要怎麼一起設計。

查看來源(GitHub Release)→
2026-04-16 · OpenClaw 官方 Commit

OpenClaw 把 dreaming 的 storage.mode 預設改成 separate,避免階段區塊污染每日記憶檔

這個修補很適合拿來教資料邊界:同樣叫做 memory,若沒有把工作階段、推理階段與日誌分開,後續檢索與除錯就會一起失真。

查看來源(GitHub Commit)→
2026-04-16 · Hermes Agent 官方 Commit

Hermes Agent 修正群組 shutdown 通知誤把 user_id 當 thread_id 的路由問題

這筆修補可拿來討論 session key 設計:群組、私訊與 thread 若共用一套格式,欄位語意一旦混淆,通知就可能送到錯的上下文。

查看來源(GitHub Commit)→
2026-04-16 · Hermes Agent 官方 Commit

Hermes Agent 對 OpenCode Go 關閉不適用的 /models 健康檢查,避免 doctor 誤報

工程上很值得討論的一點是:健康檢查不是越多越好,若探針假設和 provider 介面不一致,就會把錯誤警告當成系統真相。

查看來源(GitHub Commit)→
2026-04-15 · TechCrunch

OpenAI 更新 Agents SDK,主打讓企業更容易做出更安全、能力更完整的 agent

這則外部新聞適合放回課堂脈絡:當 agent 從 demo 走向企業系統,SDK 不只要會呼叫工具,還要把安全、能力界線與部署治理一起包進來。

查看來源(TechCrunch)→

2026-04-16 English Selected News

2026-04-16 · OpenClaw Official Release

OpenClaw 2026.4.15-beta.1 combines model-auth status, remote memory storage, and leaner local-model defaults

The beta release is a compact case study in observability, durable-memory architecture, and resource-constrained local-model deployment rather than a single feature drop.

Source (GitHub Release) →
2026-04-16 · OpenClaw Official Commit

OpenClaw now defaults dreaming storage.mode to separate so phase blocks stop polluting daily memory files

It is a strong teaching example of data-boundary design: if session traces, phase outputs, and memory files blur together, retrieval quality and debugging both degrade.

Source (GitHub Commit) →
2026-04-16 · Hermes Agent Official Commit

Hermes Agent fixes shutdown-notification routing that confused group user_id with thread_id

This is a clean systems lesson in session-key design: once one field means different things across chat types, notifications can leak into the wrong execution context.

Source (GitHub Commit) →
2026-04-16 · Hermes Agent Official Commit

Hermes Agent skips the OpenCode Go health probe because that provider does not expose a shared /models endpoint

It shows why observability has to respect each provider contract: the wrong probe creates false alarms and trains operators to ignore warnings.

Source (GitHub Commit) →
2026-04-15 · TechCrunch

OpenAI updates its Agents SDK to help enterprises build safer, more capable agents

The report is useful classroom context: as agents move from demos into enterprise workflows, SDKs must package safety controls, capability boundaries, and deployment governance.

Source (TechCrunch) →

2026-04-15 中文精選

2026-04-14 · OpenClaw 官方 Release

OpenClaw 2026.4.14 聚焦 GPT-5.4 Pro/Codex 相容、Telegram topic 名稱與核心效能整理

這版把模型供應商相容、論壇主題名稱學習、Ollama 逾時、媒體工具模型正規化與互動權限修補放在同一版,適合學生對照「功能擴充」與「平台穩定化」如何一起前進。

查看來源(GitHub Release)→
2026-04-14 · OpenClaw 官方 Commit

OpenClaw 對 SecretRef 的 inspect/strict 行為做 preload 與 runtime 一致化

這筆修補把憑證與秘密設定的檢查規則拉回同一條路徑,對工程學生是很好的例子:安全性不是只靠功能開關,而是要讓不同執行階段遵守同樣的策略。

查看來源(GitHub Commit)→
2026-04-14 · Hermes Agent 官方 Commit

Hermes Agent 阻止 agent 透過 terminal 把自己的 gateway 關掉

這個修補很適合拿來討論 agent 安全邊界:同一個系統若同時擁有工具權限與自我管理能力,就需要額外保護避免自我破壞或誤操作。

查看來源(GitHub Commit)→
2026-04-14 · Hermes Agent 官方 Commit

Hermes Agent 為 dashboard 加上 HTTP health probe,跨容器部署更容易判斷 gateway 狀態

這個功能把管理介面與執行中的 gateway 用健康檢查連起來,適合課堂上說明 observability、部署隔離與狀態同步為什麼是 agent 平台的必要工程。

查看來源(GitHub Commit)→
2026-04-14 · TechCrunch

Google 在 Chrome 加入 AI Skills,讓常用工作流可以被保存與重用

這則產業新聞把 AI 工具從單次對話推向可重複工作流,對學生很適合延伸思考:未來的 agent 產品不只回答問題,還要把常見流程做成可重用模板。

查看來源(TechCrunch)→

2026-04-15 English Selected News

2026-04-14 · OpenClaw Official Release

OpenClaw 2026.4.14 focuses on GPT-5.4 Pro/Codex compatibility, Telegram topic context, and core performance cleanup

The release combines provider compatibility, Telegram topic-name learning, Ollama timeout tuning, media-tool model normalization, and interaction hardening, making it a compact case study in feature growth plus platform stabilization.

Source (GitHub Release) →
2026-04-14 · OpenClaw Official Commit

OpenClaw aligns SecretRef inspect/strict behavior across preload and runtime paths

This fix brings secret and credential checks back under one consistent policy path, a useful reminder that security depends on matching behavior across execution stages, not just adding more switches.

Source (GitHub Commit) →
2026-04-14 · Hermes Agent Official Commit

Hermes Agent blocks the agent from shutting down its own gateway through terminal access

This is a clean classroom example of agent safety boundaries: when a system has both tool power and self-management abilities, it needs explicit protection against self-destruction and accidental shutdowns.

Source (GitHub Commit) →
2026-04-14 · Hermes Agent Official Commit

Hermes Agent adds an HTTP health probe so the dashboard can detect gateway status across containers

The feature connects the management UI to a running gateway through health probing, which is a practical way to teach observability, deployment isolation, and state synchronization in agent platforms.

Source (GitHub Commit) →
2026-04-14 · TechCrunch

Google adds AI Skills to Chrome so favorite AI workflows can be saved and reused

The story frames AI tools as reusable workflow units rather than one-off chats, which is helpful for students thinking about how agent products turn repeated tasks into reusable templates.

Source (TechCrunch) →

2026-04-14 舊檔重點

  • OpenClaw 2026.4.12 版把 Active Memory、在地模型與 Feishu 設定改善放進同一版。
  • Hermes Agent v0.9.0 把行動端、通訊通道、背景監控與本機儀表板一起往前推。
  • 當日也整理了 OpenClaw 語音串流輸入邊界修補與 OpenAI / Cloudflare 的 agent cloud 案例。
  • 更多內容請開啟 2026-04-14 每日檔案