Skip to content

Releases: dlgod7/image-context-cascade

Release list

v0.2.3

Choose a tag to compare

@dlgod7 dlgod7 released this 08 Jul 09:24

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 -g on macOS/Linux (symlink broke the import.meta.url self-check).
  • Fix (EN): Windows path mismatch — switched to pathToFileURL for cross-platform correctness.
  • 修复 (中): npm install -g 后 CLI 入口在 macOS/Linux 上静默失效(符号链接导致 import.meta.url 自检失败)。
  • 修复 (中): Windows 路径不匹配——改用 pathToFileURL 确保跨平台正确性。

Thanks to @dafang for the report and initial fix (#1, #2).