File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ It folds *all pre-final process items* (thinking/tool calls/tool output/status/e
1313- Uninstall guide: ` https://github.com/MaxMiksa/Codex-Folding/blob/main/docs/UNINSTALL_FOR_AI.md `
1414- Remote install script (pinned): ` https://raw.githubusercontent.com/MaxMiksa/Codex-Folding/7c26207/docs/remote/codex-folding-install.mjs `
1515- Remote uninstall script (pinned): ` https://raw.githubusercontent.com/MaxMiksa/Codex-Folding/7c26207/docs/remote/codex-folding-uninstall.mjs `
16+ - If ` raw.githubusercontent.com ` is blocked: ` https://github.com/MaxMiksa/Codex-Folding/raw/7c26207/docs/remote/codex-folding-install.mjs `
17+ - If ` raw.githubusercontent.com ` is blocked: ` https://github.com/MaxMiksa/Codex-Folding/raw/7c26207/docs/remote/codex-folding-uninstall.mjs `
1618
1719## Goal / Scope (strict)
1820
Original file line number Diff line number Diff line change 30301 . Download the remote install script
3131 - Save to a temporary folder:
3232 - ` Invoke-WebRequest -Uri "https://raw.githubusercontent.com/MaxMiksa/Codex-Folding/7c26207/docs/remote/codex-folding-install.mjs" -OutFile "$env:TEMP\\codex-folding-install.mjs" `
33+ - If ` raw.githubusercontent.com ` is blocked in the user’s network, use GitHub’s alternative raw endpoint:
34+ - ` Invoke-WebRequest -Uri "https://github.com/MaxMiksa/Codex-Folding/raw/7c26207/docs/remote/codex-folding-install.mjs" -OutFile "$env:TEMP\\codex-folding-install.mjs" `
3335
34362 . Run install script (patches extension + saves manual)
3537 - ` node "$env:TEMP\\codex-folding-install.mjs" `
Original file line number Diff line number Diff line change 2525
26261 . Download the remote uninstall script
2727 - ` Invoke-WebRequest -Uri "https://raw.githubusercontent.com/MaxMiksa/Codex-Folding/7c26207/docs/remote/codex-folding-uninstall.mjs" -OutFile "$env:TEMP\\codex-folding-uninstall.mjs" `
28+ - If ` raw.githubusercontent.com ` is blocked in the user’s network, use GitHub’s alternative raw endpoint:
29+ - ` Invoke-WebRequest -Uri "https://github.com/MaxMiksa/Codex-Folding/raw/7c26207/docs/remote/codex-folding-uninstall.mjs" -OutFile "$env:TEMP\\codex-folding-uninstall.mjs" `
2830
29312 . Run uninstall script (restores installed extension artifacts from ` *.bak ` )
3032 - ` node "$env:TEMP\\codex-folding-uninstall.mjs" `
You can’t perform that action at this time.
0 commit comments