v1.1.29
Changelog
(2024-03-05) Python Version 1.1.29, NPM Version 1.1.13
Last PR included in this release: #1401
Features
- vscode: Enabled find widget (
CMD/CTRL + F
) in AIConfig editor webviews (#1369) - editor: Added input model schema for Hugging Face Visual Question Answering tasks (#1396)
- editor: Set the environment variables in an
.env
file that gets saved into the VS Code configuration settings and refreshed during the current session (#1390)
Bug Fixes / Tasks
- vscode: Fixed issue where autosaving was causing outputs to disappear and prompt inputs to lose focus when typing (#1380)
- vscode: Updated new/untitled AIConfig file flow to follow regular new/untitled file flow in VS Code, prompting for file name on first save (#1351)
- vscode: Used untitled name instead of first line contents for untitled file tab name (#1354)
- vscode: Removed surfacing ‘Error updating aiconfig server’ message when closing untitled AIConfig files (#1352)
- editor: Fixed an issue where readonly rendering of prompt settings was causing the page rendering to fail (#1358)
- editor: Fixed default cell styles when no mode or themeOverride is specified (#1388)
- vscode: Reran extension server to re-read environment variables after they’re been updated (#1376)