New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@theia/ai-history

Package Overview
Dependencies
Maintainers
11
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theia/ai-history - npm Package Versions

23

1.58.0

Diff

Changelog

Source

1.58.0 - 01/30/2025

  • [ai] added 'required' property to tool call parameters #14673
  • [ai] added change set support in chat input and chat model #14750
  • [ai] added logic to allow passing context to tool calls #14751
  • [ai] added logic to allow to auto-start MCP servers on frontend start-up #14736
  • [ai] added logic to override change elements on additional changes #14792
  • [ai] added Ollama LLM provider tools support #14623
  • [ai] added search and replace function to coder #14774
  • [ai] added support for Azure OpenAI #14722
  • [ai] added support for change sets via tool functions #14715
  • [ai] added tool support for anthropic streaming #14758
  • [ai] changed trigger of inline suggestion keybinding to Ctrl+Alt+Space #14669
  • [ai] improved behavior of AI Changeset diff editor #14786 - Contributed on behalf of STMicroelectronics
  • [ai] improved cancel logic in openAi model #14713
  • [ai] improved cancellation token handling in chat model #14644
  • [ai] improved performance in AI request logging #14769
  • [ai] updated logic to allow filerting backticks in AI code completion #14777
  • [ai] updated logic to consistently handle OpenAI models not supporting system messages instead of using dedicated O1 chat agent #14681
  • [ai] updated logic to manage AI bindings separately per connection #14760
  • [ai] updated logic to not let ai chat submit empty messages #14771
  • [ai] updated logic to register tool functions of mcp servers again after restart of the frontend #14723
  • [ai] updated logic to show diff on click in ChangeSets #14784
  • [application-manager] fixed error caused by bundling scanoss #14650
  • [application-manager] improved bundling for hoisted dependencies #14708
  • [console] fixed console scrolling #14748
  • [core] added support for dragging files in browser #14756
  • [core] fixed dragging file from outside the workspace #14746
  • [core] fixed override of default key bindings #14668
  • [core] fixed workbench.action.files.newUntitledFile #0
  • [core] fixed z-index overlay issue in dock panels #14695
  • [core] updated build scripts to use npm instead of yarn to build Theia #14481 - Contributed on behalf of STMicroelectronics
  • [core] updated keytar and drivelist #14306
  • [core] updated logic to prevent tabbing outside of dialog overlay #14647
  • [debug] added jump to cursor option to context menu #14594 - Contributed by MVTec Software GmbH
  • [debug] fixed updating breakpoints when debugging starts #14645 - Contributed by MVTec Software GmbH
  • [dev-container] updated logic to show more dev container info in title bar #14571
  • [electron] bumped fix-path to ^4.0.0 to avoid cross-env <6.0.6 #14781 - Contributed on behalf of STMicroelectronics
  • [filesystem] added support for vscode file system provider scheme #14778
  • [filesystem] fixed error handling in OPFSFileSystemProvider #14790
  • [filesystem] fixed file data streaming for http polling #14659
  • [getting-started] updated labels to mark DevContainers in recent workspaces #14595
  • [git] added deprecation warning to theia/git readme #14646
  • [monaco] updated monaco-editor-core to 1.96.3 #14737 - Contributed on behalf of STMicroelectronics
  • [notebook] fixed execute cell and below for last cell #14795
  • [notebook] fixed issue with deleted cells when talking to output webview #14649
  • [notebook] fixed race condition for outputs #14789
  • [plugin] added support for property Text in DocumentDropOrPasteEditKind #14605 - Contributed on behalf of STMicroelectronics
  • [plugin] stubbed TerminalCompletionProvider proposed API #14719 - Contributed on behalf of STMicroelectronics
  • [plugin] updated code to properly mark chat and language model APIs as stubbed #14734 - Contributed on behalf of STMicroelectronics
  • [plugin] updated code to provide node-pty package for plugins #14720
  • [plugin] updated logic to include ignored files in vscode.workspace.findFiles #14365
  • [plugin] updated logic to only call refresh on given elements given by plugin #14697 - Contributed on behalf of STMicroelectronics
  • [process] updated node-pty to 1.1.0-beta27 #14677 - Contributed on behalf of STMicroelectronics
  • [scanoss] fixed scanoss error on Windows #14653
  • [secondary-window] improved README of secondary window package #14691 - Contributed on behalf of STMicroelectronics
  • [task] added task related context keys #14757
  • [vsx-registry] added logic to load plugin readme from file system #14699
eclipse-theia-bot
published 1.57.0-next.63 •

jfaltermeier
published 1.57.1 •

eclipse-theia-bot
published 1.57.0-next.41 •

eclipse-theia-bot
published 1.57.0-next.37 •

jfaltermeier
published 1.57.0 •

Changelog

Source

1.57.0 - 12/16/2024

  • [ai] added initial support for MCP #14598
  • [ai] added support for Anthropic as an LLM provider #14614
  • [ai] fixed logic to enable chat input on chat widget activate #14608 - Contributed on behalf of STMicroelectronics
  • [ai] fixed logic to hide "Generating..." while waiting on input #14559 - Contributed on behalf of STMicroelectronics
  • [ai] integrated SCANOSS #14628
  • [ai] updated logic to invoke OpenerService for markdown links in chat UI #14602 - Contributed on behalf of STMicroelectronics
  • [application-package] bumped API version to 1.96.0 #14634 - Contributed on behalf of STMicroelectronics
  • [core] added logic to cancel pending hover on mouse exit #14533
  • [core] fixed enablement of "Collapse Side Panel" tab bar context menu item #14616
  • [core] fixed window maximization when using splash screen #14219
  • [core] pinned perfect-scrollbar to 1.5.5 #14592 - Contributed on behalf of STMicroelectronics
  • [dev-container] added logic to make DevContainer workspaces openable through recent workspaces #14567
  • [dev-container] added support for THEIA_DEFAULT_PLUGINS env variable #14530
  • [dev-container] improved searchForDevontainerJsonFiles to not block server #14563
  • [dev-container] updated logic to ensure that dev container uses the right workspace #14557
  • [dev-container] updated logic to include settings and configuration from the local user dir #14548
  • [dev-container] updated logic to pull amd64 container images on darwin/arm64 #14552
  • [editor] fixed editor preference localizations #14018
  • [notebook] added basics to allow for hidden cells #14573
  • [notebook] added fixes for invisible cells #14617
  • [notebook] fixed cell height when updating output #14621
  • [notebook] fixed rendering of output of cells added with already existing output #14618
  • [plugin] introduced IconPath type #14590 - Contributed on behalf of STMicroelectronics
  • [plugin] stubbed TestRunProfile#loadDetailedCoverageForTest #14599 - Contributed on behalf of STMicroelectronics
  • [plugin] updated builtins to 1.95.3 #14606

<a name="breaking_changes_1.57.0">Breaking Changes:</a>

eclipse-theia-bot
published 1.57.0-next.22 •

eclipse-theia-bot
published 1.46.0-next.241 •

eclipse-theia-bot
published 1.57.0-next.7 •

sgraband
published 1.55.1 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc