In the CLI, I'd like the options which are booleans to simply trigger the boolean flag when specified without a

Commit

Maxwell-Rosen1w ago

flag. So something like plot --no_show defaults to false and is interpreted as true when the flag is provided, but when given is true. Therefore, all boolean values should default to false. So plot defaults to show, but when --no_show is provided, then it does not show, but someone could also provide --no_show False which does show or --no_show True which does not show. Each boolean should have a name which makes sense

Rather than changing the prefix to the boolean flags, change the scripts themselves so that the CLI perfectly mirrors the API. therefore, all API booleans should default to False. Update the documentation too and agent tools to reflect this

Entire-Checkpoint: 01M1Q3Z7BZADX4HFXVK8RKAW6P

Checkpoints

Boolean CLI Flag Defaults Refactoring

CodexGPT-5.6-sol
View session
Checkpoint 1

Fix Formatting CI clang-format Configuration

CodexGPT-5.6-sol
View session
Checkpoint 1