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.63.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.63.1
Choose a head ref
  • 8 commits
  • 101 files changed
  • 4 contributors

Commits on Jun 26, 2025

  1. docs: update changelog for v1.63.0

    Signed-off-by: Simon Graband <sgraband@eclipsesource.com>
    sgraband committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    db6feb1 View commit details
    Browse the repository at this point in the history
  2. core: update re-exports for v1.63.0

    Signed-off-by: Simon Graband <sgraband@eclipsesource.com>
    sgraband committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    58f6f3d View commit details
    Browse the repository at this point in the history
  3. v1.63.0

    Signed-off-by: Simon Graband <sgraband@eclipsesource.com>
    sgraband committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    d13d3bd View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. fix: bind Agent ContributionProvider in ai-core (#15902)

    '@theia/ai-core' defines and uses agents, but the ContributionProvider
    was bound in '@theia/ai-chat'. This caused frontend crashes when
    '@theia/ai-core' was included without '@theia/ai-chat'.
    
    fixes #15901
    sdirix committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    f401acc View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. fix: show selected variant if configured, otherwise show default

    - The prompt service now returns undefined instead of the default variant when querying the selected variant, so we only set the selected variant if there is a selected one configured in the settings. Otherwise the default variant will be set on first render anyway.
    - chore: remove the unused aiSettingsService from the  PromptVariantRenderer
    
    Fixes #15904
    ndoschek authored and sgraband committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    4a7abb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. Reenable deprecated paste command in electron (#15918)

    Fixes #15906
    
    Contributed on behalf of STMicroelectronics
    
    Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
    tsmaeder authored and sgraband committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    c1f24d5 View commit details
    Browse the repository at this point in the history
  2. core: update re-exports for v1.63.1

    Signed-off-by: Simon Graband <sgraband@eclipsesource.com>
    sgraband committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    0d15792 View commit details
    Browse the repository at this point in the history
  3. v1.63.1

    Signed-off-by: Simon Graband <sgraband@eclipsesource.com>
    sgraband committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    9e380ee View commit details
    Browse the repository at this point in the history
Loading