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: aws/code-editor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: aws/code-editor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 38 files changed
  • 8 contributors

Commits on Jun 12, 2026

  1. Remove Q CLI pop-up notification from post-startup-notifications exte…

    …nsion (#235)
    
    The Amazon Q CLI notification is no longer needed as a post-startup popup
    in SageMaker Unified Studio Code Editor.
    
    Co-authored-by: Shilpi Parikh <[email protected]>
    ShilpiParikh and Shilpi Parikh authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    87a3702 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2026

  1. Configuration menu
    Copy the full SHA
    6c94501 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2026

  1. Configuration menu
    Copy the full SHA
    85e2e37 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2026

  1. fix: Regenerate lockfiles and override undici, ws, tar, form-data for…

    … CVEs
    
    - Fix npm ci failure: regenerate package-lock-overrides to include http-proxy
    - undici: ^7.24.0 → ^7.28.0 (CVE-2026-6734, CVE-2026-9697, CVE-2026-12151)
    - ws: ^8.20.1 → ^8.21.0, chrome-remote-interface/ws: ^7.5.11 (CVE-2026-48779)
    - form-data: ^4.0.6 (CVE-2026-12143)
    - tar: ^7.5.16 (CVE-2026-53655)
    
    Regenerated package-lock overrides for all targets.
    Sachin Hulyalkar authored and sachinh-amazon committed Jun 24, 2026
    Configuration menu
    Copy the full SHA
    fd6c28d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2026

  1. fix: prefix unused context param with underscore in post-startup-noti…

    …fications
    Chunqiu Lu authored and chunqilu committed Jul 3, 2026
    Configuration menu
    Copy the full SHA
    02964b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2026

  1. fix: Set sagemakerCodeEditorVersion to 1.10.0

    Replace __SAGEMAKER_VERSION__ placeholder with the actual conda
    package version. This value is displayed in Help > About.
    pilgd-aws committed Jul 6, 2026
    Configuration menu
    Copy the full SHA
    5b6037a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2026

  1. Configuration menu
    Copy the full SHA
    7283bbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9105eb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2026

  1. Configuration menu
    Copy the full SHA
    4d1c2d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2026

  1. chore: override tar to ^7.5.19, shell-quote to ^1.9.0, axios to ^1.18…

    ….0, brace-expansion to ^5.0.8
    Sachin Hulyalkar authored and sachinh-amazon committed Jul 27, 2026
    Configuration menu
    Copy the full SHA
    1c391d4 View commit details
    Browse the repository at this point in the history
  2. chore: keep x64 architecture in third-party attribution

    Sachin Hulyalkar authored and sachinh-amazon committed Jul 27, 2026
    Configuration menu
    Copy the full SHA
    f80c7b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2026

  1. fix: backport upstream copilot config scope hardening; reconcile exte…

    …nsion host iframe and notebook render mitigations
    
    Restrict Copilot debug/proxy/CAPI URL override settings to user (global)
    scope only via a new common quilt patch, so a workspace's settings.json can
    no longer redirect Copilot requests to an attacker endpoint. Register the
    already-shipped extension host iframe parentOrigin hardening (web-server/
    webview.diff) and the notebook/mermaid render safety as backported entries;
    the upstream vulnerable mermaid preview file is not present and the shipped
    renderer already avoids untrusted innerHTML.
    
    Remove the copilot patch when Code-OSS is updated to >= 1.128.1.
    Sachin Hulyalkar authored and sachinh-amazon committed Jul 28, 2026
    Configuration menu
    Copy the full SHA
    2cfd709 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2026

  1. chore: override undici to ^7.29.0, ip-address to ^10.3.1, brace-expan…

    …sion build tool to ^5.0.9
    
    Bumps the undici and ip-address dependency override versions flagged by the nightly Security Scan and regenerates the affected package-lock overrides and OSS attribution. Also bumps brace-expansion to ^5.0.9 in the oss-attribution-generator build tool. Downstream finding-override patches (axios, ws, github-copilot, form-data, tar, anthropic-sdk, shell-quote) and quilt-managed patches later in the series are refreshed for context drift in the shared overrides block; their own override versions and code changes are unchanged.
    xyos committed Aug 7, 2026
    Configuration menu
    Copy the full SHA
    4a7c87c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2026

  1. Configuration menu
    Copy the full SHA
    fe4fe94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb99e37 View commit details
    Browse the repository at this point in the history
Loading