[FEATURE] Allow enabling connectors when using `claude --remote`
Resolved 💬 2 comments Opened May 5, 2026 by segevfiner Closed Jun 3, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
When using claude --remote, all connectors are disabled by default. If your task depends on a connector, that interface to start a Claude Code web session is not usable.
Proposed Solution
Add a flag to enable specific or all connectors when using claude --remote
Alternative Solutions
Don't use that interface to start Claude Code web session. Use the web UI, or create a routine instead.
Priority
Medium - Would be very helpful
Feature Category
CLI commands and flags
Use Case Example
claude --remote "/start-task <task-id>" --connectors <connector>with a custom skill designed to fetch the task details from the connector.
Additional Context
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗