hermes-agent/skills/creative
Stoltemberg c89481db5e fix: add explicit UTF-8 encoding to all subprocess text=True calls (#53428)
On Windows with Chinese locale (GBK), subprocess.run(text=True) without
explicit encoding causes UnicodeDecodeError crashes. This fix adds
encoding='utf-8', errors='replace' to all subprocess.run() and
subprocess.Popen() calls that use text=True across 76 non-test Python files.

Fixes #53428 (master tracker for Windows GBK locale crash).

Note: credential_pool.py and electron changes excluded per reviewer request —
those will be submitted as separate focused PRs.
2026-07-24 11:45:57 -07:00
..
architecture-diagram
ascii-art
ascii-video
baoyu-infographic
claude-design feat(claude-design): add surface-first conditioning + slop diagnostic (#55399) 2026-06-29 21:12:29 -07:00
comfyui fix: add explicit UTF-8 encoding to all subprocess text=True calls (#53428) 2026-07-24 11:45:57 -07:00
design-md docs(design-md): sync skill with @google/design.md CLI 0.3.0 2026-07-24 08:18:17 -07:00
excalidraw fix(skills): sync bundled + misc CLI skills to current upstream 2026-07-24 08:29:59 -07:00
humanizer feat(skills): expand humanizer patterns and humanize its own prose 2026-07-14 22:44:11 -04:00
manim-video
p5js
popular-web-designs
pretext docs(skills): bring 69 skill descriptions under the 60-char authoring budget 2026-07-23 21:07:16 -07:00
sketch fix(skills): sync bundled + misc CLI skills to current upstream 2026-07-24 08:29:59 -07:00
songwriting-and-ai-music docs(skills): update pages, catalogs, sidebar for skill dir renames 2026-07-24 07:53:54 -07:00
touchdesigner-mcp docs(skills): fix broken related_skills references (#37338) 2026-07-24 07:54:05 -07:00
DESCRIPTION.md