More UI Improvements
changelog-1.11.2-uiv2.mp4
Now, in the main chat UI we added some much desired UI improvements and fixes.
- New prompt input
- Better Citations UI and reporting
- Metrics for Agent calls
- Report document and web-search citations during Agent calls!
- Ability to each toggle on/off Agent skills from the prompt
- Ability to select the provider and model for the workspace without leaving the page.
What's Changed
- 5112 or stream metrics and finish reason by @timothycarambat in #5117
- Fix bug where
yarn setup:envsfails if any .env file already exists. by @brianpursley in #5116 - fix: show actionable error when LMStudio model listing fails or returns empty by @elevatingcreativity in #5131
- Add automatic chat mode with native tool calling support by @timothycarambat in #5140
- Sidebar updates by @timothycarambat in #5154
- Remove Google web-search Programmable SERP by @timothycarambat in #5156
- refactor: refactor agent skills settings page to use i18n translation keys by @angelplusultra in #5146
- chore: add ESLint to
/collectorby @angelplusultra in #5128 - chore: add ESLint to
/serverby @angelplusultra in #5126 - Fix: Azure OpenAI model key collision by @RALaBarge in #5092
- feat: Add tooltip for paperclip attach button when no files are parsed by @angelplusultra in #5139
- fix: add missing /wiki to Confluence cloud citation URLs by @MaxwellCalkin in #5167
- Strip thinking from copy message outputs by @timothycarambat in #5179
- Add custom fetch to embedder for Ollama by @timothycarambat in #5180
- chore: add script to detect and prune unused translation keys by @angelplusultra in #5141
- chore: add ESLint CI workflow by @angelplusultra in #5160
- Implement v2 chat layout designs by @timothycarambat in #5074
- Improve zh_TW Traditional Chinese locale by @PeterDaveHello in #5187
- Improve build times for tests and lint by @timothycarambat in #5193
- Support Agent stream metric reporting by @timothycarambat in #5197
- Report citations for Agent call stacks by @timothycarambat in #5199
- Add FileRow Indentation on Documents Picker by @timothycarambat in #5201
- Remove
WelcomeMessagesfrom app - no longer used by @timothycarambat in #5206 - feat: Add document count indicators to workspace document management modal by @angelplusultra in #5207
- feat(agents): Add Perplexity Search API as web search provider by @kesku in #5210
New Contributors
- @brianpursley made their first contribution in #5116
- @elevatingcreativity made their first contribution in #5131
- @RALaBarge made their first contribution in #5092
- @MaxwellCalkin made their first contribution in #5167
- @PeterDaveHello made their first contribution in #5187
- @kesku made their first contribution in #5210
Full Changelog: v1.11.1...v1.11.2