File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8888 /* https://github.com/braun-daniel/devcontainer-features/blob/main/src/fzf */
8989 "ghcr.io/braun-daniel/devcontainer-features/fzf:1" : {}
9090 },
91- "postCreateCommand" : " curl -fsSL https://raw.githubusercontent.com/maxritter/claude-codepro/v3.3.7 /install.sh | bash" ,
91+ "postCreateCommand" : " curl -fsSL https://raw.githubusercontent.com/maxritter/claude-codepro/v3.4.0 /install.sh | bash" ,
9292 "remoteUser" : " root" ,
9393 "containerUser" : " root"
9494}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Claude CodePro can be installed into any existing project:
36362 . Run this command in the terminal:
3737
3838``` bash
39- curl -fsSL https://raw.githubusercontent.com/maxritter/claude-codepro/v3.3.7 /install.sh | bash
39+ curl -fsSL https://raw.githubusercontent.com/maxritter/claude-codepro/v3.4.0 /install.sh | bash
4040```
4141
42423 . Reopen in Container: ` Cmd+Shift+P ` → "Dev Containers: Reopen in Container"
Original file line number Diff line number Diff line change 66set -e
77
88# Version updated by semantic-release
9- VERSION=" 3.3.7 "
9+ VERSION=" 3.4.0 "
1010
1111REPO=" maxritter/claude-codepro"
1212REPO_RAW=" https://raw.githubusercontent.com/${REPO} /v${VERSION} "
Original file line number Diff line number Diff line change 11"""Claude CodePro Installer - Professional step-based installation pipeline."""
22
3- __version__ = "3.3.7 "
3+ __version__ = "3.4.0 "
44__build__ = "dev" # Updated by CI during release builds
You can’t perform that action at this time.
0 commit comments