Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5bc9016
feat(tui): add tab navigation with Plan, Execute, and Review views
ktpei Mar 23, 2026
34d9e55
feat(tui): clean up visual hierarchy
ktpei Mar 25, 2026
0377c11
feat(tui): add prompt mode, improve chat polling, and refine plan view
ktpei Apr 8, 2026
d930dec
feat(tui): add execute start flow and keep tab views mounted
ktpei Apr 15, 2026
c77171b
refactor(tui): stop auto-starting plan instance on ensure
ktpei Apr 15, 2026
d819987
feat(tui): wire Chat into Execute tab
ktpei Apr 15, 2026
8db3ce3
Add OpenCode handoff notes
ktpei Apr 24, 2026
89b2457
Fix daemon completion with current OpenCode SDK
ktpei Apr 24, 2026
ccc0bea
feat(tui): skill-based plan chat, daemon permissions, and execute view
ktpei Apr 25, 2026
004faeb
Make plan artifact writes deterministic
ktpei Apr 26, 2026
9da336f
Redesign plan chat artifact generation
ktpei Apr 27, 2026
ae4aaec
Make plan overlays opaque
ktpei Apr 27, 2026
e8ba376
Fix task overlay shortcut handling
ktpei Apr 27, 2026
e66e0a8
feat(tui): rename assistant to Ralph, increase no-info timeout
ktpei Apr 27, 2026
f59d4e6
fix: resolve rebase conflicts with main's sqlite migration
ktpei Apr 27, 2026
9255671
style: fix biome formatting
ktpei Apr 27, 2026
4007ae5
Implement project-store execution loop
ktpei Apr 28, 2026
609ab4a
Handle durable completion without sentinel
ktpei Apr 28, 2026
c68366a
Redesign execute tab around plan progress
ktpei Apr 28, 2026
121fc6d
Isolate plan artifact generation sessions
ktpei Apr 28, 2026
3ef5a07
Remove local metadata from plan view branch
ktpei Apr 28, 2026
8cd02d5
Merge branch 'main' into feat/plan-view
chenxin-yan Apr 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apps/tui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@techatnyu/ralphd": "workspace:*",
"@opentui/core": "^0.1.77",
"@opentui/react": "^0.1.77",
"react": "^19.2.4"
"react": "^19.2.4",
"zod": "^4.3.6"
}
}
Loading
Loading