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
Want a clean and **easy-to-browse** Codex? Tired of Codex's **long workflows**?
16
16
It's super simple! Just copy **only one sentence** (see blow) to Codex to enable folding of Codex's thought process and command execution flow in VS Code.
@@ -49,7 +49,7 @@ Copy and paste the following prompt to Codex:
49
49
Strictly follow https://github.com/MaxMiksa/Codex-Workflow-Folder/blob/main/docs/INSTALL_FOR_AI.md to install this feature. Do not improvise.
50
50
```
51
51
52
-
> Note: the installer now auto-routes by local extension version (`<=0.4.70` legacy track, `>=0.4.71`dedicated 71+ track placeholder).
52
+
> Note: the installer now auto-routes by local extension version (`<=0.4.70` legacy, `0.4.71`profile, `0.4.73` profile; other versions fail-fast).
53
53
54
54
> 👉 **Important:** Restart VS Code after the AI finishes the task.
- Latest main (recommended for cross-platform): `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/codex-folding-install.mjs`
27
28
- Legacy direct track (`<=0.4.70`): `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/v70-and-earlier/codex-folding-install.mjs`
28
-
- 0.4.71 direct track: `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/v71-plus/codex-folding-install.mjs`
29
+
- 0.4.71 / 0.4.73 direct profile track: `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/v71-plus/codex-folding-install.mjs`
- Latest main (recommended for cross-platform): `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/codex-folding-uninstall.mjs`
32
33
- Legacy direct track (`<=0.4.70`): `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/v70-and-earlier/codex-folding-uninstall.mjs`
33
-
- 0.4.71 direct track: `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/v71-plus/codex-folding-uninstall.mjs`
34
+
- 0.4.71 / 0.4.73 direct profile track: `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/v71-plus/codex-folding-uninstall.mjs`
- Latest main (recommended for cross-platform): `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/codex-folding-install.mjs`
25
26
- Legacy direct track (`<=0.4.70`): `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/v70-and-earlier/codex-folding-install.mjs`
26
-
- 0.4.71 direct track: `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/v71-plus/codex-folding-install.mjs`
27
+
- 0.4.71 / 0.4.73 direct profile track: `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/v71-plus/codex-folding-install.mjs`
- Latest main (recommended for cross-platform): `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/codex-folding-uninstall.mjs`
30
31
- Legacy direct track (`<=0.4.70`): `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/v70-and-earlier/codex-folding-uninstall.mjs`
31
-
- 0.4.71 direct track: `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/v71-plus/codex-folding-uninstall.mjs`
32
+
- 0.4.71 / 0.4.73 direct profile track: `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/v71-plus/codex-folding-uninstall.mjs`
32
33
- Manual (for user to save): `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/AI_OPERATOR_MANUAL.md`
33
34
34
35
## Preconditions
@@ -76,15 +77,16 @@ Default behavior: the main installer entry (`docs/remote/codex-folding-install.m
76
77
- Prints absolute paths of modified files and backups
77
78
- Auto-routing result:
78
79
- If version is `<=0.4.70`: continues with legacy installer logic.
79
-
- If version is `==0.4.71`: applies the `Worked for` click-to-fold patch.
80
-
- If version is `>0.4.71`: exits with explicit unsupported-version error.
80
+
- If version is `==0.4.71`: applies profile marker `CODEX_WORKFLOW_FOLD_PATCH_V71_W1`.
81
+
- If version is `==0.4.73`: applies profile marker `CODEX_WORKFLOW_FOLD_PATCH_V73_W1`.
82
+
- Otherwise: exits with explicit unsupported-version error.
81
83
82
84
### Ambiguity resolution flags
83
85
84
86
- Default mode is strict (`--strictTarget=true`), which avoids silent wrong-target patching.
85
87
- Preferred fix when install fails due to ambiguity:
Copy file name to clipboardExpand all lines: docs/UNINSTALL_FOR_AI.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,20 @@
7
7
This project now separates uninstall tracks by extension version:
8
8
9
9
-`openai.chatgpt <= 0.4.70`: uses the legacy track (`v70-and-earlier`) and is supported in this phase.
10
-
-`openai.chatgpt == 0.4.71`: routes to the `v71-plus` track and is supported in this phase.
11
-
-`openai.chatgpt > 0.4.71`: intentionally fails fast (not yet supported in this phase).
10
+
-`openai.chatgpt == 0.4.71`: routes to the `v71-plus` profile track and is supported.
11
+
-`openai.chatgpt == 0.4.73`: routes to the `v71-plus` profile track and is supported.
12
+
- Any other version: fails fast until a matching profile is added.
12
13
13
14
Default behavior: the main uninstaller entry (`docs/remote/codex-folding-uninstall.mjs`) auto-detects the local extension version and routes accordingly.
14
15
15
16
## Canonical URLs (this is the source of truth)
16
17
17
18
- This file: `https://github.com/MaxMiksa/Codex-Workflow-Folder/blob/main/docs/UNINSTALL_FOR_AI.md`
- Latest main (recommended for cross-platform): `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/codex-folding-uninstall.mjs`
21
22
- Legacy direct track (`<=0.4.70`): `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/v70-and-earlier/codex-folding-uninstall.mjs`
22
-
- 0.4.71 direct track: `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/v71-plus/codex-folding-uninstall.mjs`
23
+
- 0.4.71 / 0.4.73 direct profile track: `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/remote/v71-plus/codex-folding-uninstall.mjs`
23
24
- Manual (for user to save): `https://raw.githubusercontent.com/MaxMiksa/Codex-Workflow-Folder/main/docs/AI_OPERATOR_MANUAL.md`
24
25
25
26
## Preconditions
@@ -65,15 +66,16 @@ Default behavior: the main uninstaller entry (`docs/remote/codex-folding-uninsta
65
66
- Prints absolute paths of restored files
66
67
- Auto-routing result:
67
68
- If version is `<=0.4.70`: continues with legacy uninstall logic.
68
-
- If version is `==0.4.71`: continues with `v71-plus` uninstall logic.
69
-
- If version is `>0.4.71`: exits with explicit unsupported-version error.
69
+
- If version is `==0.4.71`: continues with `v71-plus` uninstall profile.
70
+
- If version is `==0.4.73`: continues with `v71-plus` uninstall profile.
71
+
- Otherwise: exits with explicit unsupported-version error.
70
72
71
73
### Ambiguity resolution flags
72
74
73
75
- Default mode is strict (`--strictTarget=true`).
74
76
- Preferred fix when uninstall fails due to ambiguity:
0 commit comments