● Update(.claude/settings.json) Unable to activate custom output styles : created two following the process. None have been added to the selection list.
Bug Description
● Update(.claude/settings.json)
⎿ Updated .claude/settings.json with 2 additions and 1 removal
2 "alwaysThinkingEnabled": true,
3 "enabledPlugins": {
4 "agent-creator-en-plugin@agent-creator-en": true
5 - }
5 + },
6 + "outputStyle": "cot"
7 }
● I've added "outputStyle": "cot" to your settings.json file. This might be how output styles are actually activated (through the config
file rather than the /output-style command).
Please restart Claude Code completely and then check if the COT style is active. If it works, you should see me following the COT
style behavior (minimalist, code-first, Go expert).
To switch styles in the future, you may need to:
- Edit ~/.claude/settings.json manually
- Change "outputStyle": "cot" to "outputStyle": "code-architect-creator" (or any other style name)
- Restart Claude Code
If this works, it suggests the /output-style <name> command may be broken or not fully implemented in v2.0.22, but manual
configuration works.
Let me know if this works after you restart!
Environment Info
- Platform: linux
- Terminal: xterm-256color
- Version: 2.0.22
- Feedback ID: 07381450-3b98-4896-8fd8-165b02973c54
Errors
[{"error":"Error: spawn /data/data/com.termux/files/usr/lib/node_modules/@anthropic-ai/claude-code/vendor/ripgrep/arm64-android/rg ENOENT\n at ChildProcess._handle.onexit (node:internal/child_process:285:19)\n at onErrorNT (node:internal/child_process:483:16)\n at process.processTicksAndRejections (node:internal/process/task_queues:90:21)","timestamp":"2025-10-20T05:11:01.128Z"},{"error":"Error: spawn /data/data/com.termux/files/usr/lib/node_modules/@anthropic-ai/claude-code/vendor/ripgrep/arm64-android/rg ENOENT\n at ChildProcess._handle.onexit (node:internal/child_process:285:19)\n at onErrorNT (node:internal/child_process:483:16)\n at process.processTicksAndRejections (node:internal/process/task_queues:90:21)","timestamp":"2025-10-20T05:11:01.128Z"},{"error":"Error: spawn /data/data/com.termux/files/usr/lib/node_modules/@anthropic-ai/claude-code/vendor/ripgrep/arm64-android/rg ENOENT\n at ChildProcess._handle.onexit (node:internal/child_process:285:19)\n at onErrorNT (node:internal/child_process:483:16)\n at process.processTicksAndRejections (node:internal/process/task_queues:90:21)","timestamp":"2025-10-20T05:11:01.128Z"},{"error":"Error: spawn /data/data/com.termux/files/usr/lib/node_modules/@anthropic-ai/claude-code/vendor/ripgrep/arm64-android/rg ENOENT\n at ChildProcess._handle.onexit (node:internal/child_process:285:19)\n at onErrorNT (node:internal/child_process:483:16)\n at process.processTicksAndRejections (node:internal/process/task_queues:90:21)","timestamp":"2025-10-20T05:11:26.757Z"},{"error":"Error: spawn /data/data/com.termux/files/usr/lib/node_modules/@anthropic-ai/claude-code/vendor/ripgrep/arm64-android/rg ENOENT\n at ChildProcess._handle.onexit (node:internal/child_process:285:19)\n at onErrorNT (node:internal/child_process:483:16)\n at process.processTicksAndRejections (node:internal/process/task_queues:90:21)","timestamp":"2025-10-20T05:11:26.757Z"},{"error":"Error: 401 {\"type\":\"error\",\"error\":{\"type\":\"authentication_error\",\"message\":\"OAuth authentication is currently not supported.\"},\"request_id\":\"req_011CUHsvFBLrsRmtgcP4e7pb\"}\n at E4.generate (file:///data/data/com.termux/files/usr/lib/node_modules/@anthropic-ai/claude-code/cli.js:203:83082)\n at Jy.makeStatusError (file:///data/data/com.termux/files/usr/lib/node_modules/@anthropic-ai/claude-code/cli.js:357:2117)\n at Jy.makeRequest (file:///data/data/com.termux/files/usr/lib/node_modules/@anthropic-ai/claude-code/cli.js:357:5330)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async BTQ.Ao1.model (file:///data/data/com.termux/files/usr/lib/node_modules/@anthropic-ai/claude-code/cli.js:3310:18707)\n at async Ao1 (file:///data/data/com.termux/files/usr/lib/node_modules/@anthropic-ai/claude-code/cli.js:2650:39781)\n at async BTQ (file:///data/data/com.termux/files/usr/lib/node_modules/@anthropic-ai/claude-code/cli.js:3310:18875)\n at async file:///data/data/com.termux/files/usr/lib/node_modules/@anthropic-ai/claude-code/cli.js:3310:12822\n at async ba0 (file:///data/data/com.termux/files/usr/lib/node_modules/@anthropic-ai/claude-code/cli.js:3310:4494)\n at async Nm (file:///data/data/com.termux/files/usr/lib/node_modules/@anthropic-ai/claude-code/cli.js:3310:12793)","timestamp":"2025-10-20T05:13:35.363Z"}]This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗