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: eclipse-theia/theia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.61.0
Choose a base ref
...
head repository: eclipse-theia/theia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.61.1
Choose a head ref
  • 15 commits
  • 117 files changed
  • 6 contributors

Commits on Apr 29, 2025

  1. Remove git deprecation from Publishing

    Signed-off-by: Simon Graband <sgraband@eclipsesource.com>
    sgraband committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    db45f54 View commit details
    Browse the repository at this point in the history
  2. docs: update changelog for 1.61.0

    Signed-off-by: Simon Graband <sgraband@eclipsesource.com>
    sgraband committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    eba9aff View commit details
    Browse the repository at this point in the history
  3. core: update re-exports for 1.61.0

    Signed-off-by: Simon Graband <sgraband@eclipsesource.com>
    sgraband committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    360cdfb View commit details
    Browse the repository at this point in the history
  4. v1.61.0

    Signed-off-by: Simon Graband <sgraband@eclipsesource.com>
    sgraband committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    915f431 View commit details
    Browse the repository at this point in the history
  5. Use ubuntu 22.04 runner in package native dependencies step

    Ubuntu 20.04 runner is deprecated.
    
    Signed-off-by: Simon Graband <sgraband@eclipsesource.com>
    sgraband committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    d51a501 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. feat: implement prompt caching for Anthropic

    This is a backport of #15731 for Theia 1.61.x
    
    Mark system prompts, tools and messages for caching in the Anthropic
    LanguageModel. For typical agent workflows like "@coder" this reduces
    token costs by a large factor and reduces the pressure on the rate
    limit.
    
    Currently caching is enabled by default for all Anthropic models.
    
    Also updates token tracking functionality to be aware of token caching
    and updates the Anthropic SDK.
    sdirix committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    ca385ed View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Backport security fixes to release/1.61.x (#15644)

    deps: Bump tar-fs to 3.0.8 (#15562)
    deps: Bump dompurify to 3.2.4 (#15564)
    deps: Bump multer to 2.0.0 (#15614)
    
    Contributed by STMicroelectronics
    
    Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
    Torbjorn-Svensson authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    7d4984d View commit details
    Browse the repository at this point in the history
  2. Use pointer capture for split handle dragging (#15643)

    Fixes #15589
    
    Contributed on behalf of STMicroelectronics
    
    Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
    tsmaeder committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    764b2dc View commit details
    Browse the repository at this point in the history
  3. Update tree upon becoming visible (#15595)

    Fixes #15592
    
    Contributed on behalf of STMicroelectronics
    
    Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
    tsmaeder committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    6393c4e View commit details
    Browse the repository at this point in the history
  4. Fix revealTab (#15754)

    Use the contentContainer for computations, because this is the DOM
    element passed to PerfectScrollbar on creation
    jfaltermeier authored and tsmaeder committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    d2273ac View commit details
    Browse the repository at this point in the history
  5. Clean up handling of "toggle maximized". (#15547)

    Fixes #15462, #15525
    
    Contributed on behalf of STMicroelectronics
    
    Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
    tsmaeder committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    90e64d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. deps: Bump tar-fs to 3.0.9 (#15719) (#15805)

    tar-fs 3.0.9 fixes CVE-2025-48387
    (https://security.snyk.io/vuln/SNYK-JS-TARFS-10293725
    
    Contributed by STMicroelectronics
    
    Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
    Co-authored-by: Torbjorn-Svensson <torbjorn.svensson@foss.st.com>
    rschnekenbu and Torbjorn-Svensson authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    dd140fa View commit details
    Browse the repository at this point in the history
  2. dep: bump multer version to 2.0.1 (#15806) (#15808)

    Contributed on behalf of STMicroelectronics
    rschnekenbu authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    5ea3cf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b6d1c3 View commit details
    Browse the repository at this point in the history
  4. v1.61.1

    jfaltermeier committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    f399306 View commit details
    Browse the repository at this point in the history
Loading