Skip to content

feat: fork selected agent text into a side pane - #14616

Draft
oz-for-oss[bot] wants to merge 1 commit into
masterfrom
oz-agent/implement-issue-14610
Draft

feat: fork selected agent text into a side pane#14616
oz-for-oss[bot] wants to merge 1 commit into
masterfrom
oz-agent/implement-issue-14610

Conversation

@oz-for-oss

@oz-for-oss oz-for-oss Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Closes #14610

Summary

  • Adds a selected-text context-menu action for AI rich-content blocks: “Fork selection in new pane”.
  • Builds fork parameters from the selected AI block text, preserving the source conversation/exchange boundary and opening the fork in a split pane.
  • Adds focused terminal view tests for AI rich-content selection and ensures regular terminal text selection does not show the fork action.
  • Includes small validation fixes needed for the required all-target/all-feature clippy command to pass in this checkout.

Validation

  • ./script/format
  • CARGO_BUILD_JOBS=1 cargo clippy --workspace --all-targets --all-features --tests -- -D warnings
  • CARGO_BUILD_JOBS=1 cargo nextest run -p warp -E 'test(selected_ai_block_text_can_be_forked_in_new_pane) | test(regular_selected_text_context_menu_does_not_include_fork_selection)'

Notes

  • The required GitHub context fetch script was not present at .agents/shared/scripts/fetch_github_context.py, so issue body/comments could not be fetched via the only supported mechanism for this run.

Co-Authored-By: Sathvik Vangavolu <113149539+vikvang@users.noreply.github.com>

Co-Authored-By: Oz <oz-agent@warp.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fork an agent conversation from selected text into a side pane

1 participant