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: puxu-msft/copilot-api-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jleonar2/copilot-api-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 10 files changed
  • 2 contributors

Commits on Apr 11, 2026

  1. feat: add Esc key to cancel all active requests from terminal

    - RequestContext gains abort() method and abortSignal getter; calling
      abort() fires the AbortController and immediately fails the context
      with "Request cancelled by user"
    - RequestContextManager gains abortAll() to cancel every in-flight request
    - All three streaming handlers wire reqCtx.abortSignal into their
      combineAbortSignals() call so the signal propagates through the stream loop
    - New tui/keyboard.ts listens on stdin in raw mode: Esc → abortAll(),
      Ctrl+C → re-emits SIGINT (raw mode would otherwise swallow it)
    - Keyboard handler is initialised after server start and cleaned up on shutdown
    - Fix pre-existing TS errors in vuetify-history.pw.ts (missing DOM types)
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    jleonar2 and claude committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    240d89a View commit details
    Browse the repository at this point in the history
Loading