Skip to content

Conversation

@iscekic
Copy link
Collaborator

@iscekic iscekic commented Dec 3, 2025

Context

Adds the /session show command - useful for users who might want to fork their own sessions.

@iscekic iscekic self-assigned this Dec 3, 2025
@changeset-bot
Copy link

changeset-bot bot commented Dec 3, 2025

🦋 Changeset detected

Latest commit: fa410a5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
kilo-code Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@iscekic iscekic marked this pull request as ready for review December 3, 2025 19:15
Copilot finished reviewing on behalf of iscekic December 3, 2025 19:17
@iscekic iscekic enabled auto-merge December 3, 2025 19:18
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new /session show command that allows users to view and copy their current session ID to the clipboard. This provides a lighter-weight alternative to the existing /session share command when users only need to see the session ID without sharing it.

  • Adds /session show command handler in ChatTextArea
  • Implements sessionShow message type and handler
  • Displays session ID and copies it to clipboard with user feedback

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
webview-ui/src/components/chat/ChatTextArea.tsx Adds /session show command handling that posts a sessionShow message to the backend
src/shared/WebviewMessage.ts Adds sessionShow message type to the WebviewMessage interface
src/core/webview/webviewMessageHandler.ts Implements the sessionShow handler that retrieves and copies the session ID to clipboard with appropriate error handling

@iscekic iscekic requested a review from markijbema December 4, 2025 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants