Skip to content

Sync and publish embed widget changes for thought models #3596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 4, 2025

Conversation

timothycarambat
Copy link
Member

Pull Request Type

  • ✨ feat
  • πŸ› fix
  • ♻️ refactor
  • πŸ’„ style
  • πŸ”¨ chore
  • πŸ“ docs

Relevant Issues

resolves #3339
closes #3448
connects Mintplex-Labs/anythingllm-embed#3

What is in this change?

  • Fix unnatural containers in embedded chat widget (scrolling inside of 2 containers)
  • Fix UI of scroll down button
  • Implement option to hide/show thoughts from thinking models in embed chat settings
  • Added new thinking state that shows in embed widget when <think> tag detected
  • Added collapsable menu to hide/show thoughts during streaming and after message is complete
  • Support data-show-thoughts attribute in embed chat widget to enable/disable option via html

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

@timothycarambat timothycarambat merged commit 8b6083c into master Apr 4, 2025
@timothycarambat timothycarambat deleted the embed-show-thoughts-sync branch April 4, 2025 23:11
@timothycarambat timothycarambat changed the title sync and publish embed changes Sync and publish embed widget changes for thought models Apr 4, 2025
lohawk-azalea pushed a commit to azalea-gograbcode/anything-llm that referenced this pull request Apr 14, 2025
* update onboarding survery endpoint

* Add external app section in README
closes Mintplex-Labs#2639

* Bump TogetherAI models (Mintplex-Labs#2645)

* bump together ai models

* Run post-bump command

---------

Co-authored-by: timothycarambat <[email protected]>

* Light/dark mode UI overhaul (Mintplex-Labs#2629)

* Refactor workspace sidebar component styles (Mintplex-Labs#2380)

rely on css for conditional styles

* New sidebar colors (Mintplex-Labs#2381)

new sidebar colors

* Main container color update (Mintplex-Labs#2382)

* Dark mode setup themes (Mintplex-Labs#2411)

* setup generic tailwind theme + ability to add new themes

* add theme context

* use correct colors from design for sidebar + fix padding

* Settings sidebar UI updates (Mintplex-Labs#2416)

settings sidebar ui updates

* fix sidebar resizing/truncate issue on hover

* Dark mode chat window (Mintplex-Labs#2443)

* Support XLSX files (Mintplex-Labs#2403)

* support xlsx files

* lint

* create seperate docs for each xlsx sheet

* lint

* use node-xlsx pkg for parsing xslx files

* lint

* update error handling

---------

Co-authored-by: timothycarambat <[email protected]>

* wip chat window

* ux+ux improvements and update new colors

* chat window dark mode

* remove comment

---------

Co-authored-by: timothycarambat <[email protected]>

* Dark mode welcome page (Mintplex-Labs#2444)

* dark mode welcome page styles + refactor

* remove AI_BACKGROUND_COLOR and USER_BACKGROUND_COLOR constants

* Dark mode UI for admin and tools pages + mobile view improvements (Mintplex-Labs#2454)

* dark mode ui for admin and tools pages + mobile view improvements

* lint

* ai provider pages + options darkmode ui

* placeholder generic class

* appearance settings styles

* ai providers mobile margin

* dark mode styles for agent skills + experimental features

* mobile styles on security settings

* fine tune flow ui dark mode

* workspace settings page

* lint

* Dark mode onboarding (Mintplex-Labs#2461)

dark mode onboarding

* update all modals + normalize styles (Mintplex-Labs#2471)

* lint

* Dark mode privacy & experimental pages (Mintplex-Labs#2479)

* document watch + privacy pages ui + mobile modal darkmode

* lint

* Dark mode login screens (Mintplex-Labs#2483)

* multi-user auth screen ui update

* dark mode login screen + recovery key modals

* remove unneeded import

* Workspace preset commands modals dark mode (Mintplex-Labs#2484)

update workspace preset dark mode modal

* Document pinning modal ui update (Mintplex-Labs#2490)

document pinning modal ui update

* Experimental agreement modal dark mode (Mintplex-Labs#2491)

experimental agreement modal dark mode

* Serp options dark mode (Mintplex-Labs#2492)

serp options dark mode

* field fixes

* attempt light mode wip

* setting sidebar

* Toasts and threads

* main page content and privacy page

* force rewrite for light

* add border for light mode rightside content

* more fixes

* wip

* wip

* wip light mode implementation

* wip dark light mode file picker

* document picker light mode ui

* slight ui tweaks

* light mode fine tuning flow

* light mode tweaks + qa fixes

* fix md rendering of light mode + tooltip fixes

* lint

* qa bug fixes

* Add developer hook for theme
move provider to outmost layer

* qa light mode bug fixes

* Linting and hotfixes for UI

* Light mode to dev

* accept invite light mode ui fix

* Fix onboarding inputs in dark mode

* fix close icons
last minute items

* patch z-index on tooltips

* patch light mode citations

---------

Co-authored-by: timothycarambat <[email protected]>

* update uploader status containers for new theme

* show error in upload

* add back timeout for documents to fade out

* UI light QA

* update light/dark codeblock styles for visibility
patch embed modal text invisible
patch toggle colors

* remove dupe key in ModelMap

* refresh theme without reloading page

* Pr 2660 branch (Mintplex-Labs#2662)

* Add a basic Traditional Chinese(zh_TW) locale

* patch lang code

---------

Co-authored-by: Peter Dave Hello <[email protected]>

* Add more expiermental models from Gemini (Mintplex-Labs#2663)

* Add plaintext file extensions (Mintplex-Labs#2664)

* TogetherAI Llama 3.2 vision models support (Mintplex-Labs#2666)

* togetherai llama 3.2 vision models support

* remove console log

* fix listing to reflect what is on the chart

---------

Co-authored-by: timothycarambat <[email protected]>

* Add gemini-exp-1121
resolves Mintplex-Labs#2657

* Mistral embedding engine support (Mintplex-Labs#2667)

* add mistral embedding engine support

* remove console log + fix data handling onboarding

* update data handling description

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Pr 2653 branch (Mintplex-Labs#2672)

* feat: initial setup for Dependabot

* remove embed folder check

---------

Co-authored-by: Philipp Eckel <[email protected]>

* feat: support setting maxConcurrentChunks for Generic OpenAI embedder (Mintplex-Labs#2655)

* exposes `maxConcurrentChunks` parameter for the generic openai embedder through configuration. This allows setting a batch size for endpoints which don't support the default of 500

* Update new field to new UI
make getting to ensure proper type and format

---------

Co-authored-by: timothycarambat <[email protected]>

* Adjustable font size in chat input (Mintplex-Labs#2692)

* adjustable prompt input text sizing

* dev build

---------

Co-authored-by: timothycarambat <[email protected]>

* ✨ feat: Add Vietnamese translations and configuration (Mintplex-Labs#2641)

* Create common.js

update file common.js language vietnam

* Update resources.js

* Update common.js

* Update resources.js

* Update common.js

* Update resources.js

---------

Co-authored-by: Timothy Carambat <[email protected]>

* patch baseURL in builder for logo

* linting

* add gemini-exp-1121 to expiermental set

* fix mistral key on embedder selection

* Fix typo with GCP deploy guideline (Mintplex-Labs#2718)

* Fix markdown issue where type is missing in backticks (Mintplex-Labs#2719)

* Normalize Input Fields (Mintplex-Labs#2720)

* WIP field normalization

* more norms

* fix advanced setting fields hover onlight mode

* Community hub integration (Mintplex-Labs#2555)

* wip hub connection page fe + backend

* lint

* implement backend for local hub items + placeholder endpoints to fetch hub app data

* fix hebrew translations

* revamp community integration flow

* change sidebar

* Auto import if id in URL param
remove preview in card screen and instead go to import flow

* get user's items + team items from hub + ui improvements to hub settings

* lint

* fix merge conflict

* refresh hook for community items

* add fallback for user items

* Disable bundle items by default on all instances

* remove translations (will complete later)

* loading skeleton

* Make community hub endpoints admin only
show visibility on items
combine import/apply for items to they are event logged for review

* improve middleware and import flow

* community hub ui updates

* Adjust importing process

* community hub to dev

* Add webscraper preload into imported plugins

* add runtime property to plugins

* Fix button status on imported skill change
show alert on skill change
Update markdown type and theme on import of agent skill

* update documentaion paths

* remove unused import

* linting

* review loading state

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Patch light mode on Community Hub import flow

* Community hub integration UX improvements (Mintplex-Labs#2727)

* add empty states to your account hub page + disconnect button for api key

* lint

* lint

---------

Co-authored-by: timothycarambat <[email protected]>

* patch button normalization for desktop builds

* Add Support for NVIDIA NIM (Mintplex-Labs#2766)

* Add Support for NVIDIA NIM

* update README

* linting

* persist token window for NIM and not only on model change

* patch docs with proper input for OpenAI compatible embeddings
resolves Mintplex-Labs#2801

* update chat model filters for openai (Mintplex-Labs#2803)

* add gemini 1206 and gemini-2.0-flash exp models
connect Mintplex-Labs#2788

* Fixed a typo in README (Mintplex-Labs#2805)

* Fix scraping failed bug in link/bulk link scrapers (Mintplex-Labs#2807)

* fix scraping failed bug in link/bulk link scrapers

* reset submodule

* swap to networkidle2 as a safe mix for SPA and API-loaded pages, but also not hang on request heavy pages

* lint

---------

Co-authored-by: timothycarambat <[email protected]>

* Fix timestamp bug in embed widget (Mintplex-Labs#2806)

* fix timestamp bug in embed widget

* bump embed for formatDate fallback

* bump embed module

---------

Co-authored-by: timothycarambat <[email protected]>

* silence dependabot for now

* patch gemini-2.0-key

* Redirect to default thread on thread deletion (Mintplex-Labs#2808)

* redirect to default thread on thread deletion

* reset submodule

* handle redirect on bulk delete thread

* redirect on bulk thread delete only if deleted thread is selected

* redirect only on single delete of active thread

* lint

* patch threadSlug for clarity

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Add support for hiding sidebar (Mintplex-Labs#2809)

* Add support for hiding sidebar
Support cmd/ctrl + shift +s for quick hide/show

* patch sidebar padding on collapse

* update Key for sidebar setting

* Add vector search API endpoint (Mintplex-Labs#2815)

* Add vector search API endpoint

* Add missing import

* Modify the data that is returned

* Change similarityThreshold to scoreThreshold

As this is what is actually returned by the search

* Removing logging (oops!)

* chore: regen swagger docs for new endpoint
fix: update function to sanity check values to prevent crashes during search

---------

Co-authored-by: Scott Bowler <[email protected]>

* patch ZH typo (Mintplex-Labs#2816)

* add Gitlab to watchable documents (Mintplex-Labs#2817)

* Fix(2753): Replace React Router Navigate with window.location for SSO state refresh (Mintplex-Labs#2818)

* fix(2753): update SSO redirect to use window.location.replace

* fix(2753): remove unused import

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Pin all docker-scout CI versions to 1.15.1 for now

* APIPie LLM provider improvements (Mintplex-Labs#2695)

* fix apipie streaming/sort by chat models

* lint

* linting

---------

Co-authored-by: timothycarambat <[email protected]>

* Add thread name to workspaces get endpoint (Mintplex-Labs#2822)

add thread name to workspaces get endpoint

Co-authored-by: Timothy Carambat <[email protected]>

* repatch scout cli

* Add new workspace user management endpoint (Mintplex-Labs#2842)

deprecate old endpoint which users workspace ID vs slug
resolves Mintplex-Labs#2838

* Add attachments to GenericOpenAI prompt (Mintplex-Labs#2831)

* added attachments to genericopenai prompt

* add devnote

---------

Co-authored-by: timothycarambat <[email protected]>

* Purge cached docs and remove docs from all workspaces on vectorDB/embedder changes (Mintplex-Labs#2819)

* wip remove all docs clear vector db on embedder/vector db change

* purge all cached docs and remove docs from workspaces on vectordb/embedder change

* lint

* remove unneeded console log

* remove reset vector stores endpoint and move to server side updateENV with postUpdate check

* reset embed module

* remove unused import

* simplify deletion process
rescoped document deletion to be more general for speed, everything needs to be reset anyway
fixed issue where unembedded docs not in any workspaces, but cached, were not removed

* add back missing readme file
update warning text modals

---------

Co-authored-by: timothycarambat <[email protected]>

* remove dependabot

* LLM performance metric tracking (Mintplex-Labs#2825)

* WIP performance metric tracking

* fix: patch UI trying to .toFixed() null metric
Anthropic tracking migraiton
cleanup logs

* Apipie implmentation, not tested

* Cleanup Anthropic notes, Add support for AzureOpenAI tracking

* bedrock token metric tracking

* Cohere support

* feat: improve default stream handler to track for provider who are actually OpenAI compliant in usage reporting
add deepseek support

* feat: Add FireworksAI tracking reporting
fix: improve handler when usage:null is reported (why?)

* Add token reporting for GenericOpenAI

* token reporting for koboldcpp + lmstudio

* lint

* support Groq token tracking

* HF token tracking

* token tracking for togetherai

* LiteLLM token tracking

* linting + Mitral token tracking support

* XAI token metric reporting

* native provider runner

* LocalAI token tracking

* Novita token tracking

* OpenRouter token tracking

* Apipie stream metrics

* textwebgenui token tracking

* perplexity token reporting

* ollama token reporting

* lint

* put back comment

* Rip out LC ollama wrapper and use official library

* patch images with new ollama lib

* improve ollama offline message

* fix image handling in ollama llm provider

* lint

* NVIDIA NIM token tracking

* update openai compatbility responses

* UI/UX show/hide metrics on click for user preference

* update bedrock client

---------

Co-authored-by: shatfield4 <[email protected]>

* Append writable fields to dev API new workspace endpoint (Mintplex-Labs#2843)

* add writible fields to dev api new workspace endpoint

* lint

* implement validations for workspace model

* update swagger comments

* simplify validations for workspace on frontend and API

* cleanup validations

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Enable `default` roles to be able to use `attachments` but not upload documents (Mintplex-Labs#2860)

* Enable default users to be able to add attachments, but not files to chats

* Add support for gemini authenticated models endpoint (Mintplex-Labs#2868)

* Add support for gemini authenticated models endpoint
add customModels entry
add un-authed fallback to default listing
separate models by expiermental status
resolves Mintplex-Labs#2866

* add back improved logic for apiVersion decision making

* Remove fine-tuning flow (Mintplex-Labs#2872)

remove fine-tuning flow

* fix wrong metadata assignment in MilvusProvider (Mintplex-Labs#2870)

fixed wrong metadata assignment

* update ollama performance mode (Mintplex-Labs#2874)

* Fix light mode table colors (Mintplex-Labs#2873)

* fix light mode table colors

* fix table styles from being overwritten in other sections that are not chat messages

---------

Co-authored-by: Timothy Carambat <[email protected]>

* more table styles for lightmode

* Fix styles of ChangeWarningModal (Mintplex-Labs#2876)

fix styles of ChangeWarningModal

* Patch gemini dropdown to model id since names are wrong for the different versions
connect Mintplex-Labs#2898

* enable leftover mlock setting

* Show scrollbar on rendered tables in chat (Mintplex-Labs#2884)

show scrollbar on rendered tables in chat

Co-authored-by: Timothy Carambat <[email protected]>

* Fix typo in frontend for SearXNG agent setup (Mintplex-Labs#2917)

fix typo in frontend for SearXNG agent setup

* Normalize paths on files uploaded to prevent arbitrary file writes (Mintplex-Labs#2905)

* normalize paths on files uploaded to prevent arbitrary file writes

* force normalize path in string parse

---------

Co-authored-by: timothycarambat <[email protected]>

* Patch unauthorized access to other user's pfps (Mintplex-Labs#2904)

* patch unauthorized viewing of other user's pfps

* inline return responses

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Audio file validations (Mintplex-Labs#2902)

* add audio file validations

* patch sharp to support wavfile parsing

---------

Co-authored-by: timothycarambat <[email protected]>

* Patch custom models endpoint (Mintplex-Labs#2903)

* prevent non admin users from changing llm settings via custom-models endpoint

* permission middleware to JSDOC

---------

Co-authored-by: timothycarambat <[email protected]>

* Add support for Google Generative AI (Gemini) embedder (Mintplex-Labs#2895)

* Add support for Google Generative AI (Gemini) embedder

* Add missing example in docker
Fix UI key elements in options
Add Gemini to data handling section
Patch issues with chunk handling during embedding

* remove dupe in env

---------

Co-authored-by: timothycarambat <[email protected]>

* Return timestamps in OpenAI compat endpoints in proper format (Mintplex-Labs#2921)

* support attachments via thread API chat/stream-chat endpoints

* resolves Mintplex-Labs#2926
floor ms value

* Update README.md (Mintplex-Labs#2924)

* make `similarityResponse` object arguments and not positional (Mintplex-Labs#2930)

* make `similarityResponse` object arguments and not positional

* reuse client for qdrant

* Reranker option for RAG (Mintplex-Labs#2929)

* Reranker WIP

* add cacheing and singleton loading

* Add field to workspaces for vectorSearchMode
Add UI for lancedb to change mode
update all search endpoints to pass in reranker prop if provider can use it

* update hint text

* When reranking, swap score to rerank score

* update optchain

* Update example ENV files (Mintplex-Labs#2931)

update example env files

* Migrate CDN download URL from S3 bucket

* patch logo var typo

* Add fallback URL for reranking model

* patch unnessecary scrollbars
resolves Mintplex-Labs#2943

* feat: add support for voyage-3-large and voyage-code-3 embedding models (Mintplex-Labs#2955)

* feat: add support for voyage-3-large and voyage-code-3 embedding models

- Add voyage-3-large and voyage-code-3 to VoyageAiOptions dropdown
- Update getMaxEmbeddingLength to support 32k context for new models
- Update .env.example with new model options

* unset env example

---------

Co-authored-by: timothycarambat <[email protected]>

* patch scrollbars - with regress Mintplex-Labs#2943

* update .nvmrc

* Add caching to Gemini /models (Mintplex-Labs#2969)

rename file typo

* patch gemini embedding key preference
resolves Mintplex-Labs#2972

* add `index` to response object for marshalling
resolves Mintplex-Labs#2956

* Support historical message image inputs/attachments for n+1 queries (Mintplex-Labs#2919)

* Support historical message image inputs/attachments for n+1 queries

* patch gemini

* OpenRouter vision support cleanup

* xai vision history support

* Mistral logging

---------

Co-authored-by: shatfield4 <[email protected]>

* Swap to GH `arm64` runner (Mintplex-Labs#2980)

* test arm runner speed

* test arm runner speed with arm

* update primary worker flows

* update dev build name

* remove QEMU step

* Fix similarity score bug in lance/chroma dbs (Mintplex-Labs#2986)

* fix similarity score bug in lance/chroma dbs

* batch lower bound case

---------

Co-authored-by: timothycarambat <[email protected]>

* Farsi (Persian) translations (Mintplex-Labs#2989)

* Initial commit | Farsi (Persian) translations

* Farsi (Persian) translations - Pt. 2

* Farsi (Persian) translations - Pt. 3

* Farsi (Persian) translations - `README.fa-IR.md` file

* remove greptile link

* linting

* wip agent ui animation (Mintplex-Labs#2999)

* wip agent ui animation

* WIP agent ui revision

* linting

* simplify css

* memoize agent responses

---------

Co-authored-by: shatfield4 <[email protected]>

* Display `thinking` in the prompt response - model agnostic (Mintplex-Labs#3001)

* CoT Display

* forgot file

* preformance optimizations

* match agent ui on thinking model ui when collapsed

* style cleanup

* spacing fixes

---------

Co-authored-by: shatfield4 <[email protected]>

* Fix stop generation button UI (Mintplex-Labs#3011)

* fix stop generation button ui

* keep action color theme and match rest of the UI
rescale button to be consistent with UI

---------

Co-authored-by: timothycarambat <[email protected]>

* Revert StatusResponse Changes due to crashing frontend

* Bump perplexity models (Mintplex-Labs#3014)

* bump perplexity models

---------

Co-authored-by: Timothy Carambat <[email protected]>

* linting

* Dynamic fetching of TogetherAI models (Mintplex-Labs#3017)

* implement dynamic fetching of togetherai models

* implement caching for togetherai models

* update gitignore for togetherai model caching

* Remove models.json from git tracking

* Remove .cached_at from git tracking

* lint

* revert unneeded change

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Add Version to AzureOpenAI (Mintplex-Labs#3023)

* Allow editing of LLM settings from workspace settings (Mintplex-Labs#2865)

* wip change workspace llm settings

* allow editing of workspace llm and agent config inside workspace settings

* lint + put back deleted comment

---------

Co-authored-by: Timothy Carambat <[email protected]>

* feat: update novita AI logo and default model (Mintplex-Labs#3037)

* [Chore] Add better data-handling for unknown providers (Mintplex-Labs#3026)

Add better data-handling for unknown providers

* breakout latex plugin for delims (Mintplex-Labs#3040)

* Breakout LaTeX plugin for modification

* backport regular markdown link

* Remove native LLM option (Mintplex-Labs#3024)

* remove native llm

* remove node-llama-cpp from dockerfile

* remove unneeded items from dockerfile

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Add ability to disable default agent skills (Mintplex-Labs#3041)

* Add ability to disable default agent skills

* debug build

* rever ubuntu arm runner - fickle and fails often

* Update NVIDIA branding

* Agent UI animations (Mintplex-Labs#3025)

* wip agent ui animation

* WIP agent ui revision

* linting

* simplify css

* memoize agent responses

* patch hook memo issue

* dev build

---------

Co-authored-by: shatfield4 <[email protected]>

* Patch gear showing on llms with no settings

* Enable `include_reasoning` in request (Mintplex-Labs#3067)

* parse streams from `reasoning_content` from DeepSeek API (Mintplex-Labs#3068)

* Add tokenizer improvments via Singleton class and estimation (Mintplex-Labs#3072)

* Add tokenizer improvments via Singleton class
linting

* dev build

* Estimation fallback when string exceeds a fixed byte size

* Add notice to tiktoken on backend

* autodetect parseable text file contents (Mintplex-Labs#3079)

* Fix inifite loading when bad file is uploaded alone in uploader

* o3 model patch

* inherit font size from UI for thoughts (Mintplex-Labs#3099)

* bump cdn

* Add patch for `o#` models on Azure
connect Mintplex-Labs#3023
Note: depends on user naming the deployment correctly.

* Enable consistent styling on chart items (Mintplex-Labs#3126)

* Add reasoning flag for azure models with "default" fallback (Mintplex-Labs#3128)

* Enable `num_ctx` to match defined chunk length in ollama embedder (Mintplex-Labs#3129)

* Enable `num_ctx` to match defined chunk length in ollama embedder

* remove console

* Patch PPLX streaming for timeouts (Mintplex-Labs#3130)

Add in-text citations as well for PPLX token streaming
handle timeouts for stream/buffer hanging

* Add improved logging and introspection to web-browsing (Mintplex-Labs#3140)

* [FEAT] Add Turkish Language Support (tr.js) Mintplex-Labs#3108 (Mintplex-Labs#3141)

* Patch light mode remove on SQL Connection
resolves Mintplex-Labs#3160

* linting

* [CHORE] Onboarding language translations (Mintplex-Labs#3176)

* wip onboarding translations

* add normalized EN reference for languages

* add zh/zh-tw translations

* Fix translations

* fix UserMenu rendered twice on Main page (Mintplex-Labs#3110)

fix: fix UserMenu rendered twice on Main page

* Add handling to reasoning models for Generic OpenAI connector (Mintplex-Labs#3183)

* Add handling to resoning models for Generic OpenAI connector
resolves Mintplex-Labs#3177

* linting

* Patch code block header oddity
resolves Mintplex-Labs#3117

* Agent flow builder (Mintplex-Labs#3077)

* wip agent builder

* refactor structure for agent builder

* improve ui for add block menu and sidebar

* lint

* node ui improvement

* handle deleting variable in all nodes

* add headers and body to apiCall node

* lint

* Agent flow builder backend (Mintplex-Labs#3078)

* wip agent builder backend

* save/load agent tasks

* lint

* refactor agent task to use uuids instead of names

* placeholder for run task

* update frontend sidebar + seperate backend to agent-tasks utils

* lint

* add deleting of agent tasks

* create AgentTasks class + wip load agent tasks into aibitat

* lint

* inject + call agent tasks

* wip call agent tasks

* add llm instruction + fix api calling blocks

* add ui + backend for editing/toggling agent tasks

* lint

* add back middlewares

* disable run task + add navigate to home on logo click

* implement normalizePath to prevent path traversal

* wip make api calling more consistent

* lint

* rename all references from task to flow

* patch load flow bug when on editing page

* remove unneeded files/comments

* lint

* fix delete endpoint + rename load flows

* add move block to ui + fix api-call backend + add telemetry

* lint

* add web scraping block

* only allow admin for agent builder

---------

Co-authored-by: timothycarambat <[email protected]>

* Move AgentFlowManager flows to static
simplify UI states
Handle LLM prompt flow when provided non-string

* delete/edit menu for agent flow panel + update flow icon

* lint

* fix open builder button hidden bug

* add tooltips to move up/down block buttons

* add tooltip to delete block

* truncate block description to fit on blocklist component

* light mode agent builder sidebar

* light mode api call block

* fix light mode styles for agent builder blocks

* agent flow fetch in UI

* sync delete flow

* agent flow ui/ux improvements

* remove unused AgentSidebar component

* comment out /run

* UI changes and updates for flow builder

* format flow panel info

* update link handling

* ui tweaks to header menu

* remove unused import

* update doc links
update block icons

* bump readme

* Patch code block header oddity
resolves Mintplex-Labs#3117

* bump dev image

---------

Co-authored-by: Timothy Carambat <[email protected]>

* patch flow link

* chore: rename Github to GitHub (Mintplex-Labs#3199)

* chore: rename Github to GitHub

Signed-off-by: Adam Setch <[email protected]>

* chore: rename Github to GitHub

Signed-off-by: Adam Setch <[email protected]>

* Undo some code changes for references

---------

Signed-off-by: Adam Setch <[email protected]>
Co-authored-by: timothycarambat <[email protected]>

* update dead link
resolves Mintplex-Labs#3201

* chore: rename `Gitlab` to `GitLab` (Mintplex-Labs#3200)

* chore: rename `Gitlab` to `GitLab`

Signed-off-by: Adam Setch <[email protected]>

* undo code changes - breaks refs

---------

Signed-off-by: Adam Setch <[email protected]>
Co-authored-by: timothycarambat <[email protected]>

* Add `querySelectorAll` capability to web-scraping block (Mintplex-Labs#3186)

* Add `querySelectorAll` capability to web-scraping block

* patches and fallbacks

* fix styles of text in web scraping block

---------

Co-authored-by: shatfield4 <[email protected]>

* Turkish translations (Mintplex-Labs#3207)

* OCR PDFs as fallback during upload (Mintplex-Labs#3204)

* OCR PDFs as fallback in spawn thread

* wip

* build our own worker fanout and wrapper

* norm pkgs

* bump dev

* Add OCR of image support (Mintplex-Labs#3219)

* OCR PDFs as fallback in spawn thread

* wip

* build our own worker fanout and wrapper

* norm pkgs

* Add image OCR support

* feat(dataconnectors): support confluence personal access token (Mintplex-Labs#3206)

* feat(dataconnectors): support confluence personal access token

* fix: change select option

* linting
change name on accesstype field

---------

Co-authored-by: timothycarambat <[email protected]>

* fix agent builder move block bug (Mintplex-Labs#3220)

patch bug allowing user to move block above vars in agent builder

* Drop Node `canvas` for manual `sharp` conversion (Mintplex-Labs#3221)

* Drop Node `canvas` for manual `sharp` conversion

* bump dev

* disable PH people props

* Revert "disable PH people props"

This reverts commit 6fd34e5.

* for projects in gitlab subgroup (Mintplex-Labs#3075) (Mintplex-Labs#3247)

* for projects in gitlab subgroup (Mintplex-Labs#3075)

* fix: false condition

* refactor pattern matching logic

---------

Co-authored-by: t2 <>
Co-authored-by: shatfield4 <[email protected]>
Co-authored-by: Timothy Carambat <[email protected]>

* Fix: fix text and format issues in Chinese documentation. (Mintplex-Labs#3249)

fix:
docs(zh-CN): fix text and format issues in Chinese documentation

- Remove redundant punctuation and repeated words
- Standardize quotation marks format and remove unnecessary quotes
- Add and complete TTS and STT related translations

* fix: sanitizeNamespace (Mintplex-Labs#3246)

bug fixes for sanitizing Namespaces and handling chunk size limit of astradb collections in each doc

Co-authored-by: Timothy Carambat <[email protected]>

* fix: Patch agent flow to honor agent handler established provider (Mintplex-Labs#3251)

resolves Mintplex-Labs#3248

* Add additional embed API endpoints (Mintplex-Labs#3264)

* wip embed dev api endpoints

* fix /v1/embed/new endpoint

* add delete endpoint to embeds

* linting

---------

Co-authored-by: timothycarambat <[email protected]>

* feat: Add endpoint to retrieve documents by folder name (Mintplex-Labs#3258)

* feat: Add endpoint to retrieve documents by folder name

* isWithin Check on path to prevent path traversal

---------

Co-authored-by: timothycarambat <[email protected]>

* Improve PromptInput component (Mintplex-Labs#3266)

* allow typing while streaming + refactor props

* remove duplicate function

* 2749 ollama client auth token (Mintplex-Labs#3005)

* ollama auth token provision

* auth token provision

* ollama auth provision

* ollama auth token

* ollama auth provision

* token input field css fix

* Fix provider handler not using key
sensible fallback to not break existing installs
re-order of input fields
null-check for API key and header optional insert on request
linting

* apply header and auth to agent invocations

* upgrading to ollama 5.10 for passing headers to constructor

* rename Auth systemSetting key to be more descriptive
linting and copy

* remove untracked files + update gitignore

* remove debug

* patch lockfile

---------

Co-authored-by: timothycarambat <[email protected]>

* patch swagger

* lint

* Normalize chat sorting defaults in developer API (Mintplex-Labs#3270)

* normalize sorting for workspace and workspace thread chats in dev api

* lint

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Markdown support in custom messages (Mintplex-Labs#3267)

* add md support to appearance custom messages

* break out dompurify to util

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Update null-check function for aibitat runners (Mintplex-Labs#3283)

* Update nullcheck function for aibitat runners

resolves Mintplex-Labs#3273
closes Mintplex-Labs#3277

* lint

* Fix garbled non English chars on document upload (Mintplex-Labs#3301)

update handleAPIFileUpload middleware to handle non english chars + update jsdoc

* [FEAT] Add claude-3-7 (Mintplex-Labs#3337)

* add claude 3-7 sonnet

* made all the changes everywhere

* add 3-7-sonnet-latest model

* lint

---------

Co-authored-by: shatfield4 <[email protected]>

* feature: support configurable left and right message layout (Mintplex-Labs#3244)

* feat: support user select message  direction

* feat: optimizing the code

* feat: lint code

* fix: prevent localstorage read on every message component render
ui: refactor alignment UI selector for dark and light mode with simple styling

* docs: update jsdoc comment for hook
fix: apply chat alignment to homepage chat

* fix mobile styles of message chat alignment preference

---------

Co-authored-by: Timothy Carambat <[email protected]>
Co-authored-by: shatfield4 <[email protected]>

* Arabic Translation (Mintplex-Labs#3357)

* Arabic translation

* Arabic Translation correction

* fix: bug where in single user mode deletion of an api key deletes all  (Mintplex-Labs#3358)

* fix: bug where in single user mode deletion of an api key deletes all
resolves Mintplex-Labs#3352

* linting

* feat: Add endpoint to upload documents to a specified folder (Mintplex-Labs#3276)

* feat: Add endpoint to retrieve documents by folder name

* isWithin Check on path to prevent path traversal

* feat: Add endpoint to upload documents to a specified folder

* refactor upload to folder endpoint + update jsdoc for swagger

* linting

---------

Co-authored-by: timothycarambat <[email protected]>
Co-authored-by: shatfield4 <[email protected]>

* patch openapi swagger docs

* chore: patch QUMU CI segfault due to recent QEMU issue on image

* chore: patch QUMU CI segfault due to recent QEMU issue on image

* chore: patch again for buildx segfault

* chore: attempt to unblock CI

* chore: attempt to unblock CI

* chore: attempt to unblock CI

* Patch multi-arch builds
ref: NVIDIA/cuda-quantum#2651 (comment)

* Add bio field to user (Mintplex-Labs#3346)

* add bio to users table

* lint

* add bio field to edit user admin page

* fix bio saving on new user

* simplify updating localstorage user

* linting

---------

Co-authored-by: timothycarambat <[email protected]>

* speech to text typo correction (Mintplex-Labs#3330)

Co-authored-by: Timothy Carambat <[email protected]>

* New thinking/agent animation + UI (Mintplex-Labs#3302)

* implement new thinking animation ui

* implement agent thinking animation

* Windows development environment variables support (Mintplex-Labs#3354)

* Windows development environment variables support

* moved cross-env to dev dependencies

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Add new model provider PPIO (Mintplex-Labs#3211)

* feat: add new model provider PPIO

* fix: fix ppio model fetching

* fix: code lint

* reorder LLM
update interface for streaming and chats to use valid keys
linting

---------

Co-authored-by: timothycarambat <[email protected]>

* changed language support for following windows: chat, data-upload and… (Mintplex-Labs#3010)

* changed language support for following windows: chat, data-upload and account settings

* normalize translations

* linting, normalization with DE

---------

Co-authored-by: Ron Metzger <[email protected]>
Co-authored-by: timothycarambat <[email protected]>

* feat: Add multilingual support for ocr module (Mintplex-Labs#3325)

* Add multilingual support for ocr mudule

* Add OCR langauge as server var that is passed into Collector
Support all valid tesseract language codes
Filter and parse only valid codes with fallbacks'

* persist TARGET_OCR_LANG

* update docker example env

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Prevent collector crash when blocked by CDN (Mintplex-Labs#3373)

resolves Mintplex-Labs#3365

* Add support for Anthropics /model endpoint (finally) (Mintplex-Labs#3376)

* Add support for Anthropics /model endpoint (finally)

* dev

* Show default deepseek models on wrong API key
connect Mintplex-Labs#3390

* fix thought container from getting cut off at max height (Mintplex-Labs#3449)

* Fix agent calling UI max height (Mintplex-Labs#3457)

fix agent calling ui max height

* Added danish translation (Mintplex-Labs#3461)

### Pull Request Type

<!-- For change type, change [ ] to [x]. -->

- [ ] ✨ feat
- [ ] πŸ› fix
- [ ] ♻️ refactor
- [ ] πŸ’„ style
- [x] πŸ”¨ chore
- [ ] πŸ“ docs

Adds danish translation

- [x] I ran `yarn lint` from the root of the repo & committed changes
- [x] Relevant documentation has been updated
- [x] I have tested my code functionality
- [x] Docker build succeeds locally

* Pinning UI improvements (Mintplex-Labs#3490)

* improve pinning ui + sort pinned docs to top

* lint

* Add remove folder developer API endpoint (Mintplex-Labs#3489)

* add remove folder api endpoint

* update purgeFolder function comment

---------

Co-authored-by: timothycarambat <[email protected]>

* fix pkg order

* fix chroma db + add similarity offset (Mintplex-Labs#3458)

* fix chroma db + add similarity offset

* patch chroma scoring

---------

Co-authored-by: timothycarambat <[email protected]>

* Fix embedding endpoint for OpenAI compatible API (Mintplex-Labs#3467)

* fix embedding endpoint for openai compatible api

* remove unused imports

* add backwards compat for embedding

---------

Co-authored-by: timothycarambat <[email protected]>

* Add ability to reordering workspaces (Mintplex-Labs#3446)

* added reordering of workspaces

* smooth ui updates on dnd + ui bug fixes

* pin react-beautiful-dnd version

* Move to localstorage solution to support single and multi-user

---------

Co-authored-by: Ron Metzger <[email protected]>
Co-authored-by: shatfield4 <[email protected]>
Co-authored-by: timothycarambat <[email protected]>

* Use concurrently to run all dev service at once (Mintplex-Labs#3424)

* Update package.json

* patch run command to use local node_module concurrently

---------

Co-authored-by: Timothy Carambat <[email protected]>

* remove unused import

* CHORE: debounce telems to prevent spamming (Mintplex-Labs#3505)

debounce telems to prevent spamming

* Bump LanceDB (Mintplex-Labs#3015)

* bump lancedb

* dev build

* normalize build

* wtf is going on with build now

---------

Co-authored-by: timothycarambat <[email protected]>

* remove dupe key

* change submodules to https for non-ssh pulls

* Enable slash commands in dev API chat/stream-chat (Mintplex-Labs#3514)

* enable slash commands in dev api

* lint

* Remove ability to use default slash commands in API request
Add `reset` param to body that can reset chats according to the api chat execution parameters
Allow null `message` if `reset` is set in request.
Added early return for if message is null and reset is true
Enable chat to reset chat history and continue `message` execution
Added generic WorkspaceChat history reset function. Deprecated others

* update grep function comment
remove debug

---------

Co-authored-by: timothycarambat <[email protected]>

* Enable use of @agent in slash commands (Mintplex-Labs#3508)

* allow @agent in slash commands

* make prompt input focused on slash command click

* lint

---------

Co-authored-by: timothycarambat <[email protected]>

* Protected slash command check (Mintplex-Labs#3524)

* protected slash command check

* fix error handling on frontend

---------

Co-authored-by: timothycarambat <[email protected]>

* Update README.zh-CN.md (Mintplex-Labs#3527)

* Update README.zh-CN.md

* Update README.ja-JP.md

* Update README.zh-CN.md

* Update README.zh-CN.md

* Update README.ja-JP.md

* Prompt variables (Mintplex-Labs#3359)

* wip prompt variables

* refactor backend + add popup suggestions menu to frontend

* use processString to replace all variables in system prompts

* update translations

* fix translations

* wip highlight variables

* revert accidental name change

* rename everything, remove translations

* Update prompt var UI and backend logic

* Update form handler
linting

* linting

* normalize all translation files for prompt variables

* prompt vars dev image

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Update QDRANT_SETUP.md (Mintplex-Labs#3530)

* linting

* Overhaul AWS Bedrock provider (Mintplex-Labs#3537)

* Patch AWS Bedrock provider for newer models and performance

* patch prompt constructor

* add AgentFlow execution via API chat invocation (Mintplex-Labs#3545)

* add AgentFlow execution via API chat invocation

* reorder import

* Persist images attached in API requests to the UI for rendering (Mintplex-Labs#3546)

Persist images attached in API requests to the UI for rendereing
resolves Mintplex-Labs#3518

* Replace connectionString parser for sql-agent (Mintplex-Labs#3560)

resolves Mintplex-Labs#3551

* Update styles of experimental modal buttons (Mintplex-Labs#3535)

update styles of experimental modal buttons

Co-authored-by: timothycarambat <[email protected]>

* Teal color for onboarding buttons (Mintplex-Labs#3533)

add teal color for onboarding

Co-authored-by: Timothy Carambat <[email protected]>

* Agent builder UI bug fixes (Mintplex-Labs#3522)

* builder ui bug fixes

* fix save button text color

---------

Co-authored-by: Timothy Carambat <[email protected]>

* ModelContextProtocol (MCP) Full Compatibility (Mintplex-Labs#3547)

* WIP MCP full compatibility layer

* implement MCP agent function wrapping and invocation methods

* Add `uvx` to docker bin for MCP executions

* dev build

* prune removed data

* Wrap MCP servers to lazy load items to not block the UI
Mobile bug fixes

* arm64 test build

* reset dev builder

* remove unused prop

* MCP announcement

* Fix broken links in MCP UI (Mintplex-Labs#3569)

* fix broken links in agent skills mcp section

* remove link and use a tag

* Allow period in username (Mintplex-Labs#3592)

* allow period in username

* update validation hint

---------

Co-authored-by: timothycarambat <[email protected]>

* fix broken links on locales READMEs
closes Mintplex-Labs#3584

* Fix agent flow description bug (Mintplex-Labs#3593)

* fix agent flow description bug

* add jsdoc to AgentFlows class

* lint

---------

Co-authored-by: timothycarambat <[email protected]>

* sync and publish embed changes (Mintplex-Labs#3596)

* optional "env" in MCP config

* [CHORE] Consistent table styling across settings pages (Mintplex-Labs#3597)

make all tables styling consistent across settings pages

Co-authored-by: Timothy Carambat <[email protected]>

* Gemini model list sync (Mintplex-Labs#3609)

* Update defaultModels.js

add gemma-3-27b-it to v1BetaModels

* Update defaultModels.js

20250330 model update

* Update defaultModels.js

remove text embedding

* Update name and inputTokenLimit modelMap.js

* Update gemini to load models from both endpoints
dedupe models
decide endpoint based on expieremental status from fetch
add util script for maintainers
reduce cache time on gemini models to 1 day

* remove comment

---------

Co-authored-by: DreamerC <[email protected]>

* Disable Agent retry to prevent looping on crash (Mintplex-Labs#3617)

* Refactor Gemini to use OpenAI interface API (Mintplex-Labs#3616)

* Refactor Gemini to use OpenAI interface API

* add TODO

* handle errors better (gemini)

* remove unused code

* Fix bottom border on workspace settings tab switcher (Mintplex-Labs#3615)

fix bottom border on workspace settings tab switcher

Co-authored-by: Timothy Carambat <[email protected]>

* Move CTA save buttons to top of workspace setting screens (Mintplex-Labs#3613)

move cta save buttons to top of workspace setting screens

* Fix truncation of threads/workspaces (Mintplex-Labs#3610)

* fix truncation of threads/workspaces

* remove unneeded import

* fix missing i18n string for watching documents

* New chat home page (Mintplex-Labs#3555)

* wip getting started checklist page

* lint

* add new ui skeleton for new home page/checklist

* make legacy home page appearance setting

* dynamic checklist rendering/close checklist

* make home page functional + update cta buttons in ws settings

* lint

* remove unneeded routes

* wip fixing checklist items (create ws and embed doc broken) + news section updates

* lint

* FINALLY fix all functionality & remove hook to simplify logic

* lint

* hide/show options based on user role/mum enabled

* add hover states and redo checklist ui

* remove welcome checklist page

* add validation to task completion

* polish behavior of checklist/fix roles on checklist items

* lint

* light mode/use tailwind color classes

* remove tutorials link

* Modify how legacy page works

* small UI updates

* remove unused paths
cleanup explore features

* revert save button changes

* conditionally render legacy default chat page when in multiuser

* remove role checks in checklist

* remove role checks in quick links

* remove unused hook

* dark mode new home page checklist ui updates

* Add news logging to repo for record keeping
update new module to pull from CDN

* simplify landing markup

* light mode styles

* remove border in light mode from merge conflict

* Update ignores

* slide up dismiss

* prevent checklist popin

* confetti?

* fix url hash on navigate

* watch for event changes for updating checklist

* useMemo and callback memory optimization

* move handlers to constants via params fwd

* dev

* update github text

---------

Co-authored-by: Timothy Carambat <[email protected]>

* update copy for landing feature card

* sync-fork-250414

* sync-fork-250414

---------

Signed-off-by: Adam Setch <[email protected]>
Co-authored-by: timothycarambat <[email protected]>
Co-authored-by: Sean Hatfield <[email protected]>
Co-authored-by: Peter Dave Hello <[email protected]>
Co-authored-by: Philipp Eckel <[email protected]>
Co-authored-by: hdelossantos <[email protected]>
Co-authored-by: Debugs <[email protected]>
Co-authored-by: Tuan Nguyen <[email protected]>
Co-authored-by: Logan Reeder <[email protected]>
Co-authored-by: Scott Bowler <[email protected]>
Co-authored-by: Andy Santana <[email protected]>
Co-authored-by: wolfganghuse <[email protected]>
Co-authored-by: Chaiwat Saithongcum <[email protected]>
Co-authored-by: Shixian Sheng <[email protected]>
Co-authored-by: ReindeerFlotilla <[email protected]>
Co-authored-by: okaeiz <[email protected]>
Co-authored-by: Jason <[email protected]>
Co-authored-by: TunahanDilercan <[email protected]>
Co-authored-by: Sander de Leeuw <[email protected]>
Co-authored-by: Adam Setch <[email protected]>
Co-authored-by: Mert Cobanov <[email protected]>
Co-authored-by: mr-chenguang <[email protected]>
Co-authored-by: t2 <[email protected]>
Co-authored-by: alongLFB <[email protected]>
Co-authored-by: Hakeem Abbas <[email protected]>
Co-authored-by: Shanmukeshwar <[email protected]>
Co-authored-by: Sushanth Srivatsa <[email protected]>
Co-authored-by: Skanda Kaashyap <[email protected]>
Co-authored-by: ι«˜ε…ˆη”Ÿ <[email protected]>
Co-authored-by: Said Ouhdach <[email protected]>
Co-authored-by: Yash Suresh Chandra <[email protected]>
Co-authored-by: Kristofer Bourro <[email protected]>
Co-authored-by: cnJasonZ <[email protected]>
Co-authored-by: MrMarans <[email protected]>
Co-authored-by: Ron Metzger <[email protected]>
Co-authored-by: AbelDuan <[email protected]>
Co-authored-by: Morten Aagaard EistrΓΈm <[email protected]>
Co-authored-by: Weijing Jay Lin <[email protected]>
Co-authored-by: DreamerC <[email protected]>
EugenMayer pushed a commit to KontextWork/anything-llm that referenced this pull request Apr 15, 2025
* Add caching to Gemini /models (Mintplex-Labs#2969)

rename file typo

* patch gemini embedding key preference
resolves Mintplex-Labs#2972

* add `index` to response object for marshalling
resolves Mintplex-Labs#2956

* Support historical message image inputs/attachments for n+1 queries (Mintplex-Labs#2919)

* Support historical message image inputs/attachments for n+1 queries

* patch gemini

* OpenRouter vision support cleanup

* xai vision history support

* Mistral logging

---------

Co-authored-by: shatfield4 <[email protected]>

* Swap to GH `arm64` runner (Mintplex-Labs#2980)

* test arm runner speed

* test arm runner speed with arm

* update primary worker flows

* update dev build name

* remove QEMU step

* Fix similarity score bug in lance/chroma dbs (Mintplex-Labs#2986)

* fix similarity score bug in lance/chroma dbs

* batch lower bound case

---------

Co-authored-by: timothycarambat <[email protected]>

* Farsi (Persian) translations (Mintplex-Labs#2989)

* Initial commit | Farsi (Persian) translations

* Farsi (Persian) translations - Pt. 2

* Farsi (Persian) translations - Pt. 3

* Farsi (Persian) translations - `README.fa-IR.md` file

* remove greptile link

* linting

* wip agent ui animation (Mintplex-Labs#2999)

* wip agent ui animation

* WIP agent ui revision

* linting

* simplify css

* memoize agent responses

---------

Co-authored-by: shatfield4 <[email protected]>

* Display `thinking` in the prompt response - model agnostic (Mintplex-Labs#3001)

* CoT Display

* forgot file

* preformance optimizations

* match agent ui on thinking model ui when collapsed

* style cleanup

* spacing fixes

---------

Co-authored-by: shatfield4 <[email protected]>

* Fix stop generation button UI (Mintplex-Labs#3011)

* fix stop generation button ui

* keep action color theme and match rest of the UI
rescale button to be consistent with UI

---------

Co-authored-by: timothycarambat <[email protected]>

* Revert StatusResponse Changes due to crashing frontend

* Bump perplexity models (Mintplex-Labs#3014)

* bump perplexity models

---------

Co-authored-by: Timothy Carambat <[email protected]>

* linting

* Dynamic fetching of TogetherAI models (Mintplex-Labs#3017)

* implement dynamic fetching of togetherai models

* implement caching for togetherai models

* update gitignore for togetherai model caching

* Remove models.json from git tracking

* Remove .cached_at from git tracking

* lint

* revert unneeded change

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Add Version to AzureOpenAI (Mintplex-Labs#3023)

* Allow editing of LLM settings from workspace settings (Mintplex-Labs#2865)

* wip change workspace llm settings

* allow editing of workspace llm and agent config inside workspace settings

* lint + put back deleted comment

---------

Co-authored-by: Timothy Carambat <[email protected]>

* feat: update novita AI logo and default model (Mintplex-Labs#3037)

* [Chore] Add better data-handling for unknown providers (Mintplex-Labs#3026)

Add better data-handling for unknown providers

* breakout latex plugin for delims (Mintplex-Labs#3040)

* Breakout LaTeX plugin for modification

* backport regular markdown link

* Remove native LLM option (Mintplex-Labs#3024)

* remove native llm

* remove node-llama-cpp from dockerfile

* remove unneeded items from dockerfile

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Add ability to disable default agent skills (Mintplex-Labs#3041)

* Add ability to disable default agent skills

* debug build

* rever ubuntu arm runner - fickle and fails often

* Update NVIDIA branding

* Agent UI animations (Mintplex-Labs#3025)

* wip agent ui animation

* WIP agent ui revision

* linting

* simplify css

* memoize agent responses

* patch hook memo issue

* dev build

---------

Co-authored-by: shatfield4 <[email protected]>

* Patch gear showing on llms with no settings

* Enable `include_reasoning` in request (Mintplex-Labs#3067)

* parse streams from `reasoning_content` from DeepSeek API (Mintplex-Labs#3068)

* Add tokenizer improvments via Singleton class and estimation (Mintplex-Labs#3072)

* Add tokenizer improvments via Singleton class
linting

* dev build

* Estimation fallback when string exceeds a fixed byte size

* Add notice to tiktoken on backend

* autodetect parseable text file contents (Mintplex-Labs#3079)

* Fix inifite loading when bad file is uploaded alone in uploader

* o3 model patch

* inherit font size from UI for thoughts (Mintplex-Labs#3099)

* bump cdn

* Add patch for `o#` models on Azure
connect Mintplex-Labs#3023
Note: depends on user naming the deployment correctly.

* Enable consistent styling on chart items (Mintplex-Labs#3126)

* Add reasoning flag for azure models with "default" fallback (Mintplex-Labs#3128)

* Enable `num_ctx` to match defined chunk length in ollama embedder (Mintplex-Labs#3129)

* Enable `num_ctx` to match defined chunk length in ollama embedder

* remove console

* Patch PPLX streaming for timeouts (Mintplex-Labs#3130)

Add in-text citations as well for PPLX token streaming
handle timeouts for stream/buffer hanging

* Add improved logging and introspection to web-browsing (Mintplex-Labs#3140)

* [FEAT] Add Turkish Language Support (tr.js) Mintplex-Labs#3108 (Mintplex-Labs#3141)

* Patch light mode remove on SQL Connection
resolves Mintplex-Labs#3160

* linting

* [CHORE] Onboarding language translations (Mintplex-Labs#3176)

* wip onboarding translations

* add normalized EN reference for languages

* add zh/zh-tw translations

* Fix translations

* fix UserMenu rendered twice on Main page (Mintplex-Labs#3110)

fix: fix UserMenu rendered twice on Main page

* Add handling to reasoning models for Generic OpenAI connector (Mintplex-Labs#3183)

* Add handling to resoning models for Generic OpenAI connector
resolves Mintplex-Labs#3177

* linting

* Patch code block header oddity
resolves Mintplex-Labs#3117

* Agent flow builder (Mintplex-Labs#3077)

* wip agent builder

* refactor structure for agent builder

* improve ui for add block menu and sidebar

* lint

* node ui improvement

* handle deleting variable in all nodes

* add headers and body to apiCall node

* lint

* Agent flow builder backend (Mintplex-Labs#3078)

* wip agent builder backend

* save/load agent tasks

* lint

* refactor agent task to use uuids instead of names

* placeholder for run task

* update frontend sidebar + seperate backend to agent-tasks utils

* lint

* add deleting of agent tasks

* create AgentTasks class + wip load agent tasks into aibitat

* lint

* inject + call agent tasks

* wip call agent tasks

* add llm instruction + fix api calling blocks

* add ui + backend for editing/toggling agent tasks

* lint

* add back middlewares

* disable run task + add navigate to home on logo click

* implement normalizePath to prevent path traversal

* wip make api calling more consistent

* lint

* rename all references from task to flow

* patch load flow bug when on editing page

* remove unneeded files/comments

* lint

* fix delete endpoint + rename load flows

* add move block to ui + fix api-call backend + add telemetry

* lint

* add web scraping block

* only allow admin for agent builder

---------

Co-authored-by: timothycarambat <[email protected]>

* Move AgentFlowManager flows to static
simplify UI states
Handle LLM prompt flow when provided non-string

* delete/edit menu for agent flow panel + update flow icon

* lint

* fix open builder button hidden bug

* add tooltips to move up/down block buttons

* add tooltip to delete block

* truncate block description to fit on blocklist component

* light mode agent builder sidebar

* light mode api call block

* fix light mode styles for agent builder blocks

* agent flow fetch in UI

* sync delete flow

* agent flow ui/ux improvements

* remove unused AgentSidebar component

* comment out /run

* UI changes and updates for flow builder

* format flow panel info

* update link handling

* ui tweaks to header menu

* remove unused import

* update doc links
update block icons

* bump readme

* Patch code block header oddity
resolves Mintplex-Labs#3117

* bump dev image

---------

Co-authored-by: Timothy Carambat <[email protected]>

* patch flow link

* chore: rename Github to GitHub (Mintplex-Labs#3199)

* chore: rename Github to GitHub

Signed-off-by: Adam Setch <[email protected]>

* chore: rename Github to GitHub

Signed-off-by: Adam Setch <[email protected]>

* Undo some code changes for references

---------

Signed-off-by: Adam Setch <[email protected]>
Co-authored-by: timothycarambat <[email protected]>

* update dead link
resolves Mintplex-Labs#3201

* chore: rename `Gitlab` to `GitLab` (Mintplex-Labs#3200)

* chore: rename `Gitlab` to `GitLab`

Signed-off-by: Adam Setch <[email protected]>

* undo code changes - breaks refs

---------

Signed-off-by: Adam Setch <[email protected]>
Co-authored-by: timothycarambat <[email protected]>

* Add `querySelectorAll` capability to web-scraping block (Mintplex-Labs#3186)

* Add `querySelectorAll` capability to web-scraping block

* patches and fallbacks

* fix styles of text in web scraping block

---------

Co-authored-by: shatfield4 <[email protected]>

* Turkish translations (Mintplex-Labs#3207)

* OCR PDFs as fallback during upload (Mintplex-Labs#3204)

* OCR PDFs as fallback in spawn thread

* wip

* build our own worker fanout and wrapper

* norm pkgs

* bump dev

* Add OCR of image support (Mintplex-Labs#3219)

* OCR PDFs as fallback in spawn thread

* wip

* build our own worker fanout and wrapper

* norm pkgs

* Add image OCR support

* feat(dataconnectors): support confluence personal access token (Mintplex-Labs#3206)

* feat(dataconnectors): support confluence personal access token

* fix: change select option

* linting
change name on accesstype field

---------

Co-authored-by: timothycarambat <[email protected]>

* fix agent builder move block bug (Mintplex-Labs#3220)

patch bug allowing user to move block above vars in agent builder

* Drop Node `canvas` for manual `sharp` conversion (Mintplex-Labs#3221)

* Drop Node `canvas` for manual `sharp` conversion

* bump dev

* disable PH people props

* Revert "disable PH people props"

This reverts commit 6fd34e5.

* for projects in gitlab subgroup (Mintplex-Labs#3075) (Mintplex-Labs#3247)

* for projects in gitlab subgroup (Mintplex-Labs#3075)

* fix: false condition

* refactor pattern matching logic

---------

Co-authored-by: t2 <>
Co-authored-by: shatfield4 <[email protected]>
Co-authored-by: Timothy Carambat <[email protected]>

* Fix: fix text and format issues in Chinese documentation. (Mintplex-Labs#3249)

fix:
docs(zh-CN): fix text and format issues in Chinese documentation

- Remove redundant punctuation and repeated words
- Standardize quotation marks format and remove unnecessary quotes
- Add and complete TTS and STT related translations

* fix: sanitizeNamespace (Mintplex-Labs#3246)

bug fixes for sanitizing Namespaces and handling chunk size limit of astradb collections in each doc

Co-authored-by: Timothy Carambat <[email protected]>

* fix: Patch agent flow to honor agent handler established provider (Mintplex-Labs#3251)

resolves Mintplex-Labs#3248

* Add additional embed API endpoints (Mintplex-Labs#3264)

* wip embed dev api endpoints

* fix /v1/embed/new endpoint

* add delete endpoint to embeds

* linting

---------

Co-authored-by: timothycarambat <[email protected]>

* feat: Add endpoint to retrieve documents by folder name (Mintplex-Labs#3258)

* feat: Add endpoint to retrieve documents by folder name

* isWithin Check on path to prevent path traversal

---------

Co-authored-by: timothycarambat <[email protected]>

* Improve PromptInput component (Mintplex-Labs#3266)

* allow typing while streaming + refactor props

* remove duplicate function

* 2749 ollama client auth token (Mintplex-Labs#3005)

* ollama auth token provision

* auth token provision

* ollama auth provision

* ollama auth token

* ollama auth provision

* token input field css fix

* Fix provider handler not using key
sensible fallback to not break existing installs
re-order of input fields
null-check for API key and header optional insert on request
linting

* apply header and auth to agent invocations

* upgrading to ollama 5.10 for passing headers to constructor

* rename Auth systemSetting key to be more descriptive
linting and copy

* remove untracked files + update gitignore

* remove debug

* patch lockfile

---------

Co-authored-by: timothycarambat <[email protected]>

* patch swagger

* lint

* Normalize chat sorting defaults in developer API (Mintplex-Labs#3270)

* normalize sorting for workspace and workspace thread chats in dev api

* lint

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Markdown support in custom messages (Mintplex-Labs#3267)

* add md support to appearance custom messages

* break out dompurify to util

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Update null-check function for aibitat runners (Mintplex-Labs#3283)

* Update nullcheck function for aibitat runners

resolves Mintplex-Labs#3273
closes Mintplex-Labs#3277

* lint

* Fix garbled non English chars on document upload (Mintplex-Labs#3301)

update handleAPIFileUpload middleware to handle non english chars + update jsdoc

* [FEAT] Add claude-3-7 (Mintplex-Labs#3337)

* add claude 3-7 sonnet

* made all the changes everywhere

* add 3-7-sonnet-latest model

* lint

---------

Co-authored-by: shatfield4 <[email protected]>

* feature: support configurable left and right message layout (Mintplex-Labs#3244)

* feat: support user select message  direction

* feat: optimizing the code

* feat: lint code

* fix: prevent localstorage read on every message component render
ui: refactor alignment UI selector for dark and light mode with simple styling

* docs: update jsdoc comment for hook
fix: apply chat alignment to homepage chat

* fix mobile styles of message chat alignment preference

---------

Co-authored-by: Timothy Carambat <[email protected]>
Co-authored-by: shatfield4 <[email protected]>

* Arabic Translation (Mintplex-Labs#3357)

* Arabic translation

* Arabic Translation correction

* fix: bug where in single user mode deletion of an api key deletes all  (Mintplex-Labs#3358)

* fix: bug where in single user mode deletion of an api key deletes all
resolves Mintplex-Labs#3352

* linting

* feat: Add endpoint to upload documents to a specified folder (Mintplex-Labs#3276)

* feat: Add endpoint to retrieve documents by folder name

* isWithin Check on path to prevent path traversal

* feat: Add endpoint to upload documents to a specified folder

* refactor upload to folder endpoint + update jsdoc for swagger

* linting

---------

Co-authored-by: timothycarambat <[email protected]>
Co-authored-by: shatfield4 <[email protected]>

* patch openapi swagger docs

* chore: patch QUMU CI segfault due to recent QEMU issue on image

* chore: patch QUMU CI segfault due to recent QEMU issue on image

* chore: patch again for buildx segfault

* chore: attempt to unblock CI

* chore: attempt to unblock CI

* chore: attempt to unblock CI

* Patch multi-arch builds
ref: NVIDIA/cuda-quantum#2651 (comment)

* Add bio field to user (Mintplex-Labs#3346)

* add bio to users table

* lint

* add bio field to edit user admin page

* fix bio saving on new user

* simplify updating localstorage user

* linting

---------

Co-authored-by: timothycarambat <[email protected]>

* speech to text typo correction (Mintplex-Labs#3330)

Co-authored-by: Timothy Carambat <[email protected]>

* New thinking/agent animation + UI (Mintplex-Labs#3302)

* implement new thinking animation ui

* implement agent thinking animation

* Windows development environment variables support (Mintplex-Labs#3354)

* Windows development environment variables support

* moved cross-env to dev dependencies

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Add new model provider PPIO (Mintplex-Labs#3211)

* feat: add new model provider PPIO

* fix: fix ppio model fetching

* fix: code lint

* reorder LLM
update interface for streaming and chats to use valid keys
linting

---------

Co-authored-by: timothycarambat <[email protected]>

* changed language support for following windows: chat, data-upload and… (Mintplex-Labs#3010)

* changed language support for following windows: chat, data-upload and account settings

* normalize translations

* linting, normalization with DE

---------

Co-authored-by: Ron Metzger <[email protected]>
Co-authored-by: timothycarambat <[email protected]>

* feat: Add multilingual support for ocr module (Mintplex-Labs#3325)

* Add multilingual support for ocr mudule

* Add OCR langauge as server var that is passed into Collector
Support all valid tesseract language codes
Filter and parse only valid codes with fallbacks'

* persist TARGET_OCR_LANG

* update docker example env

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Prevent collector crash when blocked by CDN (Mintplex-Labs#3373)

resolves Mintplex-Labs#3365

* Add support for Anthropics /model endpoint (finally) (Mintplex-Labs#3376)

* Add support for Anthropics /model endpoint (finally)

* dev

* Show default deepseek models on wrong API key
connect Mintplex-Labs#3390

* fix thought container from getting cut off at max height (Mintplex-Labs#3449)

* Fix agent calling UI max height (Mintplex-Labs#3457)

fix agent calling ui max height

* Added danish translation (Mintplex-Labs#3461)

### Pull Request Type

<!-- For change type, change [ ] to [x]. -->

- [ ] ✨ feat
- [ ] πŸ› fix
- [ ] ♻️ refactor
- [ ] πŸ’„ style
- [x] πŸ”¨ chore
- [ ] πŸ“ docs

Adds danish translation

- [x] I ran `yarn lint` from the root of the repo & committed changes
- [x] Relevant documentation has been updated
- [x] I have tested my code functionality
- [x] Docker build succeeds locally

* Pinning UI improvements (Mintplex-Labs#3490)

* improve pinning ui + sort pinned docs to top

* lint

* Add remove folder developer API endpoint (Mintplex-Labs#3489)

* add remove folder api endpoint

* update purgeFolder function comment

---------

Co-authored-by: timothycarambat <[email protected]>

* fix pkg order

* fix chroma db + add similarity offset (Mintplex-Labs#3458)

* fix chroma db + add similarity offset

* patch chroma scoring

---------

Co-authored-by: timothycarambat <[email protected]>

* Fix embedding endpoint for OpenAI compatible API (Mintplex-Labs#3467)

* fix embedding endpoint for openai compatible api

* remove unused imports

* add backwards compat for embedding

---------

Co-authored-by: timothycarambat <[email protected]>

* Add ability to reordering workspaces (Mintplex-Labs#3446)

* added reordering of workspaces

* smooth ui updates on dnd + ui bug fixes

* pin react-beautiful-dnd version

* Move to localstorage solution to support single and multi-user

---------

Co-authored-by: Ron Metzger <[email protected]>
Co-authored-by: shatfield4 <[email protected]>
Co-authored-by: timothycarambat <[email protected]>

* Use concurrently to run all dev service at once (Mintplex-Labs#3424)

* Update package.json

* patch run command to use local node_module concurrently

---------

Co-authored-by: Timothy Carambat <[email protected]>

* remove unused import

* CHORE: debounce telems to prevent spamming (Mintplex-Labs#3505)

debounce telems to prevent spamming

* Bump LanceDB (Mintplex-Labs#3015)

* bump lancedb

* dev build

* normalize build

* wtf is going on with build now

---------

Co-authored-by: timothycarambat <[email protected]>

* remove dupe key

* change submodules to https for non-ssh pulls

* Enable slash commands in dev API chat/stream-chat (Mintplex-Labs#3514)

* enable slash commands in dev api

* lint

* Remove ability to use default slash commands in API request
Add `reset` param to body that can reset chats according to the api chat execution parameters
Allow null `message` if `reset` is set in request.
Added early return for if message is null and reset is true
Enable chat to reset chat history and continue `message` execution
Added generic WorkspaceChat history reset function. Deprecated others

* update grep function comment
remove debug

---------

Co-authored-by: timothycarambat <[email protected]>

* Enable use of @agent in slash commands (Mintplex-Labs#3508)

* allow @agent in slash commands

* make prompt input focused on slash command click

* lint

---------

Co-authored-by: timothycarambat <[email protected]>

* Protected slash command check (Mintplex-Labs#3524)

* protected slash command check

* fix error handling on frontend

---------

Co-authored-by: timothycarambat <[email protected]>

* Update README.zh-CN.md (Mintplex-Labs#3527)

* Update README.zh-CN.md

* Update README.ja-JP.md

* Update README.zh-CN.md

* Update README.zh-CN.md

* Update README.ja-JP.md

* Prompt variables (Mintplex-Labs#3359)

* wip prompt variables

* refactor backend + add popup suggestions menu to frontend

* use processString to replace all variables in system prompts

* update translations

* fix translations

* wip highlight variables

* revert accidental name change

* rename everything, remove translations

* Update prompt var UI and backend logic

* Update form handler
linting

* linting

* normalize all translation files for prompt variables

* prompt vars dev image

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Update QDRANT_SETUP.md (Mintplex-Labs#3530)

* linting

* Overhaul AWS Bedrock provider (Mintplex-Labs#3537)

* Patch AWS Bedrock provider for newer models and performance

* patch prompt constructor

* add AgentFlow execution via API chat invocation (Mintplex-Labs#3545)

* add AgentFlow execution via API chat invocation

* reorder import

* Persist images attached in API requests to the UI for rendering (Mintplex-Labs#3546)

Persist images attached in API requests to the UI for rendereing
resolves Mintplex-Labs#3518

* Replace connectionString parser for sql-agent (Mintplex-Labs#3560)

resolves Mintplex-Labs#3551

* Update styles of experimental modal buttons (Mintplex-Labs#3535)

update styles of experimental modal buttons

Co-authored-by: timothycarambat <[email protected]>

* Teal color for onboarding buttons (Mintplex-Labs#3533)

add teal color for onboarding

Co-authored-by: Timothy Carambat <[email protected]>

* Agent builder UI bug fixes (Mintplex-Labs#3522)

* builder ui bug fixes

* fix save button text color

---------

Co-authored-by: Timothy Carambat <[email protected]>

* ModelContextProtocol (MCP) Full Compatibility (Mintplex-Labs#3547)

* WIP MCP full compatibility layer

* implement MCP agent function wrapping and invocation methods

* Add `uvx` to docker bin for MCP executions

* dev build

* prune removed data

* Wrap MCP servers to lazy load items to not block the UI
Mobile bug fixes

* arm64 test build

* reset dev builder

* remove unused prop

* MCP announcement

* Fix broken links in MCP UI (Mintplex-Labs#3569)

* fix broken links in agent skills mcp section

* remove link and use a tag

* Allow period in username (Mintplex-Labs#3592)

* allow period in username

* update validation hint

---------

Co-authored-by: timothycarambat <[email protected]>

* fix broken links on locales READMEs
closes Mintplex-Labs#3584

* Fix agent flow description bug (Mintplex-Labs#3593)

* fix agent flow description bug

* add jsdoc to AgentFlows class

* lint

---------

Co-authored-by: timothycarambat <[email protected]>

* sync and publish embed changes (Mintplex-Labs#3596)

* optional "env" in MCP config

* [CHORE] Consistent table styling across settings pages (Mintplex-Labs#3597)

make all tables styling consistent across settings pages

Co-authored-by: Timothy Carambat <[email protected]>

* Gemini model list sync (Mintplex-Labs#3609)

* Update defaultModels.js

add gemma-3-27b-it to v1BetaModels

* Update defaultModels.js

20250330 model update

* Update defaultModels.js

remove text embedding

* Update name and inputTokenLimit modelMap.js

* Update gemini to load models from both endpoints
dedupe models
decide endpoint based on expieremental status from fetch
add util script for maintainers
reduce cache time on gemini models to 1 day

* remove comment

---------

Co-authored-by: DreamerC <[email protected]>

* Disable Agent retry to prevent looping on crash (Mintplex-Labs#3617)

* Refactor Gemini to use OpenAI interface API (Mintplex-Labs#3616)

* Refactor Gemini to use OpenAI interface API

* add TODO

* handle errors better (gemini)

* remove unused code

* Fix bottom border on workspace settings tab switcher (Mintplex-Labs#3615)

fix bottom border on workspace settings tab switcher

Co-authored-by: Timothy Carambat <[email protected]>

* Move CTA save buttons to top of workspace setting screens (Mintplex-Labs#3613)

move cta save buttons to top of workspace setting screens

* Fix truncation of threads/workspaces (Mintplex-Labs#3610)

* fix truncation of threads/workspaces

* remove unneeded import

* fix missing i18n string for watching documents

* New chat home page (Mintplex-Labs#3555)

* wip getting started checklist page

* lint

* add new ui skeleton for new home page/checklist

* make legacy home page appearance setting

* dynamic checklist rendering/close checklist

* make home page functional + update cta buttons in ws settings

* lint

* remove unneeded routes

* wip fixing checklist items (create ws and embed doc broken) + news section updates

* lint

* FINALLY fix all functionality & remove hook to simplify logic

* lint

* hide/show options based on user role/mum enabled

* add hover states and redo checklist ui

* remove welcome checklist page

* add validation to task completion

* polish behavior of checklist/fix roles on checklist items

* lint

* light mode/use tailwind color classes

* remove tutorials link

* Modify how legacy page works

* small UI updates

* remove unused paths
cleanup explore features

* revert save button changes

* conditionally render legacy default chat page when in multiuser

* remove role checks in checklist

* remove role checks in quick links

* remove unused hook

* dark mode new home page checklist ui updates

* Add news logging to repo for record keeping
update new module to pull from CDN

* simplify landing markup

* light mode styles

* remove border in light mode from merge conflict

* Update ignores

* slide up dismiss

* prevent checklist popin

* confetti?

* fix url hash on navigate

* watch for event changes for updating checklist

* useMemo and callback memory optimization

* move handlers to constants via params fwd

* dev

* update github text

---------

Co-authored-by: Timothy Carambat <[email protected]>

* update copy for landing feature card

* update gitignore

* Main page QA (Mintplex-Labs#3623)

* fix alignment of new home page + update hover states on checklist items

* hover states + font weight changes in light mode

* Appearance menu styles (Mintplex-Labs#3627)

* fix alignment/fonts/styles for appearance settings page

* lint

---------

Co-authored-by: Timothy Carambat <[email protected]>

* Fix customize logo bug (Mintplex-Labs#3628)

fix customize logo bug on first setup

Co-authored-by: Timothy Carambat <[email protected]>

* fix typo

---------

Signed-off-by: Adam Setch <[email protected]>
Co-authored-by: Timothy Carambat <[email protected]>
Co-authored-by: shatfield4 <[email protected]>
Co-authored-by: okaeiz <[email protected]>
Co-authored-by: Jason <[email protected]>
Co-authored-by: TunahanDilercan <[email protected]>
Co-authored-by: Sander de Leeuw <[email protected]>
Co-authored-by: Adam Setch <[email protected]>
Co-authored-by: Mert Cobanov <[email protected]>
Co-authored-by: mr-chenguang <[email protected]>
Co-authored-by: t2 <[email protected]>
Co-authored-by: alongLFB <[email protected]>
Co-authored-by: Hakeem Abbas <[email protected]>
Co-authored-by: Shanmukeshwar <[email protected]>
Co-authored-by: Sushanth Srivatsa <[email protected]>
Co-authored-by: Skanda Kaashyap <[email protected]>
Co-authored-by: ι«˜ε…ˆη”Ÿ <[email protected]>
Co-authored-by: Said Ouhdach <[email protected]>
Co-authored-by: Yash Suresh Chandra <[email protected]>
Co-authored-by: Kristofer Bourro <[email protected]>
Co-authored-by: cnJasonZ <[email protected]>
Co-authored-by: MrMarans <[email protected]>
Co-authored-by: Ron Metzger <[email protected]>
Co-authored-by: AbelDuan <[email protected]>
Co-authored-by: Morten Aagaard EistrΓΈm <[email protected]>
Co-authored-by: Weijing Jay Lin <[email protected]>
Co-authored-by: Shixian Sheng <[email protected]>
Co-authored-by: DreamerC <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT]: Hide thoughts on embed chat widget
1 participant