feat: add pre-generation outline review#198
Draft
nkmohit wants to merge 2 commits intoTHU-MAIC:mainfrom
Draft
Conversation
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
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.
Summary:
Adds an optional "Review Outline" step between outline generation and content generation. Off by default so the existing flow is unchanged for casual users. When enabled, generation pauses after the outline is drafted and shows a review page where users can edit scene titles, descriptions, key points, reorder scenes, change scene types, add new scenes, or remove unwanted ones before confirming and starting content generation.
Related Issues:
Related to #173. Context from discussion in #150 where wyuc noted a mandatory confirmation step added friction this addresses that by making the review step opt-in via a toolbar toggle.
Changes:
OutlinesEditor(previously unused component) after outline streaming completesType of Change:
Steps to reproduce / test:
What you personally verified:
pnpm exec tsc --noEmitpassesEvidence:
screenshots:





Checklist: