easyeda-agent v1.0.1
[1.0.1] - 2026-08-18
连接器侧一条修复(见下);CLI 侧同批落地:artifact 目录递归嵌套归一、
--doc 对读命令生效、board.rebind 目录补登记(UNKNOWN_ACTION 出口补审计)、
裸 sch connect 35s 预算 + 慢速落地复核(slowLanded)、sch group-move
半途失败自动重连恢复、sch note --zone 框满走廊落点、sch autoconnect
带痕候选 WARN + --strict。
Fixed
schematic.pin.disconnect假成功:此前删除只调 delete 后不回读,平台对
并入共享树/共线段的桩线静默 no-op 仍返 true,动作照样报
disconnected:true(真机复现:R5:1 / R5:2 / C4:2 断开后网表仍连)。且坐标
定位只取第一根触脚导线就 break,同脚多桩场景天然漏删。现在:(1) 收集全部
触及目标 pin 端点的导线一起删;(2) 删除后 getAll 回读验证,存活即按部分应用
约定返回结构化 partial(ok:true+partial:true+notApplied/
survivedIds,disconnected仅在全部证实消失时为 true,deletedWires/
deletedFlags只计证实删除的 id)并附 warnings;CLIsch disconnect把
partial 渲染为醒目 stderr 警告(不再静默成功)。
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.