Skip to content

easyeda-agent v0.26.0

Choose a tag to compare

@zhoushoujianwork zhoushoujianwork released this 17 Aug 10:42
· 110 commits to main since this release

[0.26.0] - 2026-08-17

连接器侧无代码变更 —— 版本号随 CLI 同步(四件套同版约定)。本版全部变更在
CLI/skill 侧:sch zone-arrange(功能区确定性布局两段求解 + --apply 断言门)、
sch status/sch nets/sch reconcile/sch clusters/audit cost 新子命令、
图框(sheet)误删双层守卫与 sch titleblock --data 写入禁用令(写路径会损毁
sheet 符号引用,重启后图框丢失 —— 修复处方见 skill actions.md)、原理图 SOP
步骤卡。连接器 0.25.x 与本版 CLI 完全兼容。


Already installed? Upgrade in place:

easyeda update          # CLI binary (sha256-verified) + skill dirs
easyeda update --check  # report only

First install:

curl -fsSL https://raw.githubusercontent.com/zhoushoujianwork/easyeda-agent/main/install.sh | sh

Installs/updates:

  • easyeda CLI/daemon
  • easyeda-agent skill for Codex (/.codex/skills) and/or Claude Code (/.claude/skills) when detected
  • prints EasyEDA connector .eext import URL

The connector .eext is never auto-updated for sideloads — easyeda update reports a stale one and prints the re-import URL.

Skill targets: set EASYEDA_INSTALL_SKILLS=codex,claude to force targets, none to skip, or EASYEDA_SKILL_PRESERVE=1 to keep local edits.

checksums.txt lists sha256 for every asset above.