Releases: alyf-de/ask_alyf
Release list
v16.1.0
Features
- Switches the agent system to Deep Agents, replacing the previous agent setup with a new framework for handling code-related tasks. Also removes unused code-search shortcuts that are no longer part of the main workflow. (#49)
Bug Fixes
- Resets the loading indicator after starting a new conversation, so the chat view returns to its normal state once the message is loaded. (#46)
- Updates the filter options used in Toolset so they accept a wider range of filter values, including lists for
inandnot inconditions. This helps the system read and use more kinds of search filters correctly. (#54) - Isolates each agent tool call in its own database connection so parallel lookups do not interfere with each other. Also applies the same protection to the document planner’s tools, which were previously left unwrapped. (#57)
Authors: @barredterra
Reviewers: @barredterra
AI content
For these release notes, we used an LLM (OpenAI gpt-5.4-mini) to review and summarise the code changes, along with the associated issue and PR descriptions. It may contain typical errors and inaccuracies. You can read the prompt here.
Changes with the following labels were excluded:
- skip-release-notes
Changes with the following types were excluded:
- docs
- refactor
- chore
- build
- style
- test
- ci
v15.1.0
Features
- Switches the agent system to Deep Agents, replacing the previous agent setup with a new framework for handling code-related tasks. Also removes unused code-search shortcuts that are no longer part of the main workflow. (#50)
Bug Fixes
- Resets the loading indicator after starting a new conversation, so the chat view returns to its normal state once the message is loaded. (#47)
- Updates the filter options used in Toolset so they accept a wider range of filter values, including lists for
inandnot inconditions. This helps the system read and use more kinds of search filters correctly. (#53) - Isolates each agent tool call in its own database connection so parallel lookups do not interfere with each other. Also applies the same protection to the document planner’s tools, which were previously left unwrapped. (#56)
Authors: @barredterra
Reviewers: @barredterra
AI content
For these release notes, we used an LLM (OpenAI gpt-5.4-mini) to review and summarise the code changes, along with the associated issue and PR descriptions. It may contain typical errors and inaccuracies. You can read the prompt here.
Changes with the following labels were excluded:
- skip-release-notes
Changes with the following types were excluded:
- ci
- test
- refactor
- chore
- docs
- build
- style
v16.0.1
Bug Fixes
- The chat assistant now recognizes the active tab in a multi-tab form, so it can answer questions about that section without you having to name the tab. (#28)
- Fixes the field agent pop-up so it now appears directly under its button even after you scroll the page. (#36)
Authors: @barredterra
Reviewers: @barredterra
AI content
For these release notes, we used an LLM (OpenAI o3) to review and summarise the code changes, along with the associated issue and PR descriptions. It may contain typical errors and inaccuracies. You can read the prompt here.
Changes with the following labels were excluded:
- skip-release-notes
Changes with the following types were excluded:
- chore
- test
- ci
- docs
- style
- build
- refactor
v15.0.1
Bug Fixes
- The chat assistant now recognizes the active tab in a multi-tab form, so it can answer questions about that section without you having to name the tab. (#27)
- Fixes the field agent pop-up so it now appears directly under its button even after you scroll the page. (#35)
Authors: @barredterra
Reviewers: @barredterra
AI content
For these release notes, we used an LLM (OpenAI o3) to review and summarise the code changes, along with the associated issue and PR descriptions. It may contain typical errors and inaccuracies. You can read the prompt here.
Changes with the following labels were excluded:
- skip-release-notes
Changes with the following types were excluded:
- test
- ci
- chore
- docs
- style
- build
- refactor