FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Fix "Workspace not trusted" Error for Claude Code remote-control on Windows
How-ToWeb Development

Fix "Workspace not trusted" Error for Claude Code remote-control on Windows

via Dev.to TutorialYMori1mo ago

Overview Anthropic released the Remote Control feature for Claude Code on February 25, 2026 — letting you continue a local Claude Code session from your phone or any browser. On Windows, you may run into this error immediately: Error: Workspace not trusted. Please run `claude` in C:\Users\<username> first to review and accept the workspace trust dialog. Even if you've been using claude interactively for months. Here's why it happens and how to fix it. Requirements Before troubleshooting, confirm: Max plan subscription (Pro support coming soon) Authenticated via claude.ai (not API key) — check with claude auth status Root Cause Inside ~/.claude.json , Claude Code stores a per-project trust flag: "C:/Users/<username>" : { ... "hasTrustDialogAccepted" : false , ... } Regular claude sessions don't check this flag. But claude remote-control checks it strictly before starting. Even after hundreds of normal sessions, if the flag is false , the command fails. Fix Edit ~/.claude.json directly (

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
39 views

Related Articles

How-To

The Difference between `let`, `var` and `const`

Medium Programming • 2d ago

How-To

Circulation Metrics Framework for Living Systems

Medium Programming • 2d ago

Red Rooms makes online poker as thrilling as its serial killer
How-To

Red Rooms makes online poker as thrilling as its serial killer

The Verge • 2d ago

Don’t Know What Project to Build? Here Are Developer Projects That Actually Make You Better
How-To

Don’t Know What Project to Build? Here Are Developer Projects That Actually Make You Better

Medium Programming • 2d ago

Why Most Developers
Stay Broke
How-To

Why Most Developers Stay Broke

Medium Programming • 2d ago

Discover More Articles