Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modelstudioai/openwork
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 26f609c
Choose a base ref
...
head repository: modelstudioai/openwork
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5cb6907
Choose a head ref
  • 2 commits
  • 10 files changed
  • 1 contributor

Commits on Jul 3, 2026

  1. feat(composer): add expand/collapse (maximize) toggle to the chat input

    Add a toolbar toggle that maximizes the chat composer into a tall editing
    area for composing/editing long prompts, then collapses it back. Mirrors the
    existing model and thinking-level pickers (right-side controls, hidden in
    compact mode).
    
    - Toggle button (Maximize2/Minimize2) with aria-pressed and a tooltip.
    - When expanded, the RichTextInput's inline height flips from the auto-grow
      cap (min(66vh, 540px)) to max(78vh, 560px), applied as both min/max height
      so the box is genuinely large even when empty. Recomputed on window resize.
    - Resets to collapsed on session switch.
    - New i18n keys chat.expandComposer / chat.collapseComposer in all locales.
    
    Adds e2e/assertions/composer-expand.assert.ts, which drives the built app
    over CDP in the draft state: measures the input height, clicks to maximize
    (asserts the height grows >= 2x and aria-pressed flips true), then collapses
    (asserts the height returns and aria-pressed flips false).
    claude committed Jul 3, 2026
    Configuration menu
    Copy the full SHA
    cf92809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cb6907 View commit details
    Browse the repository at this point in the history
Loading