Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@theia/ai-history

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theia/ai-history - npm Package Versions

1.55.0-next.71

Diff

eclipse-theia-bot
published 1.55.0-next.70 •

eclipse-theia-bot
published 1.55.0-next.67 •

jfaltermeier
published 1.55.0 •

Changelog

Source

1.55.0 - 10/31/2024

  • [ai] added logic to allow to order and clear AI History view #14233
  • [ai] added preference to exclude files from code completion #14315
  • [ai] added support for custom agents #14301
  • [ai] added support for custom keys for custom Open AI models #14299
  • [ai] added support for llamafile as ai model provider #14281
  • [ai] added support for o1-preview #14356
  • [ai] added support to make response parsing extensible #14196 - Contributed on behalf of STMicroelectronics
  • [ai] added support to query history by session #14368 - Contributed on behalf of STMicroelectronics
  • [ai] fixed markdown request renderer #14211
  • [ai] improved custom OpenAI and llama-file preference description #14376
  • [ai] improved styling of the chat widget #14278 - Contributed on behalf of STMicroelectronics
  • [ai] updated list of OpenAI models supporting structured output #14247
  • [ai] updated logic so that orchestrator logs its own requests #14255
  • [ai] updated logic to allow customizing the LLM request settings #14284 - Contributed on behalf of STMicroelectronics
  • [ai] updated logic to avoid line wrap in code response parts #14363
  • [ai] updated terminal agent to record its requests #14246
  • [application-package] added an application prop to set the configuration area #14319 - Contributed on behalf of STMicroelectronics
  • [application-package] bumped API version to 1.94.2 #14371 - Contributed on behalf of STMicroelectronics
  • [cli] upgraded puppeteer to 23.1.0 #14261 - Contributed on behalf of STMicroelectronics
  • [core] fixed circular imports when importing ReactDialog #14352
  • [core] fixed css calc expression to have space around operator #14241 - Contributed on behalf of STMicroelectronics
  • [core] fixed duplicate text editor entry #14238
  • [core] improved widget specific status bar handling #14239
  • [core] replaced nsfw with @parcel/watcher #14194
  • [core] updated logic to set menu bar less often at startup #14295 - Contributed on behalf of STMicroelectronics
  • [core] updated logic to start menu handler ids at one, not zero #14282 - Contributed on behalf of STMicroelectronics
  • [core] upgraded express to 4.21.0 #14283 - Contributed on behalf of STMicroelectronics
  • [filesystem] added logic to New File dialog to accept Enter for default #14146
  • [filesystem] updated logic to show error message when uploading fails #14349
  • [filesystem] updated rimraf to 5 #14273
  • [notebook] added Cell Tag Support for Notebooks #14271
  • [notebook] added notebook split cell command #14212
  • [notebook] fixed notebook editor focusing #14229
  • [notebook] fixed notebook editor staying current even when selecting sidebar or bottom panel #14262
  • [notebook] optimized notebook webview output #14234
  • [notebook] updated logic to blur cell on shift+enter, only update cell height when changed #14277
  • [notebook] updated logic to ensure notebook document event registration #14242
  • [notebook] updated logic to not disable cell edit mode when escaping code completion in notebooks #14328
  • [playwright] added Playwright API for Notebooks #14098
  • [plugin] added support for proposed signature for workspace.createFileSystemWatcher #14303 - Contributed on behalf of STMicroelectronics
  • [plugin] fixed the onDidChangeActiveNotebookEditorEmitter to fire correctly #14321
  • [plugin] supported MappedEditProviders proposed API evolution #14276 - Contributed on behalf of STMicroelectronics
  • [plugin] updated logic to accept a string argument in env.openExternal API #14350 - Contributed on behalf of STMicroelectronics
  • [plugin] updated logic to properly dispose tab/title-based resources on tab close #14359
  • [plugin] wrapped api objects returned to clients in a proxy #14213 - Contributed on behalf of STMicroelectronics
  • [preferences] improved preference renderer linking #14311
  • [workspace] optimized showing recent workspaces #14260
eclipse-theia-bot
published 1.55.0-next.37 •

eclipse-theia-bot
published 1.55.0-next.25 •

eclipse-theia-bot
published 1.55.0-next.14 •

eclipse-theia-bot
published 1.55.0-next.4 •

sgraband
published 1.54.0 •

Changelog

Source

1.54.0 - 09/26/2024

  • [ai] add Theia AI LLM Support [Experimental] #14048
  • [ai] adapted default LLM for Theia AI to gpt-4o #14165
  • [ai] add enable state of agent to preferences #14206
  • [ai] chore: polished AI code completion #14192
  • [ai] consistently named agents and added tags #14182
  • [ai] feat: added toolbar actions for chat nodes #14181 - Contributed on behalf of STMicroelectronics
  • [ai] feat: show variables and functions on AI agent configuration #14177
  • [ai] feat: supported models served via OpenAI API #14172
  • [ai] fixed ai-settings retrieval #14221
  • [ai] fixed enablement of AI support #14166
  • [ai] improved prompt of workspace agent #14159
  • [ai] refined AI settings #14202
  • [ai] refined experimental message for AI features #14187
  • [ai] removed type duplication for kind property #14207
  • [ai] consistent prompt ids #14162
  • [ai] fix: disabled an agent also disabled its UIContribution #14184
  • [application-package] bumped API version to 1.93.1 #14224 - Contributed on behalf of STMicroelectronics
  • [core] fixed selection of contributed menu action argument adapters #14132 - Contributed on behalf of STMicroelectronics
  • [core] supported proxy env variable for schema catalog download #14130
  • [core] supported workbench.editorAssociations preference #14139
  • [editor] aligned active text and notebook editor more towards vscode #14190
  • [filesystem] fixed FileResource sometimes sending contents change event during writing #14043 - Contributed on behalf of Toro Cloud
  • [notebook] focused notebook cell container correctly #14175
  • [notebook] fixed notebook context selection #14179
  • [notebook] made the cell editor border grey when not focused #14195
  • [plugin] removed stub tag from TerminalOptions#color #14171
  • [plugin] moved stubbed API TerminalShellIntegration into main API #14168 - Contributed on behalf of STMicroelectronics
  • [plugin] supported evolution on proposed API extensionAny #14199 - Contributed on behalf of STMicroelectronics
  • [plugin] updated TreeView reveal options to be readonly #14198 - Contributed on behalf of STMicroelectronics
  • [plugin-ext] properly supported executeDocumentSymbolProvider command #14173
  • [plugin-ext] fixed leak in tabs-main.ts #14186
  • [preferences] expanded plugin preferences on scroll correctly #14170
  • [test] supported TestMessage stack traces #14154 - Contributed on behalf of STMicroelectronics
  • [workspace] handled only the user workspace security settings #14147

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

  • [ai] added toolbar actions on chat nodes #14181 - Contributed on behalf of STMicroelectronics
  • [core] updated AuthenticationService to handle multiple accounts per provider #14149 - Contributed on behalf of STMicroelectronics
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