|
| 1 | +### v0.13.0 - 25/06/2023 |
| 2 | + |
| 3 | +* **Sun Jun 25 2023:** documentation for OpenAI functions |
| 4 | +* **Sun Jun 25 2023:** add function descriptions to /functions command |
| 5 | +* **Sun Jun 25 2023:** allow recursive function calling for return_on_function_response |
| 6 | +* **Sun Jun 25 2023:** add core test function |
| 7 | +* **Sun Jun 25 2023:** better traceback from function instance loading errors |
| 8 | +* **Sun Jun 25 2023:** add missing docutils requirement |
| 9 | +* **Sun Jun 25 2023:** bump openai dependency |
| 10 | +* **Sun Jun 25 2023:** roll custom textract, current package not well maintained |
| 11 | +* **Sat Jun 24 2023:** build open function spec from function type hints and doc if .config.yaml file is not provided |
| 12 | +* **Sat Jun 24 2023:** move more template logic into template manager class |
| 13 | +* **Fri Jun 23 2023:** prevent duplicate loggers |
| 14 | +* **Fri Jun 23 2023:** dynamically check/build function definitions for LLM calls and token counting |
| 15 | +* **Thu Jun 22 2023:** pass messages around as dicts, transform at edges |
| 16 | +* **Thu Jun 22 2023:** allow message_metadata to be NULL |
| 17 | +* **Thu Jun 22 2023:** DRY message objects |
| 18 | +* **Wed Jun 21 2023:** bump langchain dep, clean up some monkey patching |
| 19 | +* **Wed Jun 21 2023:** multi-function processing with final LLM output |
| 20 | +* **Tue Jun 20 2023:** only expand functions once |
| 21 | +* **Tue Jun 20 2023:** refactor functions to be callable classes, default YAML config in separate file |
| 22 | +* **Sun Jun 18 2023:** fix monkey patch for langchain FunctionMessage |
| 23 | +* **Sun Jun 18 2023:** listing/running functions, allow returning directly after function calls |
| 24 | +* **Sun Jun 18 2023:** sort system message alias list in /system-messages |
| 25 | +* **Sun Jun 18 2023:** change checkmark indicator to green circle |
| 26 | +* **Sun Jun 18 2023:** add post revision creation instructions for re-importing data |
| 27 | +* **Sun Jun 18 2023:** script to automate creating new schema revisions |
| 28 | +* **Sun Jun 18 2023:** abstract determining message content from message type |
| 29 | +* **Sat Jun 17 2023:** filter full message dict before sending to LLM |
| 30 | +* **Sat Jun 17 2023:** add message_metadata to messages table, refactoring in prep for full functions support |
| 31 | +* **Sat Jun 17 2023:** clean up /config display, add database entry to file section |
| 32 | +* **Sat Jun 17 2023:** add cli args for template/plugin/function/workflow/preset dirs, clean up cli doc |
| 33 | +* **Fri Jun 16 2023:** include header in ansible module doc, provide full/summary modes |
| 34 | +* **Fri Jun 16 2023:** limit length of title generation message |
| 35 | +* **Fri Jun 16 2023:** util functions to extract Ansible doc to Markdown |
| 36 | +* **Thu Jun 15 2023:** properly update updated_time for conversations on new message |
| 37 | +* **Thu Jun 15 2023:** store provider/model/preset per message, add message_type field |
| 38 | +* **Thu Jun 15 2023:** expose LWE_SCHEMA_MIGRATION_SQLALCHEMY_URL environment variable for autogenerating migrations |
| 39 | +* **Thu Jun 15 2023:** loosen sqlalchemy requirements |
| 40 | +* **Thu Jun 15 2023:** add post_response method, for actions after response has been received |
| 41 | + |
1 | 42 | ### v0.12.3 - 25/06/2023
|
2 | 43 |
|
3 | 44 | * **Sun Jun 25 2023:** roll custom textract, current package not well maintained
|
|
0 commit comments