- Add "default" permission mode: no flags passed to CC, uses its own
built-in default (asks about everything). Now the system default.
- Rename "accept" alias to "edit" (acceptEdits) for clarity
- Remove "skip" alias (duplicate of "bypass")
- Update all help text, error messages, tests, and LLM prompts
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
The module has long since moved away from PTY technology, using
claude -p with --output-format stream-json and --resume instead.
Rename to cc_runner to accurately reflect what it does.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>