openclaw - 💡(How to fix) Fix Add visible New Chat / New Session button to Control UI [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#69801Fetched 2026-04-22 07:48:09
View on GitHub
Comments
0
Participants
1
Timeline
0
Reactions
0
Author
Participants
RAW_BUFFERClick to expand / collapse

Please add a visible New Chat button to the OpenClaw Control UI so users can start a fresh session from the dashboard without reusing the current chat.

Problem

There is no obvious way in the current UI to create a new chat/session from either:

  • the Chat view
  • the Sessions view

Users can view and switch sessions, but creating a new one is unclear or not exposed.

Requested behavior

Add a New Chat button in one or more of these locations:

  • Chat page header, near the current session chip
  • left sidebar under Chat
  • Sessions page header

When clicked, it should:

  1. create a new direct session
  2. open it immediately in the chat view
  3. update the URL to /chat?session=<new-session-key> or equivalent

Nice to have

  • optional session name/label on creation
  • copy current model/settings into the new session
  • keyboard shortcut like Cmd/Ctrl + Shift + N

Why

  • this is a standard expected chat affordance
  • it reduces confusion around session management
  • it makes the Control UI feel more intuitive and complete

extent analysis

TL;DR

Add a New Chat button to the OpenClaw Control UI, potentially in the Chat page header, left sidebar, or Sessions page header, to enable users to create a new chat session.

Guidance

  • Identify the most suitable location for the New Chat button, considering user experience and existing UI elements.
  • Determine the technical requirements for creating a new direct session, such as generating a unique session key and updating the URL.
  • Consider implementing optional features, like session naming and copying current model/settings, to enhance user experience.
  • Plan for potential keyboard shortcut integration, like Cmd/Ctrl + Shift + N, for power users.

Example

No code snippet is provided due to the lack of specific technical details in the issue.

Notes

The implementation details may vary depending on the underlying technology stack and framework used in the OpenClaw Control UI.

Recommendation

Apply workaround: Add the New Chat button to the most intuitive location, such as the Chat page header, to provide a basic solution for users to create new chat sessions.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix Add visible New Chat / New Session button to Control UI [1 participants]