Skip to content

Commit 1baae79

Browse files
authored
Merge pull request #228 from shelltime/claude/fix-sessionid-redeclaration-4798X
Remove SessionID field from CCStatuslineInput
2 parents 181374f + e82e815 commit 1baae79

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

model/cc_statusline_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ type CCStatuslineInput struct {
99
ContextWindow CCStatuslineContextWindow `json:"context_window"`
1010
Cwd string `json:"cwd"`
1111
Version string `json:"version"`
12-
SessionID string `json:"session_id"`
1312
Workspace *CCStatuslineWorkspace `json:"workspace"`
1413
}
1514

0 commit comments

Comments
 (0)