You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
9
9
10
10
### [Unreleased]
11
11
12
+
#### Changed
13
+
-**README Option A PATH troubleshooting for container/cloud shells** — Added explicit `~/.local/bin` PATH recovery steps (temporary + persistent bash example) to the one-liner installer sections in both English and Japanese so `cdidx: command not found` is easier to fix in minimal environments. Affected: `README.md`.
14
+
-**Installer supports mirror endpoints for restricted AI containers** — `install.sh` now accepts `CDIDX_GITHUB_API_URL` and `CDIDX_RELEASE_BASE_URL` so users can route version lookup and release downloads through internal mirrors when direct GitHub access is blocked. Error messages now include concrete fallback commands (pin version, set mirror URLs). README Option A (EN/JP) now documents this flow and clarifies that PATH fixes apply after a successful install. Affected: `install.sh`, `README.md`.
15
+
-**Branch container publishing to GHCR** — Added a branch-triggered GitHub Actions workflow that builds and pushes `cdidx` container images to GHCR (`ghcr.io/<owner>/cdidx:<branch>` and `:sha-<commit>`). Added a `Dockerfile` that builds `cdidx` from source and sets `cdidx --version` as the default command. README now documents opening a container directly from a branch image for AI workflows. Affected: `.github/workflows/container-branch.yml`, `Dockerfile`, `README.md`.
16
+
12
17
### [1.8.0] - 2026-04-12
13
18
14
19
#### Added
@@ -559,6 +564,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
Supported platforms: `linux-x64`, `linux-arm64`, `osx-arm64` (glibc-based Linux only; Alpine/musl is not supported). Installs to `~/.local/bin` by default (override with `CDIDX_INSTALL_DIR`).
89
89
90
+
If install fails with HTTP 403 in a managed container/proxy environment, GitHub endpoints may be blocked. Use a pinned version and mirror endpoints:
0 commit comments