Releases: argoproj-labs/assistant-for-argocd
Releases · argoproj-labs/assistant-for-argocd
v0.3.0
0.3.0 Release Candidate 1
A number of improvements have been made in this release as follows:
- Added a
Llama-Stack-V2provider that uses the newer Responses API instead of the deprecated Agent API. The Agent API remains available for now as an alternative but will likely be removed in the future. - Improved error handling for the llama-stack providers, errors should now be reported in the chat bubble so the user can see them without resorting to the browser Developer Tools
- If model is set in settings extension code now validates that the provided model is available in the list of models returned by llama-stack and logs a warning in the browser console if it is not available.
- Additional documentation on installing Lightspeed for OpenShift users.
v0.2.2
v0.2.1
v0.2.0
- Added a provider for the OpenShift Lightspeed back-end along with installation documentation
- Updated providers to better leverage framework to keep track of current sessions/conversation
- Maximum log lines is now configurable
- Use Markdown for welcome message for better formatting
- Added docs for settings and llama-stack provider