Thanks to visit codestin.com
Credit goes to github.com

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: wavetermdev/waveterm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: PureLo/waveterm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Apr 10, 2026

  1. feat: add quick terminal float window with double-ESC trigger

    - Implement quick terminal float window triggered by double-ESC (300ms threshold)
    - Auto-inherit cwd and connection context from focused block
    - Adaptive height: starts at 10% window, grows with content up to 50% max
    - Position: uses source block width with horizontal inset, falls back to layout width
    - Add quickTerminalAtom for state management (visible/blockId/opening/closing)
    - ESC key: single ESC dismisses quick terminal, passthrough vdom mode escape to global
    - OSC 7: track current working directory to currentCwdAtom for context inheritance
    - Add ephemeral 'quick-terminal' node type with dynamic height calculation
    PureLo committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    bc069d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. fix: improve type safety and extract magic string constant

    - Replace `as any` casts with proper `TermViewModel` type casting
    - Extract "quick-terminal" magic string to QuickTerminalEphemeralType constant
    PureLo committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    26def5f View commit details
    Browse the repository at this point in the history
Loading