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: 4455781
Choose a base ref
...
head repository: modelstudioai/openwork
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 077a185
Choose a head ref
  • 4 commits
  • 10 files changed
  • 2 contributors

Commits on Jul 2, 2026

  1. Add jump-to-latest (scroll-to-bottom) button to the chat transcript

    Show a floating down-chevron button near the bottom of the transcript when
    the user has scrolled well away from the latest message (200px hysteresis).
    Clicking it re-enables sticky-bottom auto-scroll and smooth-scrolls back to
    the newest message; it hides itself at the bottom and on session switch.
    
    Reuses ChatDisplay's existing scroll state (distanceFromBottom,
    isStickToBottomRef, messagesEndRef) and motion/AnimatePresence primitives.
    Frontend-only; one new i18n key chat.scrollToBottom across all six locales.
    
    Adds a reusable seed(profileDirs) hook to the e2e harness so assertions can
    pre-seed an on-disk session before launch (backend-independent), and a CDP
    assertion that seeds a 40-message session, opens it, scrolls up, asserts the
    button appears, clicks it, and asserts the transcript returns to the bottom
    and the button hides.
    claude committed Jul 2, 2026
    Configuration menu
    Copy the full SHA
    43601fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30d6472 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2026

  1. chore: merge main into loop/scroll-to-bottom

    Resolve merge conflict in docs/loop/feature-ledger.md by unioning the
    branch's ledger rows with main's reduce-motion (#51) entry, so no rows are
    lost from either side. Each PR is referenced once. Locale files auto-merged
    cleanly; i18n parity verified (7 locales, equal key sets, no dups).
    claude committed Jul 6, 2026
    Configuration menu
    Copy the full SHA
    c841663 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2026

  1. Merge remote-tracking branch 'origin/main' into loop/scroll-to-bottom

    # Conflicts:
    #	docs/loop/feature-ledger.md
    DragonnZhang committed Jul 16, 2026
    Configuration menu
    Copy the full SHA
    077a185 View commit details
    Browse the repository at this point in the history
Loading