Skip to content

Conversation

@continue
Copy link
Contributor

@continue continue bot commented Oct 29, 2025

Summary

This PR removes the @continue.dev email filter that was restricting account-level MCPs (remote sessions) to Continue team members only, making this feature generally available to all authenticated users.

Changes

  • Removed email domain restriction from shouldEnableRemoteSessions() in ControlPlaneClient
  • Removed email domain restriction from listRemoteSessions() in ControlPlaneClient
  • Removed email domain restriction from getRemoteSessions() in CLI session management
  • Updated related documentation/comments

Testing

Remote sessions functionality is now accessible to all authenticated users without the @continue.dev email requirement.

Fixes CON-4660


This agent session was co-authored by Patrick Erichsen and Continue.


Summary by cubic

Removed the @continue.dev email filter so account-level MCPs (remote sessions) are available to all authenticated users. Fixes CON-4660.

- Made remote sessions (account-level MCPs) generally available to all authenticated users
- Removed email domain restriction from shouldEnableRemoteSessions() and listRemoteSessions() in ControlPlaneClient
- Removed email domain restriction from getRemoteSessions() in CLI session management

Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <[email protected]>
Co-authored-by: Nate <[email protected]>
@continue continue bot requested a review from a team as a code owner October 29, 2025 00:39
@continue continue bot requested review from sestinj and removed request for a team October 29, 2025 00:39
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Oct 29, 2025
@github-actions
Copy link

⚠️ PR Title Format

Your PR title doesn't follow the conventional commit format, but this won't block your PR from being merged. We recommend using this format for better project organization.

Expected Format:

<type>[optional scope]: <description>

Examples:

  • feat: add changelog generation support
  • fix: resolve login redirect issue
  • docs: update README with new instructions
  • chore: update dependencies

Valid Types:

feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

This helps with:

  • 📝 Automatic changelog generation
  • 🚀 Automated semantic versioning
  • 📊 Better project history tracking

This is a non-blocking warning - your PR can still be merged without fixing this.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 2 files

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Oct 31, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 31, 2025
@Patrick-Erichsen Patrick-Erichsen merged commit 39921ee into main Oct 31, 2025
59 of 60 checks passed
@Patrick-Erichsen Patrick-Erichsen deleted the continuebot/con-4660 branch October 31, 2025 18:52
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Oct 31, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Oct 31, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants