这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@shatfield4
Copy link
Collaborator

@shatfield4 shatfield4 commented Apr 10, 2025

Pull Request Type

  • ✨ feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #xxx

What is in this change?

  • Make alignment of home page tighter (24px between sections)
  • Update hover states of checklist items
  • Updates to font weights
  • Light mode UI fixes

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

@shatfield4 shatfield4 self-assigned this Apr 10, 2025
@shatfield4 shatfield4 marked this pull request as ready for review April 10, 2025 19:59
@timothycarambat timothycarambat merged commit 6c11ed5 into master Apr 14, 2025
@timothycarambat timothycarambat deleted the main-page-qa branch April 14, 2025 18:41
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 <seanhatfield5@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <seanhatfield5@gmail.com>

* 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 <seanhatfield5@gmail.com>

* 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 <rambat1010@gmail.com>

* Revert StatusResponse Changes due to crashing frontend

* Bump perplexity models (Mintplex-Labs#3014)

* bump perplexity models

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <seanhatfield5@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* patch flow link

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

* chore: rename Github to GitHub

Signed-off-by: Adam Setch <adam.setch@outlook.com>

* chore: rename Github to GitHub

Signed-off-by: Adam Setch <adam.setch@outlook.com>

* Undo some code changes for references

---------

Signed-off-by: Adam Setch <adam.setch@outlook.com>
Co-authored-by: timothycarambat <rambat1010@gmail.com>

* 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 <adam.setch@outlook.com>

* undo code changes - breaks refs

---------

Signed-off-by: Adam Setch <adam.setch@outlook.com>
Co-authored-by: timothycarambat <rambat1010@gmail.com>

* 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 <seanhatfield5@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <seanhatfield5@gmail.com>
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <seanhatfield5@gmail.com>

* 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 <rambat1010@gmail.com>
Co-authored-by: shatfield4 <seanhatfield5@gmail.com>

* 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 <rambat1010@gmail.com>
Co-authored-by: shatfield4 <seanhatfield5@gmail.com>

* 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 <rambat1010@gmail.com>

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

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <ron.metzger@korn-recycling.de>
Co-authored-by: timothycarambat <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <ron.metzger@korn-recycling.de>
Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
Co-authored-by: timothycarambat <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

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

* protected slash command check

* fix error handling on frontend

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

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

add teal color for onboarding

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>

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

* builder ui bug fixes

* fix save button text color

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <dreamerwolf.tw@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

* 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 <rambat1010@gmail.com>

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

fix customize logo bug on first setup

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>

* fix typo

---------

Signed-off-by: Adam Setch <adam.setch@outlook.com>
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
Co-authored-by: okaeiz <100111649+okaeiz@users.noreply.github.com>
Co-authored-by: Jason <ggbbddjm@gmail.com>
Co-authored-by: TunahanDilercan <tunahandilercan@gmail.com>
Co-authored-by: Sander de Leeuw <mailbox@sdlw.nl>
Co-authored-by: Adam Setch <adam.setch@outlook.com>
Co-authored-by: Mert Cobanov <mertcobanov@gmail.com>
Co-authored-by: mr-chenguang <37072324+lcgash@users.noreply.github.com>
Co-authored-by: t2 <46615000+t2tx@users.noreply.github.com>
Co-authored-by: alongLFB <lal603743923@gmail.com>
Co-authored-by: Hakeem Abbas <hakeemsyd@gmail.com>
Co-authored-by: Shanmukeshwar <shanmukeshwar@icloud.com>
Co-authored-by: Sushanth Srivatsa <65614803+ssbodapati@users.noreply.github.com>
Co-authored-by: Skanda Kaashyap <skandakk@gmail.com>
Co-authored-by: 高先生 <mrgaowork@gmail.com>
Co-authored-by: Said Ouhdach <54545861+Saidoua@users.noreply.github.com>
Co-authored-by: Yash Suresh Chandra <yashschandra@gmail.com>
Co-authored-by: Kristofer Bourro <40888336+kbourro@users.noreply.github.com>
Co-authored-by: cnJasonZ <gbdzxalbb@qq.com>
Co-authored-by: MrMarans <ron_marvin@yahoo.de>
Co-authored-by: Ron Metzger <ron.metzger@korn-recycling.de>
Co-authored-by: AbelDuan <duanxu@outlook.com>
Co-authored-by: Morten Aagaard Eistrøm <150781328+MOEI-123412@users.noreply.github.com>
Co-authored-by: Weijing Jay Lin <weijingjaylin@gmail.com>
Co-authored-by: Shixian Sheng <shixian_sheng-2@protonmail.com>
Co-authored-by: DreamerC <dreamerwolf.tw@gmail.com>
cabwds pushed a commit to cabwds/anything-llm that referenced this pull request Jul 3, 2025
* fix alignment of new home page + update hover states on checklist items

* hover states + font weight changes in light mode
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.

3 participants