@@ -148,6 +148,36 @@ Skills, permissions, Goals, and Automations. See the
148148
149149## News
150150
151+ ** 2026-08-28 · Community fixes: plugin credential warnings and a wider zh-CN Desktop**
152+
153+ - ** Agent Plugin manifests now warn about plaintext credentials.** Literal
154+ ` env ` and ` headers ` values in a Plugin's ` mcp.json ` that look like secrets
155+ produce a redacted warning instead of loading silently, and the docs point
156+ to runtime credential bindings instead. (#194 , landed 2026-08-27)
157+ - ** Most of the Desktop shell speaks Simplified Chinese.** The thread header,
158+ Goal rail, approval card, inspector, sidebar, and the Updates and
159+ Diagnostics settings gained about a hundred zh-CN strings; English stays
160+ the inline default. (#187 )
161+
162+ ** 2026-08-25 · Command executors close two bypasses**
163+
164+ - ** Case and whitespace no longer slip past the dangerous-command check** , and
165+ the native ` mkdir ` /` touch ` /` rm ` /` cp ` /` mv ` fast path declines any operand
166+ outside the working directory, so those commands run through the sandbox
167+ like every other command instead of as in-process file operations. (#193 )
168+
169+ ** 2026-08-23 · Five repaired contributions land together**
170+
171+ - ** MCP servers can start lazily.** ` deferLoading ` keeps a server off until
172+ the agent calls ` activate_server ` ; deferred servers stay reachable and
173+ cancellation-safe. (#184 )
174+ - ** Hooks see the whole lifecycle.** ` SessionEnd ` runs exactly once at
175+ teardown and ` PreCompact ` can inject context before a compaction. (#172 )
176+ - ** Instruction files can be excluded, and the dangerous preset must be named
177+ explicitly.** (#186 )
178+ - ** Windows private files get a fail-safe ACL** , applied once at creation
179+ (#164 ); the Desktop sidecar's pip pin also moved past PYSEC-2026-3721 (#191 ).
180+
151181** 2026-08-19 · Sessions that survive resume, compaction, and a second window**
152182
153183- ** Resuming a session restores what the agent did, not only what it said.**
0 commit comments