Skip to content

Commit 87ca1b8

Browse files
committed
fix(desktop): add missing ptyPid property declaration
1 parent 7727e50 commit 87ca1b8

5 files changed

Lines changed: 129 additions & 0 deletions

File tree

apps/desktop/src/main/terminal-host/session.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export class Session {
8989
private subprocessStdoutPaused = false;
9090
private lastAttachedAt: Date;
9191
private exitCode: number | null = null;
92+
private ptyPid: number | null = null;
9293
private disposed = false;
9394
private terminatingAt: number | null = null;
9495
private subprocessDecoder: PtySubprocessFrameDecoder | null = null;
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
type: auto-handoff
3+
date: 2026-01-02T16:29:44.938Z
4+
session_name: tui-white-screen
5+
trigger: pre-compact (opencode)
6+
---
7+
8+
# Auto-Handoff: Unknown
9+
10+
This handoff was automatically created before context compaction.
11+
12+
## In Progress
13+
14+
Unknown
15+
16+
## Recent Completed
17+
18+
- Done: [x] Removed debug logging
19+
- Done: [x] Updated technical documentation
20+
- Done: [x] User verified: "omg everything feels buttery smooth now!"
21+
22+
- Complete: [] **BUG RESOLVED**
23+
24+
## Resume Instructions
25+
26+
1. Read this handoff to understand current state
27+
2. Check the ledger for full context: thoughts/ledgers/CONTINUITY_CLAUDE-tui-white-screen.md
28+
3. Continue from where you left off
29+
30+
## Source Ledger
31+
32+
/Users/andreasasprou/.superset/worktrees/superset/fork-release-strategy/thoughts/ledgers/CONTINUITY_CLAUDE-tui-white-screen.md
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
type: auto-handoff
3+
date: 2026-01-02T16:35:26.988Z
4+
session_name: tui-white-screen
5+
trigger: pre-compact (opencode)
6+
---
7+
8+
# Auto-Handoff: Unknown
9+
10+
This handoff was automatically created before context compaction.
11+
12+
## In Progress
13+
14+
Unknown
15+
16+
## Recent Completed
17+
18+
- Done: [x] Removed debug logging
19+
- Done: [x] Updated technical documentation
20+
- Done: [x] User verified: "omg everything feels buttery smooth now!"
21+
22+
- Complete: [] **BUG RESOLVED**
23+
24+
## Resume Instructions
25+
26+
1. Read this handoff to understand current state
27+
2. Check the ledger for full context: thoughts/ledgers/CONTINUITY_CLAUDE-tui-white-screen.md
28+
3. Continue from where you left off
29+
30+
## Source Ledger
31+
32+
/Users/andreasasprou/.superset/worktrees/superset/fork-release-strategy/thoughts/ledgers/CONTINUITY_CLAUDE-tui-white-screen.md
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
type: auto-handoff
3+
date: 2026-01-02T16:44:24.283Z
4+
session_name: tui-white-screen
5+
trigger: pre-compact (opencode)
6+
---
7+
8+
# Auto-Handoff: Unknown
9+
10+
This handoff was automatically created before context compaction.
11+
12+
## In Progress
13+
14+
Unknown
15+
16+
## Recent Completed
17+
18+
- Done: [x] Removed debug logging
19+
- Done: [x] Updated technical documentation
20+
- Done: [x] User verified: "omg everything feels buttery smooth now!"
21+
22+
- Complete: [] **BUG RESOLVED**
23+
24+
## Resume Instructions
25+
26+
1. Read this handoff to understand current state
27+
2. Check the ledger for full context: thoughts/ledgers/CONTINUITY_CLAUDE-tui-white-screen.md
28+
3. Continue from where you left off
29+
30+
## Source Ledger
31+
32+
/Users/andreasasprou/.superset/worktrees/superset/fork-release-strategy/thoughts/ledgers/CONTINUITY_CLAUDE-tui-white-screen.md
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
type: auto-handoff
3+
date: 2026-01-02T17:07:48.289Z
4+
session_name: tui-white-screen
5+
trigger: pre-compact (opencode)
6+
---
7+
8+
# Auto-Handoff: Unknown
9+
10+
This handoff was automatically created before context compaction.
11+
12+
## In Progress
13+
14+
Unknown
15+
16+
## Recent Completed
17+
18+
- Done: [x] Removed debug logging
19+
- Done: [x] Updated technical documentation
20+
- Done: [x] User verified: "omg everything feels buttery smooth now!"
21+
22+
- Complete: [] **BUG RESOLVED**
23+
24+
## Resume Instructions
25+
26+
1. Read this handoff to understand current state
27+
2. Check the ledger for full context: thoughts/ledgers/CONTINUITY_CLAUDE-tui-white-screen.md
28+
3. Continue from where you left off
29+
30+
## Source Ledger
31+
32+
/Users/andreasasprou/.superset/worktrees/superset/fork-release-strategy/thoughts/ledgers/CONTINUITY_CLAUDE-tui-white-screen.md

0 commit comments

Comments
 (0)