anthropics / anthropics/claude-code
Desktop app: allow "Start locally" as the default action on task chips
- 主要语言
- Python
- 星标
- 145k
- 派生
- 23.1k
- PR 合并指标
- PR 指标待抓取
描述
In the Claude Code desktop app (Code tab), task suggestion chips created by a session (`spawn_task`) show two actions: "Start with worktree" as the primary button and "Start locally" as secondary.
My workflow is main-branch only, no worktrees, so I click "Start locally" every time. There is no setting to change the default. I tested `worktree.bgIsolation: "none"` in settings.json (with an app restart) and the chip still defaults to worktree.
Request: a setting (settings.json or app preference) to pick the default chip action, or have the chip respect `worktree.bgIsolation`.
Version: desktop app on macOS, Claude Code 2.1.239.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start with the Code tab flow for task suggestion chips created by session spawn_task calls, and compare its default selection with the worktree.bgIsolation setting in settings.json. Done means users can choose "Start locally" as the default, or the chip derives that choice from worktree.bgIsolation, while both actions remain available.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- macos
- 领域
- desktop
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 48/100