Skip to content

fix: correct install script URL (#143)#144

Merged
ccisnedev merged 1 commit intomainfrom
143-fix-install-script-url
Apr 25, 2026
Merged

fix: correct install script URL (#143)#144
ccisnedev merged 1 commit intomainfrom
143-fix-install-script-url

Conversation

@ccisnedev
Copy link
Copy Markdown
Owner

Closes #143

Problem

The VS Code extension's Inquiry: Init command fails with HTTP 404 when auto-installing the CLI because \INSTALL_BASE_URL\ pointed to \https://www.si14bm.com/inquiry\ — a path that doesn't exist. The site is served from \https://inquiry.si14bm.com\ (per \code/site/CNAME).

Changes

  • \code/vscode/src/installer.ts: \INSTALL_BASE_URL\ → \https://inquiry.si14bm.com\
  • \README.md, \code/cli/README.md, \code/vscode/README.md: install URLs and website links updated
  • \code/vscode/test/unit/installer.test.ts: assertions updated to new URL
  • Version bump: \

@ccisnedev ccisnedev merged commit 12e7f65 into main Apr 25, 2026
2 checks passed
@ccisnedev ccisnedev deleted the 143-fix-install-script-url branch April 25, 2026 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: vscode extension Init command fails with 404 — wrong install script URL

1 participant