feat: add Discussion mode and refine workspace Explorer - #265
Open
elkaix wants to merge 4 commits into
Open
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
commit: |
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
Related to #251.
Depends on #263 for the workspace Explorer foundation used by the Discussion UI.
Problem
Pythinker needs one bounded two-model discussion flow that behaves the same in Web and the interactive TUI. Users also need to see where the models agree or diverge and open workspace files without mixing file controls with task controls.
What changed
Waiting…until the user starts the next stage.Show files, with Back to tasks, workspace search, lazy browsing, and file preview./discussioncanonical and/expert-opinioncompatible across Web, Desktop, and the interactive TUI.Enable with
PYTHINKER_CODE_EXPERIMENTAL_EXPERT_TALK=1, then run/discussion.Budget decision
The staged flow keeps 8 read-only tool rounds per opening and 4 per optional comparison or Fusion stage. This gives an explicit maximum of 56 provider attempts and supersedes the earlier 24-attempt planning cap in #251.
Verification
Show filesclick path, files search and preview, Back to tasks, comparison cards, and the pausedWaiting…state.Checklist
/approve).gen-changesetsskill, or this PR needs no changeset.gen-docsskill, or this PR needs no doc update.