-
-
Notifications
You must be signed in to change notification settings - Fork 80.3k
[Feature]: Topic/Session Management UI #54397
Copy link
Copy link
Open
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.enhancementNew feature or requestNew feature or requestimpact:session-stateSession, memory, transcript, context, or agent state can drift or corrupt.Session, memory, transcript, context, or agent state can drift or corrupt.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.Issue quality rating does not apply to this item.
Description
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.enhancementNew feature or requestNew feature or requestimpact:session-stateSession, memory, transcript, context, or agent state can drift or corrupt.Session, memory, transcript, context, or agent state can drift or corrupt.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.Issue quality rating does not apply to this item.
Type
Fields
No fields configured for issues without a type.
Summary
Add Topic Management UI (similar to Cherry Studio conversation threads)
Problem to solve
Currently OpenClaw supports multiple sessions at the backend level, but lacks a user-friendly UI for managing conversation topics:
Proposed solution
Add a Topic Management System similar to Cherry Studio:
UI Features:
Backend:
Alternatives considered
No response
Impact
TUI
openclaw tui --session # Already works
openclaw session list # New: list all sessions with names
openclaw session create # New: create named session
openclaw session rename # New: rename session
openclaw session delete # New: delete session
``
Use Case
As a user with multiple ongoing projects, I want to:
Comparison
| Feature | Cherry Studio | OpenClaw (Current) |⚠️ (CLI only) |
|---------|---------------|----- -----------|
| Topic List UI | ✅ | ❌ |
| Topic Naming | ✅ | ❌ (ID only) |
| Topic Switching | ✅ |
| Topic Search | ✅ | ❌ |
Evidence/examples
No response
Additional information
No response