Releases: dlgod7/image-context-cascade
Releases · dlgod7/image-context-cascade
Release list
v0.2.3
Quick start / 快速开始
EN: Paste this to your coding agent — it configures itself:
中文: 把下面这段贴给你的 coding agent,它会自己搞定:
Read and follow https://raw.githubusercontent.com/dlgod7/image-context-cascade/main/docs/setup/README.md
— identify which agent host YOU are running in, then apply the guide for YOUR host
(Pi / Claude Code / Codex / generic). This is configuration only: do NOT read, list,
or rewrite any session/transcript files. When done, report what you changed and how to undo it.
EN: Or install the CLI: npm install -g @image-cascade/cli
中文: 或者安装 CLI:npm install -g @image-cascade/cli
Changes / 变更
- Fix (EN): CLI entrypoint was a silent no-op after
npm install -gon macOS/Linux (symlink broke theimport.meta.urlself-check). - Fix (EN): Windows path mismatch — switched to
pathToFileURLfor cross-platform correctness. - 修复 (中):
npm install -g后 CLI 入口在 macOS/Linux 上静默失效(符号链接导致import.meta.url自检失败)。 - 修复 (中): Windows 路径不匹配——改用
pathToFileURL确保跨平台正确性。