anthropics / anthropics/claude-code

Session title changes don't propagate to the Android app

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

描述

### Summary

Renaming a Claude Code session is not reflected in the Android app. The app keeps showing the title the session had when it first synced.

### Steps to reproduce

1. Start a session on the desktop (local session, `sessionId: local_...`, `isRemote: false`).
2. Send a first message, then rename the session (session-management `set_session_title`, `session_id: "self"`).
3. `get_session` confirms the new title on the desktop side.
4. Open the same session in the Android app.

### Expected

The app shows the current session title.

### Actual

The app shows the title from the initial sync. Force-stopping the app and reloading does not update it. The desktop side is correct throughout.

### Impact

Sessions are typically auto-renamed *after* the first message, because the title is derived from it. On Android this means essentially every session shows a stale or empty title.

### Environment

- Windows 11 Pro 26200, Claude Code desktop app
- Android app, force-stop + reload attempted

贡献指南

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

调研方向

Start at the session-management set_session_title entry point and compare its update with what get_session returns on the desktop side. Trace how the renamed session reaches the Android app and how the app reloads session metadata. Done means a title changed after the first message is shown in Android, including after force-stopping and reopening the app.

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

评估

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

把新 issue 发到你的邮箱

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