Commit Graph

  • 8f4f5600df fix: restore stable keys for file attachments main mantis-eng-bot 2026-03-26 07:01:21 +00:00
  • 1577f1eda8 chore: regenerate pnpm-lock.yaml for open repo themez 2026-03-16 16:20:22 +08:00
  • 755cb99773 fix(mobile): patch lookbehind regex literal for iOS 16.0-16.3 compatibility (#627) themez 2026-03-16 16:19:41 +08:00
  • b94beea3bf release 1.19.1 themez 2026-03-16 16:18:47 +08:00
  • 75042cde0e chore(image): add nano banana 2 model id without -preview Tuxi 2026-02-27 14:55:57 +08:00
  • b68197c623 feat(image): correct model id: gemini-3.1-flash-image-preview Tuxi 2026-02-27 10:54:35 +08:00
  • d73c0aec0c feat(image): add model nano-banana-2 Tuxi 2026-02-27 10:30:47 +08:00
  • bcc6977b38 fix: 修复拖拽文件无法解析的问题 (#3514) (#614) themez 2026-03-16 16:18:13 +08:00
  • 54789fbb8a fix: update package manager from npm to pnpm in README improve-readme Barnacle 2026-02-13 15:51:06 +00:00
  • 9e3af96a2c fix: correct project structure, tool names and troubleshooting in README Barnacle 2026-02-13 15:48:27 +00:00
  • beeb52b002 docs: Improve README.md with enhanced structure and content Barnacle 2026-02-13 15:16:53 +00:00
  • fe80192097 release 1.19.0 v1.19.0 themez 2026-02-13 12:41:25 +08:00
  • a1544e7cbb fix: add missing remoteConfig variable in useVersion hook and fix atom type themez 2026-02-13 12:17:07 +08:00
  • 2a412838ff chore: fix pnpm-lock.yaml dependency resolution for @ai-sdk packages themez 2026-02-12 23:52:12 +08:00
  • efbc3caa05 fix: wrap OCR model setup errors and refine Sentry reporting for OCR failures themez 2026-02-11 18:15:38 +08:00
  • 7f2fdb0605 fix: use user-configured OCR model and attribute OCR errors correctly (#576) Zeng Xian 2026-02-11 18:10:21 +08:00
  • b7fee99fc2 Fix/UI 1.19 (#572) Tuxi 2026-02-11 14:47:34 +08:00
  • 9d158d920a fix: restore version-based provider hiding and reorder providers by importance themez 2026-02-11 11:28:54 +08:00
  • 6b5468411c fix: prevent win-arm64 startup crash on Windows ARM64 (#569) Zeng Xian 2026-02-10 21:53:34 +08:00
  • bd17fcb36d fix: jotai async storage error (#566) Ryan Wang 2026-02-10 18:41:21 +09:00
  • f74019c161 feat: optimize message attachment display and increase upload limit to 20 (#564) themez 2026-02-12 23:41:30 +08:00
  • 469ee21f49 fix: pass modelSupportVision to convertToModelMessages in summary generator and generateText (#562) Zeng Xian 2026-02-07 19:24:56 +08:00
  • 4dcdbfc132 feat: add i18n for error msgs (#559) Tuxi 2026-02-06 16:28:08 +08:00
  • daec6e2eaf fix: add value prop for cmdk (#557) Tuxi 2026-02-06 14:20:32 +08:00
  • 26054c8b58 fix: PDF parsing broken after pnpm migration (#551) Zeng Xian 2026-02-02 21:43:21 +08:00
  • dfeac51b87 build: migrate from npm to pnpm (#547) themez 2026-02-12 23:39:27 +08:00
  • feec299949 fix: ensure ChatboxAI provider appears first in model selector (#549) Zeng Xian 2026-02-02 17:11:46 +08:00
  • cc27fa43f7 feat(chat): add edit button to SummaryMessage (#544) Zeng Xian 2026-01-31 17:41:20 +08:00
  • 65810f877b Feat/unify-token-estimation-v2 (#541) Zeng Xian 2026-01-31 12:10:29 +08:00
  • d2c0505e5f chore: update i18n Tuxi 2026-01-30 16:23:26 +08:00
  • 3f068c1eac feat: add tooltip to inputbox btns Tuxi 2026-01-30 10:50:36 +08:00
  • a20e5c5cec refactor(context-management): remove deprecated code and optimize token calculations themez 2026-01-29 22:55:25 +08:00
  • 7882896b63 fix(settings): fix navigation from Chatbox AI to Chat Settings themez 2026-01-29 13:06:21 +08:00
  • cb0ef0274c fix: optimize build to reduce memory usage (#532) Zeng Xian 2026-01-28 20:47:09 +08:00
  • 9a126e15dd fix(session): copy compactionPoints with correct ID mapping (#538) Zeng Xian 2026-01-28 20:42:38 +08:00
  • 9b85241c01 fix(input-box): fix auto-compaction toggle isolation and custom model support (#539) Zeng Xian 2026-01-28 20:35:51 +08:00
  • 7db7cf46a4 feat(chat): improve error message UX with expand/collapse and copy (#537) Zeng Xian 2026-01-28 19:22:33 +08:00
  • 514b59b00e perf(compaction): use cached tokens to avoid UI lag on message send (#536) Zeng Xian 2026-01-28 19:09:13 +08:00
  • c2b4af4066 fix(ui): remove calculating animation and text from token menu header themez 2026-01-28 17:28:34 +08:00
  • 0f906a74af fix(token-estimation): fix session switching and context change handling (#535) Zeng Xian 2026-01-28 17:25:23 +08:00
  • b60f9349fc refactor: Code organization optimization - session module split and component restructuring (#534) Zeng Xian 2026-01-26 19:50:22 +08:00
  • 5b5f8626d1 feat: update img tool ui; i18n Tuxi 2026-01-26 10:53:46 +08:00
  • 4277e13840 feat: update img tool ui Tuxi 2026-01-26 10:45:43 +08:00
  • b41532d8cf feat: Provider System Refactor - Registry-based Architecture (#533) Zeng Xian 2026-01-24 23:25:20 +08:00
  • 2d3bf2d400 feat: change default max context message count to unlimited themez 2026-01-23 12:17:50 +08:00
  • ed6a9372ce fix: compaction error message overflow and add dismiss button themez 2026-01-22 17:43:41 +08:00
  • 042c1ef3c7 feat: token percentage display and context length error detection (#530) Zeng Xian 2026-01-22 17:33:27 +08:00
  • ad71e1b4f4 Feat/context-management (#528) Zeng Xian 2026-01-22 15:34:08 +08:00
  • 8f8c7e2911 feat: upgrade AI SDK from v5 to v6 (#515) Zeng Xian 2026-01-22 12:26:13 +08:00
  • 6ba49e2183 feat: refactor image generation to standalone tool page (#504) Zeng Xian 2026-01-19 16:17:01 +08:00
  • 42835cddfd feat: move chatboxai from providers to top-level settings (#527) Tuxi 2026-01-19 11:26:04 +08:00
  • 565c12b817 fix: prevent Claude API error when both temperature and top_p are set (#525) Tuxi 2026-01-16 14:51:32 +08:00
  • 56260815a1 chore: robuster building config Tuxi 2026-01-14 16:56:06 +08:00
  • 2c5712e996 fix: try fix web app relative path issue Tuxi 2026-01-14 16:27:29 +08:00
  • dc0fcdd8e5 fix: update changelog date for version 1.18.3 themez 2026-01-14 11:11:51 +08:00
  • 2aad2f962b fix: set build target to es2020 for browser compatibility themez 2026-01-13 21:04:14 +08:00
  • 1d567d574b Claude/slack fix edit message close c3 qz o (#522) Tuxi 2026-01-09 17:29:15 +08:00
  • 98648ff561 Fix Code Block Visibility in Light Mode (#521) Tuxi 2026-01-09 16:17:05 +08:00
  • b0a070f77a fix: inline file content for small files (≤500 lines) to improve model compatibility (#518) Zeng Xian 2026-01-09 16:15:57 +08:00
  • 1395254809 Claude/slack add chatbox new conversation e ykj u (#520) Tuxi 2026-01-09 12:26:10 +08:00
  • bc3e4b744b chore: improve err msg Tuxi 2026-01-09 11:08:48 +08:00
  • c3612fffba chore: improve err msg Tuxi 2026-01-09 10:25:36 +08:00
  • e0e6b2d00b chore: web seaerch ui Tuxi 2026-01-08 14:55:57 +08:00
  • 4a06c7b35c fix: ensure global search located to the target place Tuxi 2026-01-08 14:50:36 +08:00
  • ba97aec78f refactor: remove document parser auto fallback; unify ux with web search Tuxi 2026-01-08 13:05:52 +08:00
  • cf0734e9b7 fix: test mineru connection Tuxi 2026-01-08 12:05:37 +08:00
  • 131e121b9d chore: better wording Tuxi 2026-01-07 14:53:43 +08:00
  • 3267728ef4 fix: adaptive modal height (#514) Ryan Wang 2026-01-06 20:58:01 +09:00
  • b4b7b81de2 fix: improve 5xx error detection for ApiError in retry mechanism themez 2026-01-06 17:29:31 +08:00
  • bb2766334c Feat/optimize kb file parse (#511) Tuxi 2026-01-06 17:24:39 +08:00
  • fe7283b8fb refactor: enhance file conversation integration tests with detailed reporting and model handling themez 2026-01-06 15:20:12 +08:00
  • 10f448d399 debug: add logging to track settings reset issue (#513) Zeng Xian 2026-01-06 15:03:01 +08:00
  • 8c35edca0a chore: fix lint and type issues (#507) Zeng Xian 2026-01-06 14:52:14 +08:00
  • ecfb1e6447 fix: message edit modal height (#512) Ryan Wang 2026-01-06 15:40:12 +09:00
  • d5a8d305d8 test: add test for quote prefix accumulation prevention themez 2026-01-06 11:20:36 +08:00
  • d40be93a1b fix: prevent duplicate quote prefixes in sequenceMessages (#509) Zeng Xian 2026-01-06 11:05:17 +08:00
  • 018f138f38 feat: add automatic retry mechanism for 5xx errors (#508) Zeng Xian 2026-01-06 10:47:05 +08:00
  • ebb838897f fix: improve Check Update button responsiveness on About page themez 2026-01-05 14:29:30 +08:00
  • cd497e01ba feat: add visual indicators for expired license status (#506) Zeng Xian 2026-01-05 12:25:44 +08:00
  • 6ba32e668f fix: revert kb prompt injecting to user msg; enrich kb tool desc Tuxi 2025-12-31 14:35:54 +08:00
  • 6e882a09e7 fix: add es-toolkit dependency required by lobehub icons themez 2025-12-30 14:32:28 +08:00
  • db3601914c feat: enable update reminder for Android (#503) Zeng Xian 2025-12-30 09:56:24 +08:00
  • de6f9e55d3 feat: add model icons and update ModelSelector components (#502) Zeng Xian 2025-12-29 19:47:12 +08:00
  • 687fecf535 feat: inject file list into kb toolset prompt; add reminder to last user msg when using kb (#501) Tuxi 2025-12-29 18:51:18 +08:00
  • 13f386e083 fix: add cache eviction and cleanup to prevent memory leaks (#499) Tuxi 2025-12-29 16:59:02 +08:00
  • d2dcabc12d perf: parallelize blob fetches in genMessageContext to fix N+1 pattern (#500) Tuxi 2025-12-29 15:17:19 +08:00
  • 37f6480a4f test: add model provider integration tests (#497) WangSiyuan 2025-12-27 00:01:51 +11:00
  • da6222fbab fix: delete for nav (#498) Tuxi 2025-12-26 18:32:23 +08:00
  • c8ac2ac0b1 fix(test): add alias @shared to vitest config Siyuan Wang 2025-12-26 14:48:05 +11:00
  • 825701fb73 Mobile experience optimization (#493) Ryan Wang 2025-12-25 19:48:56 +09:00
  • 5e1a1a2e2e Fix/web browsing setting (#496) Tuxi 2025-12-25 16:30:09 +08:00
  • 1c68b2aa7b chore: remove workflow files from tracking, update .gitignore themez 2026-02-12 23:30:52 +08:00
  • bc848220c8 use electron-vite as the build tool (#481) Ryan Wang 2026-02-12 23:30:17 +08:00
  • b76b2b80e7 fix: add error handling and logging for storage operations in BaseStorage and chatStore (#495) Zeng Xian 2025-12-23 12:07:27 +08:00
  • 473adf2f7b feat: add search on sessionList Tuxi 2025-12-23 10:38:57 +08:00
  • e1278140a5 feat: auto enable web search when using chatbox as provider (#494) Tuxi 2025-12-22 16:59:46 +08:00
  • 87edfbbdcd fix: kb add fallback if 0 chunk Tuxi 2025-12-17 20:22:49 +08:00
  • c9b0fe4af8 fix(test): rename grep_file to search_file_content, update vite, load .env during test (#490) WangSiyuan 2025-12-17 22:48:28 +11:00
  • 21fc63fa07 chore: more i18n Tuxi 2025-12-17 16:58:28 +08:00
  • b5b4f559c2 chore: i18n Tuxi 2025-12-17 16:20:15 +08:00