Skip to content

Cleanup idle detector & remove opencode and droid -- untested#312

Merged
khaliqgant merged 6 commits into
mainfrom
cleanup-idle-detector
Jan 26, 2026
Merged

Cleanup idle detector & remove opencode and droid -- untested#312
khaliqgant merged 6 commits into
mainfrom
cleanup-idle-detector

Conversation

@khaliqgant
Copy link
Copy Markdown
Member

@khaliqgant khaliqgant commented Jan 26, 2026

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 4 additional flags.

Open in Devin Review

khaliqgant and others added 4 commits January 26, 2026 12:32
When CLI tools output long OAuth URLs, terminal line wrapping can split
the URL across multiple lines. The previous regex match stopped at the
newline character, truncating URLs like:

  https://claude.ai/oauth/authorize?client_id=9d1c250a-e61b-44d9-88ed-59
  1234-5678...

Fix:
- Match against accumulated output instead of current chunk
- Join lines that look like URL continuations (alphanumeric chars
  following a newline without spaces)

This fixes the issue where onboarding showed truncated auth URLs.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add prompt handler for Claude Code's "Bypass Permissions mode" prompt
which appears during setup in sandboxed environments. The prompt shows:
  1. No, exit (default)
  2. Yes, I accept

For cloud workspaces running in sandboxed containers, we auto-select
"Yes, I accept" by sending down-arrow + enter. This is safe because
cloud workspaces are isolated containers with restricted access.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@khaliqgant khaliqgant merged commit 8a6944f into main Jan 26, 2026
23 checks passed
@khaliqgant khaliqgant deleted the cleanup-idle-detector branch January 26, 2026 12:16
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.

1 participant