Skip to content

feat(leantui): add sessions command - #4119

Merged
rumpl merged 1 commit into
docker:mainfrom
rumpl:feat/lean-tui-sessions
Sep 2, 2026
Merged

feat(leantui): add sessions command#4119
rumpl merged 1 commit into
docker:mainfrom
rumpl:feat/lean-tui-sessions

Conversation

@rumpl

@rumpl rumpl commented Sep 2, 2026

Copy link
Copy Markdown
Member

Summary

  • add a /sessions command to the lean TUI
  • list and search previous sessions from the current directory
  • restore the selected conversation in place so it can be resumed
  • prevent session switching while a response is running

Validation

  • go test ./pkg/leantui/...
  • task lint
  • go build ./...
  • task test (all packages passed except the unrelated pkg/sandbox TestExtraWorkspace/built-in_name, which is affected by the local user alias named default; it passes with a clean home/config)

Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
@rumpl
rumpl requested a review from a team as a code owner September 2, 2026 20:36
@aheritier aheritier added area/core Core agent runtime, session management area/testing Test infrastructure, CI/CD, test runners, evaluation area/tui For features/issues/fixes related to the TUI kind/feat PR adds a new feature (maps to feat:). Use on PRs only. labels Sep 2, 2026
@rumpl
rumpl enabled auto-merge September 2, 2026 21:17
@rumpl
rumpl merged commit 79524a5 into docker:main Sep 2, 2026
15 of 16 checks passed
aheritier added a commit that referenced this pull request Sep 3, 2026
Adds /sessions to the documented list of lean TUI slash commands and
explains that it browses/resumes past sessions from the current
working directory.

Reflects changes from #4119.
Source PR: #4119
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/core Core agent runtime, session management area/testing Test infrastructure, CI/CD, test runners, evaluation area/tui For features/issues/fixes related to the TUI kind/feat PR adds a new feature (maps to feat:). Use on PRs only.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants