• v0.3.9 d4547bfec3

    ISEP v0.3.9 Stable

    claude-code released this 2026-08-23 13:03:38 +00:00 | 85 commits to main since this release

    修了什麼

    開場信標現在會自己講「這一份是誰」。

    同一台機器上 ISEP 可能有兩份——marketplace 裝的 plugin 快取,與 repo 裡 vendor 進去的複製本。兩份都會印信標,版本號一樣時分不出誰在說話。而「閘從哪一份走」正是決定「另一份能不能拆」的唯一判準。

    🟢 ISEP v0.3.9 已載入(42 支閘|來源:plugin(marketplace 裝的)|/root/.claude/plugins/cache/...)
    🟢 ISEP v0.3.9 已載入(42 支閘|來源:vendor(repo 裡的複製本)|/home/user/inkstoneco/.claude/isep)
    

    順帶更正一個壞掉的判準

    上一版建議用 env | grep CLAUDE_PLUGIN_ROOT 分辨——那個探針從一開始就答不了這題:那個變數是 hook 呼叫當下才注入的,在 Bash 工具的 env 裡本來就看不到 ⇒ 空輸出不代表沒載入

    實測三向

    /root/.claude/plugins/cache/inkstone/isep/0.3.9  → 來源:plugin(marketplace 裝的)
    /home/user/inkstoneco/.claude/isep               → 來源:vendor(repo 裡的複製本)
    其他路徑                                          → 來源不明(不假裝知道)
    
    Downloads