[PR #6733] feat: add Quick Start button for scratch sessions #12073

Open
opened 2026-02-16 18:17:00 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/6733

State: open
Merged: No


Summary

Adds a "Quick Start" button on the home page that opens a session in the user's home directory, allowing users to start working without selecting a specific project folder.

Use Case

  • Quick experiments or prototyping
  • General-purpose AI assistance
  • When you want to "figure something out" but not as a project

Changes

  • Added quickStart() function that opens session in home directory
  • Added "Quick Start" button next to "Open project" (when projects exist)
  • Added "Quick Start" button in empty state (no recent projects)

UI

Recent projects                    [Quick start] [Open project]
─────────────────────────────────────────────────────────────
~/project-1                                      2 hours ago
~/project-2                                      yesterday
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/6733 **State:** open **Merged:** No --- ## Summary Adds a "Quick Start" button on the home page that opens a session in the user's home directory, allowing users to start working without selecting a specific project folder. ## Use Case - Quick experiments or prototyping - General-purpose AI assistance - When you want to "figure something out" but not as a project ## Changes - Added `quickStart()` function that opens session in home directory - Added "Quick Start" button next to "Open project" (when projects exist) - Added "Quick Start" button in empty state (no recent projects) ## UI ``` Recent projects [Quick start] [Open project] ───────────────────────────────────────────────────────────── ~/project-1 2 hours ago ~/project-2 yesterday ```
yindo added the pull-request label 2026-02-16 18:17:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12073