[PR #1236] [CLOSED] feat: add custom sessionId #9857

Closed
opened 2026-02-16 18:14:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1236
Author: @Rhain
Created: 7/22/2025
Status: Closed

Base: devHead: dev


📝 Commits (1)

  • 4e4cd41 feat: add custom sessionId

📊 Changes

2 files changed (+12 additions, -3 deletions)

View changed files

📝 packages/opencode/src/server/server.ts (+10 -1)
📝 packages/opencode/src/session/index.ts (+2 -2)

📄 Description

When creating a session, I want to customize the ID by obtaining parameters from the session creation process and use the custom ID to create the session.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1236 **Author:** [@Rhain](https://github.com/Rhain) **Created:** 7/22/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`4e4cd41`](https://github.com/anomalyco/opencode/commit/4e4cd419365f9dcf52af4c30fc82d31ac4b0781e) feat: add custom sessionId ### 📊 Changes **2 files changed** (+12 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/server/server.ts` (+10 -1) 📝 `packages/opencode/src/session/index.ts` (+2 -2) </details> ### 📄 Description When creating a session, I want to customize the ID by obtaining parameters from the session creation process and use the custom ID to create the session. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:17 -05:00
yindo closed this issue 2026-02-16 18:14:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9857