mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-17 11:31:38 +00:00
The /new draft page now renders the same welcome block as the empty-chat start screen, with the draft controls folded in launcher-style: hero on top, a quiet borderless target row (agent, node, folder, worktree) directly above the mid-screen composer, and the recent chats below. The page reuses renderWelcomeState via hint/composer slots so the surfaces cannot drift apart; the shell treats /new as a chat-like route that owns its scrolling, with the top inset doubling as the native titlebar drag band. The welcome is content-sized on this route so a tall draft (open folder browser, short window) stays scrollable from the top. Also repairs the stale new-session e2e heading wait (the h1 was removed in Closes #105068