anthropics / anthropics/claude-code

[BUG] Scheduled-task sessions never register with Remote Control / no session appears in mobile app

未关闭
#92,972 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
area:desktop area:routines duplicate platform:windows regression
主要语言
Python
星标
145k
派生
23.1k
PR 合并指标
PR 指标待抓取

描述

### Preflight Checklist

- [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) 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 scheduled task (created via the scheduled-tasks feature, whether recurring cron or a one-time fireAt) executes, the task runs successfully — list_scheduled_tasks shows lastRunAt updating correctly — but the resulting session never appears in the Remote Control session list on the Claude mobile app (Code tab). Any PushNotification calls made during the run are also never delivered to the phone. This happens even with "Connect new sessions to Remote Control" enabled in Desktop app settings.

### What Should Happen?

The scheduled-task session should register with Remote Control the same way a normal interactive session does, appear in the mobile app's session list, and any push notifications sent during the run should reach the phone.

### Error Messages/Logs

```shell
No error is surfaced anywhere. The task simply completes silently with no corresponding Remote Control session ever created.
```

### Steps to Reproduce

1. In Claude Desktop app, enable Settings > Claude Code > Local sessions > "Connect new sessions to Remote Control"
2. Create a scheduled task (via the scheduled-tasks feature) with a one-time fireAt a few minutes in the future, with a prompt that just calls the PushNotification tool with a test message
3. Wait for the fireAt time to pass, then check list_scheduled_tasks — lastRunAt is updated, confirming the task executed
4. Open the Claude mobile app > Code tab > session list
5. Observe: no new session appears for this run, and no push notification is received, even though the task executed successfully

Additionally, two long-running production scheduled tasks show the same pattern in real usage: their last visible mobile-side session entries stop around 2026-09-03/04, while lastRunAt kept updating daily through 2026-09-08 — indicating the session/push registration silently stopped working around that date while the task itself kept running.

### Claude Model

None

### Is this a regression?

Yes, this worked in a previous version

### Last Working Version

Unknown exact version — was working normally until approximately 2026-09-03/04

### Claude Code Version

2.1.266 (Claude Code)

### Platform

Anthropic API

### Operating System

Windows

### Terminal/Shell

PowerShell

### Additional Information

Issue occurs via Claude Desktop App on Windows, not terminal-specific

Image
Image

Image

Image

贡献指南

这个仓库没有索引到贡献指南

调研方向

No files or tests are named. Start by reproducing the one-time scheduled task and trace scheduled-task execution through Remote Control session registration and PushNotification delivery; done means the run creates a mobile-visible session and delivers its notification, while interactive sessions remain unaffected.

由索引模型根据 Issue 内容生成。

评估

领域
backend, mobile
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
活跃
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。