claude-code - 💡(How to fix) Fix [FEATURE] Add a persistent default output folder setting for Cowork sessions [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#47179Fetched 2026-04-13 05:39:22
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1

Error Message

Every time a new Cowork session starts, output files are saved to a deeply nested internal path under AppData\Roaming\Claude\local-agent-mode-sessions...\outputs. Clicking "View in folder" in Windows frequently results in a "Location is not available" error, as the path may have been cleaned up between sessions or is too deeply nested for reliable Explorer access. There is currently no way to configure a persistent default output directory, forcing users to manually connect a folder at the start of every single session.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Every time a new Cowork session starts, output files are saved to a deeply nested internal path under AppData\Roaming\Claude\local-agent-mode-sessions...\outputs. Clicking "View in folder" in Windows frequently results in a "Location is not available" error, as the path may have been cleaned up between sessions or is too deeply nested for reliable Explorer access. There is currently no way to configure a persistent default output directory, forcing users to manually connect a folder at the start of every single session.

Proposed Solution

Add a global setting in Claude Desktop (e.g., Settings → Cowork or Settings → Files) that allows users to specify a default output directory (e.g., C:\Users{username}\Desktop\AI-Workspace). When a new Cowork session starts, this folder should be automatically mounted and used as the output destination without any manual user action.

Alternative Solutions

A per-session prompt that remembers the last-used folder and offers one-click re-connection A "pin folder" option in the Cowork sidebar that persists across sessions A CLI flag or config file (claude_desktop_config.json) to set the default path for advanced users

Priority

High - Significant impact on productivity

Feature Category

File operations

Use Case Example

I am building an intelligent "Second Brain" system centered on Claude Cowork and Claude Code. Outputs from various work tools are consolidated into a single knowledge base folder. Obsidian indexes this folder, and Claude Code queries it — forming a persistent, searchable, AI-augmented knowledge graph. For this to work, all Cowork outputs must automatically land in a predictable, user-controlled location. Manual folder connection every session breaks this integration.

Additional Context

OS: Windows Claude Desktop version: latest (April 2026) Usage pattern: daily Cowork sessions for hospital marketing research, content creation, and knowledge management The internal AppData path is not only hard to access but also unreliable — sessions may clean up their output directories, making previously saved files inaccessible Suggested bonus: optional sub-folder organization by date or session name (e.g., AI-Workspace/2026-04-13_session-name/) Suggested fallback: if the default folder is unavailable, prompt the user rather than silently saving to AppData

extent analysis

TL;DR

Implement a configurable default output directory setting in Claude Desktop to automatically save files to a user-specified location.

Guidance

  • Introduce a new setting in the Claude Desktop settings menu (e.g., Settings → Cowork or Settings → Files) to allow users to specify a default output directory.
  • When a new Cowork session starts, automatically mount and use the specified default output directory as the output destination.
  • Consider adding a fallback mechanism to prompt the user if the default folder is unavailable, rather than silently saving to AppData.
  • Optionally, implement sub-folder organization by date or session name to further enhance output management.

Example

No code snippet is provided as the issue does not contain specific implementation details.

Notes

The proposed solution aims to address the issue of unreliable and inaccessible output file locations. However, the implementation details may vary depending on the underlying architecture and technical requirements of Claude Desktop.

Recommendation

Apply workaround: Implement a configurable default output directory setting to improve user productivity and output management. This solution directly addresses the reported issue and provides a more reliable and accessible way to manage output files.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] Add a persistent default output folder setting for Cowork sessions [1 comments, 2 participants]