claude-code-best/src
unraid c5f52cd668 fix: daemon 子进程 spawn 跨平台修复 + CliLaunchSpec 集中化重构
- 新建 src/utils/cliLaunch.ts: 集中化 CLI 子进程启动层
  - buildCliLaunch(): 标准化启动规范(execArgv snapshot + bundled mode 检测)
  - spawnCli(): 统一 spawn(自动 windowsHide)
  - quoteCliLaunch(): tmux shell 引用
- 修复 --daemon-worker=kind 等号格式解析(cli.tsx)
- 修复 daemon/bg fast path 缺少 setShellIfWindows()(Windows git-bash 发现)
- 修复 checkPathExists 用 execSync('dir') 改为 existsSync(消除 cmd.exe 弹窗)
- 修复 CLAUDE_CODE_GIT_BASH_PATH env 传播给子进程
- 7 个 spawn 站点迁移到 CliLaunchSpec
- BgEngine 接口新增 supportsInteractiveInput capability
- daemon bg 无 -p 时 detached 引擎给出清晰错误提示
2026-04-14 22:16:35 +08:00
..
__tests__ chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
assistant feat: integrate 5 feature branches + daemon/job 命令层级化 + 跨平台后台引擎 + TypeScript 错误修复 2026-04-14 19:53:36 +08:00
bootstrap chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
bridge fix: daemon 子进程 spawn 跨平台修复 + CliLaunchSpec 集中化重构 2026-04-14 22:16:35 +08:00
buddy chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
cli fix: daemon 子进程 spawn 跨平台修复 + CliLaunchSpec 集中化重构 2026-04-14 22:16:35 +08:00
commands fix: daemon 子进程 spawn 跨平台修复 + CliLaunchSpec 集中化重构 2026-04-14 22:16:35 +08:00
components chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
constants chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
context chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
coordinator feat: 工具层及 mcp 大重构 (#252) 2026-04-13 09:52:05 +08:00
daemon fix: daemon 子进程 spawn 跨平台修复 + CliLaunchSpec 集中化重构 2026-04-14 22:16:35 +08:00
entrypoints fix: daemon 子进程 spawn 跨平台修复 + CliLaunchSpec 集中化重构 2026-04-14 22:16:35 +08:00
environment-runner chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
hooks chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
jobs feat: integrate 5 feature branches + daemon/job 命令层级化 + 跨平台后台引擎 + TypeScript 错误修复 2026-04-14 19:53:36 +08:00
keybindings chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
memdir chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
migrations chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
moreright chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
native-ts chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
outputStyles feat: build 2026-03-31 19:22:47 +08:00
plugins feat: build 2026-03-31 19:22:47 +08:00
proactive feat: integrate 5 feature branches + daemon/job 命令层级化 + 跨平台后台引擎 + TypeScript 错误修复 2026-04-14 19:53:36 +08:00
query chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
remote chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
schemas chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
screens chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
self-hosted-runner chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
server chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
services chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
skills chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
ssh chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
state chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
tasks chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
types chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
upstreamproxy feat: 问就是封包 2026-03-31 23:32:58 +08:00
utils fix: daemon 子进程 spawn 跨平台修复 + CliLaunchSpec 集中化重构 2026-04-14 22:16:35 +08:00
vim feat: build 2026-03-31 19:22:47 +08:00
voice feat: build 2026-03-31 19:22:47 +08:00
commands.ts feat: integrate 5 feature branches + daemon/job 命令层级化 + 跨平台后台引擎 + TypeScript 错误修复 2026-04-14 19:53:36 +08:00
context.ts feat: build 2026-03-31 19:22:47 +08:00
cost-tracker.ts feat: build 2026-03-31 19:22:47 +08:00
costHook.ts feat: build 2026-03-31 19:22:47 +08:00
dialogLaunchers.tsx chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
history.ts chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
interactiveHelpers.tsx chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
main.tsx chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
projectOnboardingState.ts feat: build 2026-03-31 19:22:47 +08:00
query.ts chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
QueryEngine.ts chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
replLauncher.tsx chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
setup.ts chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00
Task.ts feat: build 2026-03-31 19:22:47 +08:00
tasks.ts feat: build 2026-03-31 19:22:47 +08:00
Tool.ts feat: langfuse 工具调用显示为嵌套结构 2026-04-13 18:09:12 +08:00
tools.ts chore: full Biome lint cleanup — zero errors, zero warnings 2026-04-14 19:56:13 +08:00