ishaan1013 / ishaan1013/shadow
Add terminal history persistence
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 178
- PR merge metrics
- No merged PRs in 30d
Description
Terminal history is currently stored in-memory via TerminalBuffer class
• History should persist across task restarts and browser sessions
• Store terminal entries in database with task association for retrieval
• Update useTerminalSocket to handle persistent history loading
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the in-memory history in TerminalBuffer and the loading flow in useTerminalSocket. Identify the database entry point and task association used by the terminal, then persist entries so they can be retrieved after task restarts and browser sessions. Done means history is restored for the associated task in both cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100