Skip to content

feat(app): add full session option to web fork dialog#37054

Open
HopelessLoop wants to merge 11 commits into
anomalyco:devfrom
HopelessLoop:web-fork-full
Open

feat(app): add full session option to web fork dialog#37054
HopelessLoop wants to merge 11 commits into
anomalyco:devfrom
HopelessLoop:web-fork-full

Conversation

@HopelessLoop

Copy link
Copy Markdown

Issue for this PR

Closes #37016

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Web fork dialog only supports forking up to a selected message — there is no way to fork the entire conversation. CLI and TUI both support full-session fork. This adds a "Full session" option as the first item in the web fork dialog list. Selecting it calls session.fork() without messageID, copying all messages. Behavior matches the existing TUI implementation in DialogForkFromTimeline.

How did you verify your code works?

Tested locally: opened fork dialog, selected "Full session", verified new session contains all messages from the original. Existing message-based fork path unchanged.

Screenshots / recordings

image

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions

Copy link
Copy Markdown
Contributor

Hey! Your PR title Web fork full doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@HopelessLoop HopelessLoop changed the title Web fork full feat(app): add full session option to web fork dialog Jul 15, 2026
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.

[FEATURE]: Web fork dialog — add "Full session" option

1 participant