[BUG] Artifact link requires app navigation to reflect updated file after scheduled job edit

Resolved 💬 3 comments Opened Apr 4, 2026 by kaseylcade Closed Apr 8, 2026

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?

When a user edits an artifact produced by a Claude Cowork scheduled job, clicking the updated file link within Cowork does not display the new file contents. The view only refreshes after navigating away to Claude Code or Claude Chat and returning to Cowork.

Environment:
Product=Claude Cowork
Feature area= Scheduled Jobs / Artifacts
Date= 2026-04-04

Actual result:
Clicking the artifact link displays the stale/pre-update version of the file. View does not refresh without navigation away from Cowork.

Expected result:
Clicking the updated file link in Cowork should immediately display the latest version of the artifact without requiring navigation.

Workaround:
After updating the artifact, navigate to Claude Code or Claude Chat.
Navigate back to Claude Cowork.
Click the file link and the updated artifact now displays correctly.
Note: This adds unnecessary friction and breaks expected in-app workflow continuity

Likely root cause hypothesis:
The Cowork artifact link likely resolves to a cached file reference or a stale in-memory pointer. The cache/state does not invalidate or re-fetch on user-initiated link click and only a full context reload (via app navigation) triggers the refresh. Possible issue: artifact file path binding is not re-evaluated after the scheduled job writes the updated file.

Impact:
Users may unknowingly act on stale artifact data, believing they are viewing current output.
Breaks expected UX as the file link should always resolve to the latest version.
Forces unnecessary multi-step workaround to complete a basic view action.

What Should Happen?

Expected result:
Clicking the updated file link in Cowork should immediately display the latest version of the artifact without requiring navigation.

Error Messages/Logs

Steps to Reproduce

Steps to reproduce:

  1. Open Claude Cowork and locate an artifact generated by a scheduled job.
  2. Edit the artifact file (update contents via the scheduled job or directly).
  3. In Cowork, click the updated file link to view the artifact.

Claude Model

Sonnet (default)

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

Claude 1.569.0 (49894a) 2026-04-02T20:01:42.000Z

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Other

Additional Information

_No response_

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗