First of all, I love cco. Thanks for your effort and the good work on it!
Now, to the point: Claude has recently introduced an auto mode: https://claude.com/blog/auto-mode:
Today, we're introducing auto mode, a new permissions mode in Claude Code where Claude makes permission decisions on your behalf, with safeguards monitoring actions before they run. It's available now as a research preview on the Team plan, and coming to the Enterprise plan and API users in the coming days.
It's supposed to be slightly safer than the YOLO mode (--dangerously-skip-permissions).
You can enable and set it with claude --enable-auto-mode (or via settings.json).
Feature request: cco should support launching claude in auto mode. Currently it unconditionally launches claude with --dangerously-skip-permissions.
Do you think this would be a reasonable addition? If so, I would be happy to give it a try to send a PR (realistically I would prompt Claude to do so).
First of all, I love
cco. Thanks for your effort and the good work on it!Now, to the point: Claude has recently introduced an auto mode: https://claude.com/blog/auto-mode:
It's supposed to be slightly safer than the YOLO mode (
--dangerously-skip-permissions).You can enable and set it with
claude --enable-auto-mode(or viasettings.json).Feature request:
ccoshould support launching claude in auto mode. Currently it unconditionally launches claude with--dangerously-skip-permissions.Do you think this would be a reasonable addition? If so, I would be happy to give it a try to send a PR (realistically I would prompt Claude to do so).