Release v1.2.3
github-actions
released this
23 Oct 17:12
·
1213 commits
to refs/heads/release/paclet
since this release
What's Changed
- 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
Full Changelog: v1.2.1...v1.2.3