Skip to content

Release v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 15:14
· 1197 commits to refs/heads/release/paclet since this release
e00b6cf

What's Changed

  • Filter model list to only include those which use the chat completions endpoint by @rhennigan in #357
  • Define prompting at the Section/Subsection levels that's additively inherited within the cell group by @rhennigan in #360
  • Fix cloud toolbar pink-boxing when no API key is stored and other dynamic updating issues by @rhennigan in #364
  • Possible workaround for crash that can occur during NotebookWrite of chat outputs by @rhennigan in #365
  • Fix possible uncaught throw that can occur in dynamic evaluations by @rhennigan in #366
  • Merge release changes by @rhennigan in #367
  • Use gpt-3.5-turbo as default model in 13.2 and gpt-4 otherwise by @rhennigan in #368
  • Big update: initial support for LLMServices and custom handler functions by @rhennigan in #379
  • Fix for gear menu appearing persistently in 14.0 by @rhennigan in #383
  • Update tool prompting to use JSON schemas consistent with LLMSynthesize behavior by @rhennigan in #385
  • Bugfix: Only mention the WebFetcher tool in the output of the WebSearcher tool if the former is enabled. by @rhennigan in #386
  • Improved error handling for more menu items by @rhennigan in #388
  • Added CurrentChatSettings by @rhennigan in #389
  • Set WolframVersion to 13.3+ by @rhennigan in #390
  • Ensure compatible version of LLMFunctions is installed in cloud by @rhennigan in #391
  • Release v1.2.1 by @rhennigan in #392
  • Strip markdown boxes before copying/inserting expressions from markdown links by @rhennigan in #394
  • Fix for Graph expressions created by sandbox kernels not formatting correctly by @rhennigan in #396
  • Include fine tuned models in menu by @rhennigan in #397
  • Added "NotebookWriteMethod" option to enable/disable MathLink optimizations by @rhennigan in #398
  • Bugfix: Inherit options from chat delimiters that are specified via tagging rules instead of style by @rhennigan in #399
  • Auto scroll notebook to keep bottom of chat output in view while streaming by @rhennigan in #400
  • Move ChatPost evaluation to main evaluation loop to avoid timeout issues by @rhennigan in #404
  • Fix CurrentChatSettings failing during async tasks by @rhennigan in #405
  • Bugfix: Add missing definition for testing whether to scroll output by @rhennigan in #406
  • Bugfix: fix failure when CurrentChatSettings is called from an attached cell by @rhennigan in #407
  • Consistent access of tool name by @bobohilario in #408
  • Bugfix: fixed chat delimiters not being found by @rhennigan in #409
  • prevent recursion failures during tool prompting when an LLMTool contains Template content by @bobohilario in #410
  • Fix for notebook level settings overriding chat block settings by @rhennigan in #411
  • Bugfix: missing pattern in mergeChatSettings by @rhennigan in #412
  • Bugfix: Do not include tool prompting when no tools are selected by @rhennigan in #414
  • Feedback submission dialog by @rhennigan in #415
  • Enable button to install from tool repository by @rhennigan in #417
  • Bugfix: Avoid exceeding token limits for cells that contain inline images by @rhennigan in #418
  • Release v1.2.3 by @rhennigan in #419
  • Bugfix: Fix for exceeding token limits giving generic error message by @rhennigan in #423
  • Bugfix: Delete attached menu cell after relevant code has run (in case it needs the EvaluationCell[]) by @rhennigan in #424
  • Bugfix: Do not display chat output menu button or feedback buttons for error cells by @rhennigan in #425
  • Change default scope for CurrentChatSettings to $FrontEndSession … by @rhennigan in #426
  • Add a test for #426 by @rhennigan in #427
  • Release v1.2.4 by @rhennigan in #428
  • Release 1.3.0 by @rhennigan in #429

Full Changelog: v1.2.0...v1.3.0