Manuel Guttmann

Results 7 issues of Manuel Guttmann

## Summary Adds visibility into OAuth rate limits and usage information for authenticated providers, particularly useful for Claude Max users to monitor their 5-hour and 7-day usage limits. Closes #8911...

## Summary Comprehensive implementation of YOLO mode that allows users to skip all permission prompts. This addresses multiple community requests (#8463, #7928, #1813) with a complete solution for both CLI...

## Summary Add a "YOLO Mode" that allows users to skip all permission prompts, similar to Claude Code's `--dangerously-skip-permissions` flag. **Use Case:** Power users who trust OpenCode and want faster...

## Summary Implements comprehensive multi-account OAuth support with automatic rate limit rotation, manual account switching, and a new Settings menu for the desktop app. Closes #9068 ## Changes ### Backend...

## Problem Statement Users with Claude Max subscriptions frequently hit rate limits, causing workflow interruptions. While OpenCode supports OAuth login, there was no way to: 1. Login with multiple accounts...

web

## Summary Prevents OAuth token expiration during long periods of inactivity by proactively refreshing tokens before they expire and sending periodic ping requests to the Anthropic Messages API. Fixes #9121...

## Problem OAuth tokens expire after periods of inactivity (typically 1-2 hours), causing "Token refresh failed: 400" errors when users return to OpenCode. This has been reported in multiple issues:...