Commit d291be6
Fixes #2174 by restoring original PR #2117 behavior.
Changes:
- Renamed env var: AMPLIHACK_ENABLE_BLARIFY → AMPLIHACK_DISABLE_BLARIFY
- Restored logic: Blarify now enabled by default
- Set AMPLIHACK_DISABLE_BLARIFY=1 to disable (opt-out)
- Updated documentation to reflect opt-out behavior
Implementation:
- Changed condition from `!= "1"` back to `== "1"`
- Updated log message to match original behavior
- Documentation now shows disabling (not enabling) instructions
This reverts PR #2120 and restores PR #2117 behavior per user request.
Co-authored-by: Ubuntu <azureuser@haymaker-dev.ftnmxvem3frujn3lepas045p5c.xx.internal.cloudapp.net>
Co-authored-by: Claude Sonnet 4.5 (1M context) <[email protected]>
1 parent d8776de commit d291be6
File tree
3 files changed
+9
-11
lines changed- docs
- src/amplihack/launcher
3 files changed
+9
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1055 | 1055 | | |
1056 | 1056 | | |
1057 | 1057 | | |
1058 | | - | |
1059 | | - | |
1060 | | - | |
1061 | | - | |
1062 | | - | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
1063 | 1061 | | |
1064 | 1062 | | |
1065 | 1063 | | |
| |||
0 commit comments