-
-
Notifications
You must be signed in to change notification settings - Fork 80.7k
feat: support pinning / starring sessions for quick access #88568
Copy link
Copy link
Closed
Labels
P3Low-priority cleanup, docs, polish, ergonomics, or speculative work.Low-priority cleanup, docs, polish, ergonomics, or speculative work.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.impact: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
P3Low-priority cleanup, docs, polish, ergonomics, or speculative work.Low-priority cleanup, docs, polish, ergonomics, or speculative work.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.impact: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
Priority
None yet
Feature Request: Session Pinning / Starring
Problem
When using OpenClaw across multiple channels (webchat, Telegram, Discord, etc.), the session list grows quickly. It would be very helpful to be able to pin (star/bookmark) important sessions so they appear at the top of the session list, making them easy to find again.
Currently
openclaw sessions listonly supports ordering by recency, with no way to keep specific sessions always on top.Proposed Solution
Add a pin/star mechanism for sessions, e.g.:
openclaw sessions pin <sessionId>/openclaw sessions unpin <sessionId>openclaw sessions listcould accept a--pinned-firstflag, or sort pinned sessions to the top by defaultUse Cases
Alternatives Considered
sessions_listtool supportslabelfiltering), but that is more for programmatic routing than user-facing bookmarksAdditional Context
This came up during real usage on macOS (WebChat surface). Happy to provide more details if needed.