vibe-coding-master 0.6.11 → 0.6.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -671,7 +671,6 @@ export function createSessionService(deps) {
|
|
|
671
671
|
...current,
|
|
672
672
|
claudeSessionId: sessionIdentity.claudeSessionId,
|
|
673
673
|
transcriptPath: sessionIdentity.transcriptPath,
|
|
674
|
-
cwd: input.cwd ?? current.cwd,
|
|
675
674
|
activityStatus: isTurnEnd ? "idle" : isCompact ? current.activityStatus : "running",
|
|
676
675
|
lastHookEventAt: timestamp,
|
|
677
676
|
lastTurnEndedAt: isTurnEnd ? timestamp : current.lastTurnEndedAt,
|
|
@@ -797,7 +796,6 @@ export function createSessionService(deps) {
|
|
|
797
796
|
...current,
|
|
798
797
|
claudeSessionId: sessionIdentity.claudeSessionId,
|
|
799
798
|
transcriptPath: sessionIdentity.transcriptPath,
|
|
800
|
-
cwd: input.cwd ?? current.cwd,
|
|
801
799
|
activityStatus: isTurnEnd ? "idle" : isCompact ? current.activityStatus : "running",
|
|
802
800
|
lastHookEventAt: timestamp,
|
|
803
801
|
lastTurnEndedAt: isTurnEnd ? timestamp : current.lastTurnEndedAt,
|