Manuel Guttmann

Results 13 comments of Manuel Guttmann

Closing to rework - will resubmit with improved documentation covering both features (multi-account OAuth rotation + usage dashboard)

Partial implementation available in PR #9073! **Implemented:** - ✅ Runtime toggle for YOLO/auto-accept mode via Desktop UI - ✅ Live switching without app restart - ✅ API endpoints for programmatic...

This feature has been implemented in PR #9073! The implementation includes: - ✅ `--dangerously-skip-permissions` flag (aliased as `--yolo`) - ✅ `OPENCODE_DANGEROUSLY_SKIP_PERMISSIONS` / `OPENCODE_YOLO` env var - ✅ Visual indicator in...

YOLO mode has been implemented in PR #9073! **What's included:** - ✅ Switch between 'ask' and 'allow' (YOLO) modes - ✅ Desktop: Settings → Danger Zone with one-click toggle -...

Thanks for flagging PR #7137! **Comparison of the two implementations:** | Feature | PR #7137 (surma) | PR #9073 (this PR) | |---------|------------------|-------------------| | CLI `--dangerously-skip-permissions` | ✅ | ✅...

Added ability to delete individual OAuth accounts: - **CLI**: `opencode auth logout` now shows account selection for multi-account providers - **Desktop**: Delete button (X) with confirmation for each account in...

## Implementation Complete - PR #9073 This issue has been implemented with a comprehensive solution in PR #9073 that addresses all the related feature requests mentioned by the bot. ###...

## Context on Related PRs | PR | Status | Relationship | |----|--------|--------------| | **#8590** | Closed | Earlier implementation attempt. This PR provides a complete, production-ready version. | |...