Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8c2dde5
feat(code): add new product creation flow with Socratic scaffolding
Twixes Apr 26, 2026
8ebe2a4
fix(code): inline rounds selector into the dialog header copy
Twixes Apr 26, 2026
eaca266
fix(code): use number input for clarification rounds
Twixes Apr 26, 2026
f164a6b
fix(code): bring back SegmentedControl for clarification rounds
Twixes Apr 26, 2026
625424a
feat(code): add "Skip for now" option for PostHog project link
Twixes Apr 26, 2026
58d465e
refactor(code): reuse the sidebar's useProjects hook in ProjectPicker
Twixes Apr 26, 2026
75faee7
chore(code): use "Uber for dogs" as the dialog placeholder example
Twixes Apr 26, 2026
7c3e16d
refactor(code): defer PostHog project linking to publish time
Twixes Apr 26, 2026
3562949
refactor(code): drop [UNPUBLISHED] prefix logic — never shipped
Twixes Apr 26, 2026
a5d3648
feat(code): polish Product Creation Dialog
Twixes Apr 26, 2026
0fba450
fix(code): accept null OR undefined projectId in scratchpad creation
Twixes Apr 26, 2026
fdc1792
fix(code): scratchpad creation navigation + dialog state
Twixes Apr 26, 2026
45759b5
fix(code): git init scratchpads at scaffold time
Twixes Apr 26, 2026
1e6a72f
fix(code): prime tasks-list cache after scratchpad creation
Twixes Apr 26, 2026
7bf9410
chore(code): pin scratchpad task title to "Building from scratch"
Twixes Apr 26, 2026
772ff0e
fix(code): correct trash-confirm copy
Twixes Apr 26, 2026
6a948fb
feat(code): match Product Creation Dialog to New task input
Twixes Apr 26, 2026
97803c3
feat(code): polish Product Creation Dialog
Twixes Apr 26, 2026
2c358a6
feat(code): tell the user a preview will open automatically
Twixes Apr 26, 2026
2f0fd4f
refactor(code): simplify pass over the scratchpad feature
Twixes Apr 26, 2026
7bf4122
feat(code): open preview in a split pane next to the chat
Twixes Apr 26, 2026
47634da
feat(code): instruct agent to use frontend-design when scaffolding UI
Twixes Apr 26, 2026
762b75b
chore(code): WebFetch the frontend-design SKILL.md directly
Twixes Apr 26, 2026
bed695b
chore(code): rename "new product" to "new app" in user-facing copy
Twixes Apr 26, 2026
76357e8
feat(code): pitch the new-app flow in the dialog
Twixes Apr 26, 2026
dd03b97
feat(code): preview-first scaffolding + cleaner prompt
Twixes Apr 26, 2026
34a418e
refactor(code): drop askClarification MCP tool — use Claude's built-i…
Twixes Apr 26, 2026
dc7be98
fix(code): make Quill dropdowns interactive inside Radix dialogs
Twixes Apr 26, 2026
d70d6b8
feat(code): bring back the Socratic rounds budget (no custom MCP tool)
Twixes Apr 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE `workspaces` ADD `scratchpad` integer DEFAULT false NOT NULL;
Loading
Loading