Releases: WolframResearch/Chatbook
Releases · WolframResearch/Chatbook
Release v1.0.4
What's Changed
- Prevent some preemptive dynamics from throwing errors in normal evaluations by @rhennigan in #255
- Allow dialogs during tool evaluations by @rhennigan in #257
- Fix tool selection for personas by @rhennigan in #259
- Bugfix: prevent
Throw::nocatch
messages during async tasks by @rhennigan in #261 - Fix error when stopping chat before content is received by @rhennigan in #262
- Do not serialize "ChatDelimiter" cells by @rhennigan in #264
- Delay evaluation of
ChatObject
until needed by @rhennigan in #266 - Fix pink boxing in "Add & Manage Personas" dialog when a resource update is available by @rhennigan in #268
- Only allow documentation tools for code writer persona by @rhennigan in #270
Full Changelog: v1.0.3...v1.0.4
Release v1.0.3
What's Changed
- Avoid doing partial string replacements for language names by @rhennigan in #246
- Check for errors in API response even if a 200 status code is given by @rhennigan in #248
- Give a
ChatObject
as suppressed output when evaluating chat inputs by @rhennigan in #249 - Create notebook from chat object by @rhennigan in #250
- Workaround for invisible empty ChatInput cells that are temporarily created in ChatDriven notebooks by @rhennigan in #252
Full Changelog: v1.0.2...v1.0.3
Release v1.0.2
What's Changed
- Fixed
AIAutoAssist
cancelling chats in progress by @rhennigan in #222 - Exported Tool Functions by @rhennigan in #227
- Add chat block styles to format menu by @rhennigan in #229
- Reduce amount of dynamic content in chat output streaming by @rhennigan in #230
- Fix an
$IterationLimit
error in cloud when clicking Evaluate/Insert buttons by @rhennigan in #234 - Clear existing symbols when loading from MX by @rhennigan in #236
- Don't issue messages for filtered tool names by @rhennigan in #237
- bugfix: Prevent duplicated chat menus in v13.3.1 and newer by @ConnorGray in #238
- 233 code blocks in unsupported languages do not format correctly by @rhennigan in #239
- Normalize UTF-8 characters before parsing the tool request by @rhennigan in #241
- Bugfix: Don't format as documentation link when in a code block by @rhennigan in #242
- Bugfix: Avoid messy failure if install from URL dialog is left blank by @rhennigan in #243
- Disable dynamic output splitting by default due to FE crashes by @rhennigan in #244
Full Changelog: v1.0.1...v1.0.2
Release v1.0.1
What's Changed
- Bugfix: Fixed
SelectionEvaluate
errors for chat-driven notebooks by @rhennigan in #207 - Bugfix: Do not reference tools in the base prompt when tools are disabled by @rhennigan in #209
- Improve syntax error handling in sandbox by @rhennigan in #212
- Fix prompt references in definition notebooks by @rhennigan in #213
- Avoid resolving resources when loading core personas at startup by @rhennigan in #216
- Fix notebook version warning when using chatbook stylesheet in 13.2 by @rhennigan in #217
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
What's Changed
- Improve error handling for
LLMPrompt
by @rhennigan in #189 - Some workarounds for
EvaluationCell
issues by @rhennigan in #190 - More tool improvements by @rhennigan in #192
- feature/hotfix: Improve global chat preferences content by @ConnorGray in #199
- polish: Make minor improvements to builtin persona descriptions by @ConnorGray in #200
- Fix internal error in
sandboxResultString
when there are multiple unsuppressed outputs by @rhennigan in #198 - Add some error messages for server connection failures by @rhennigan in #201
- Override some OpenAI error messages to provide more helpful information by @rhennigan in #202
- Bugfix: fixed installation of personas from cloud deployed resources by @rhennigan in #203
Full Changelog: v0.0.30...v1.0.0
Release v0.0.30
Release v0.0.29
What's Changed
- Fix pink box for icon in the cloud toolbar by @rhennigan in #178
- Bugfix: Fix cell dingbats for chat block dividers in cloud showing as an empty string by @rhennigan in #179
- Better workaround for
SystemCredential
in cloud by @rhennigan in #180
Full Changelog: v0.0.28...v0.0.29
Release v0.0.28
What's Changed
- Remove external resource function dependencies in MX build by @rhennigan in #174
- Misc markdown improvements by @rhennigan in #177
- More cloud toolbar updates by @rhennigan in #176
Full Changelog: v0.0.27...v0.0.28
Release v0.0.27
What's Changed
- Bugfix: Fix infinite recursion in "ChatInputCellDingbat" template box when viewed in cloud by @rhennigan in #171
- Wolfram Alpha Tool by @rhennigan in #173
Full Changelog: v0.0.26...v0.0.27
Release v0.0.26
What's Changed
- Bugfix: Handle spaces in
First[$CommandLine]
on Mac by @rhennigan in #169
Full Changelog: v0.0.25...v0.0.26