fix(desktop): drop a stale comment describing the removed inheritance step

This commit is contained in:
Brooklyn Nicholson 2026-08-08 15:00:44 -05:00
parent bd39673b8f
commit c96b978d54
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ export function useSessionActions({
try {
// Fresh tile → the caller's workspace when one was named (the sidebar
// "+" on a project/worktree lane), else the resolved new-session cwd
// (focused session's project → project scope → default).
// (project scope → configured default).
const params = await desktopSessionCreateParams((options?.cwd || resolveNewSessionCwd()).trim())
const created = await requestGateway<SessionCreateResponse>('session.create', params)
const stored = created.stored_session_id