Skip to content

fix: Update INSTALL.ts version strings from 2.4 to 2.5#607

Open
fayerman-source wants to merge 1 commit intodanielmiessler:mainfrom
fayerman-source:fix/install-version-strings
Open

fix: Update INSTALL.ts version strings from 2.4 to 2.5#607
fayerman-source wants to merge 1 commit intodanielmiessler:mainfrom
fayerman-source:fix/install-version-strings

Conversation

@fayerman-source
Copy link
Contributor

Summary

  • Fixes hardcoded "2.4" version strings in Releases/v2.5/.claude/INSTALL.ts
  • Fresh installs now correctly report PAI v2.5 in settings.json and statusline

Changes

Line Before After
298 "paiVersion": "2.4" "paiVersion": "2.5"
333 "version": "2.4" "version": "2.5"

Test plan

  • Applied fix to INSTALL.ts
  • Verified settings.json output shows "2.5" for both fields
  • Confirmed statusline displays correct version

Fixes #546

The v2.5 release INSTALL.ts had hardcoded "2.4" version strings,
causing fresh installs to report the wrong PAI version in
settings.json and the statusline.

Fixes danielmiessler#546
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.

[Bug] v2.5 INSTALL.ts generates settings.json with hardcoded v2.4 version strings

1 participant