Skip to content

docs: fix incorrect permission_mode example in multi-workspace config#433

Open
0xsegfaulted wants to merge 1 commit intochenhg5:mainfrom
0xsegfaulted:fix/yolo-mode-new-workspace-binding
Open

docs: fix incorrect permission_mode example in multi-workspace config#433
0xsegfaulted wants to merge 1 commit intochenhg5:mainfrom
0xsegfaulted:fix/yolo-mode-new-workspace-binding

Conversation

@0xsegfaulted
Copy link
Copy Markdown
Contributor

Summary

  • The multi-workspace config example showed permission_mode = "yolo" under [projects.agent], but this key doesn't exist in AgentConfig and is silently ignored by the TOML parser
  • Replace with the correct [projects.agent.options] / mode = "yolo" that all other agent examples use

Test plan

  • Docs-only change, no code modified

🤖 Generated with Claude Code

The multi-workspace example showed `permission_mode = "yolo"` under
[projects.agent], but this key does not exist in AgentConfig and is
silently ignored. Replace with the correct [projects.agent.options]
mode = "yolo" that all other agent examples use.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Owner

@chenhg5 chenhg5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Docs-only fix for incorrect config example.

Review summary:

  • ✅ Fixes incorrect permission_mode = "yolo" under [projects.agent]
  • ✅ Correct format is [projects.agent.options] / mode = "yolo"
  • ✅ Matches other agent config examples in the same file
  • ✅ CI passes

Good catch on the config typo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants