/brief is hidden by server config, but brief mode still works via an environment variable.
What's wrong with this entry?
The /brief command for toggling brief-only replies only appears when the remote config tengu_kairos_brief_config returns enable_slash_command: true; the built-in fallback is false, so the command is hidden in this build. Brief mode is still reachable through the CLAUDE_CODE_BRIEF environment variable or the settings flag.
- Entering brief mode records
tengu_brief_mode_enabled, with a gated marker when the entitlement check fails.
CLAUDE_CODE_BRIEF=1 claudetengu_kairos_brief_config
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
A crashing slash command now tells you it crashed
Both mention slash command
-
v2.1.234
A command can decide from its arguments whether it counts as sensitive
Both mention slash command
-
v2.1.234
A slash-command grouping for a command that does not exist
Both mention slash command