[BUG] Impossible to append files via deeplink while on the new chat page

Open 💬 0 comments Opened Jul 15, 2026 by anna-ch-box

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

It's impossible to use claude:// deeplink to append files to a new session when Claude Desktop app displays the "New task" screen. It works on other screens though.

What Should Happen?

I expect claude://cowork/new?file=<file_path> to behave similar to drag&drop.

Error Messages/Logs

Steps to Reproduce

  1. Call claude://cowork/new?file=123&file=456
  • Both files 123 and 456 are attached to a new session
  1. Call claude://cowork/new?file=789
  • 123 and 456 get discarded, 789 becomes the only attached file
  1. Call claude://cowork/new?file=123&file=456
  • 789 gets discarded, 123 and 456 are attached to a new session
  1. Switch to a recent session
  2. Call claude://cowork/new?file=789
  • App redirects to the "New task" screen
  • Attached files: 123, 456, 789

Screen recording:
https://cloud.box.com/s/uj7cvtuh3rp2tzavzuwpzv5lvcsvvs9k
(the link expires on September 13)

Claude Model

None

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

2.1.202

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗