Commit 10276f4
docs(readme): drop two comparison claims the build does not deliver
"Sandboxed Code Verification" and "Spoken Answer Humanizer" were marked
✅ in both the competitor comparison and the Free-vs-Pro table. Neither
runs for a user on 2.8.7:
- codeVerification/verificationEnabled.ts documents itself as
"TEMPORARILY DISABLED across the app", defaults OFF, and the
orchestrator and ipcHandlers early-return when it is off.
- The humanizer is gated on `answerDiversityGuard`, which is
`default: false` in intelligenceFlags.ts.
Neither `codeVerificationEnabled` nor `answerDiversityGuardEnabled`
appears anywhere under src/, so there is no in-app opt-in either — the
only way to turn them on is an env var and a relaunch from a shell. That
rules out downgrading to 1 parent 53401b2 commit 10276f4
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
192 | 190 | | |
193 | 191 | | |
194 | 192 | | |
| |||
392 | 390 | | |
393 | 391 | | |
394 | 392 | | |
395 | | - | |
396 | | - | |
397 | 393 | | |
398 | 394 | | |
399 | 395 | | |
| |||
0 commit comments