Skip to content

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 26 Nov 08:05
· 976 commits to main since this release
ccc1e03

1.6.0 (2025-11-26)

Features

  • backward compatibility of title generation - dotnet (dfb9128)
  • replacing OpenAI call with AI Foundry in conversation title generation (a12d545)
  • title generation using foundry endpoint with dotnet (35894eb)

Bug Fixes

  • added backward compatibility when title agent is unavailable python (3b392c5)
  • Deployment guide updation for the VS Code (Web) (530fa31)
  • Optimize Chat Processing by Eliminating Full Message Payloads (b7c46a0)
  • Package version update for agent framework (ca42f47)
  • pylint issue (360c8a4)
  • S360 issue fixes (fe536c1)
  • updated agent frameowrk package names in requirements.txt (ddc3230)

Other Updates

  • added workflow for automated deployment, testing, and cleanup of accelerator (7155998)
  • clean up unused using directives and commented code across multiple files (2e706aa)
  • Clean up whitespace in conversation function for improved readability (94280d7)
  • Optimize API request payload by replacing 'messages' and 'last_rag_response' with 'query' (2780210)
  • pylint issue (60edb3a)
  • Remove lastRagResponse handling from chat state and related functions (25fa063)
  • Remove redundant comments regarding newMessages handling in Chat component (462aeb0)
  • Remove unnecessary blank line in track_event_if_configured function (21b2e4b)
  • Remove unused imports and simplify response formatting in stream_chat_request (d39e448)
  • Rename 'messages' to 'newMessages' in historyUpdate and saveToDB for clarity (f6b5c30)
  • Replace AgentException with ServiceResponseException for improved error handling (05b53b3)
  • replace OpenAI client with Azure AI Foundry client for title generation - python (6d6755f)
  • Simplify rate limit error handling in stream_openai_text function (770ea5a)
  • Update ChatRequest model to replace 'messages' with 'query' for improved clarity (7dc05ca)