Commit Graph

  • 93faa672cc fix: add DB_TYPE environment variable to unit tests (#30660) Xiangxuan Qu 2026-01-07 11:16:17 +09:00
  • 9c6c2a3c14 chore: add skill creator for create agent skills (#30652) yyh 2026-01-07 10:07:35 +08:00
  • 4f0fb6df2b chore: use from __future__ import annotations (#30254) Sara Rasool 2026-01-06 19:57:20 +05:00
  • 0294555893 refactor: port api/fields/file_fields.py (#30638) Asuka Minato 2026-01-06 23:55:58 +09:00
  • 55de731f9c refactor(api): clarify published RAG pipeline invoke naming (#30644) -LAN- 2026-01-06 22:48:06 +08:00
  • 9b128048c4 refactor: restructure DatasetCard component for improved readability and maintainability (#30617) Coding On Star 2026-01-06 21:57:21 +08:00
  • f57aa08a3f fix: flask db check fails due to nullable mismatch between migrations and models (#30474) Toshiki Sugimizu 2026-01-06 21:23:59 +09:00
  • 44d7aaaf33 fix: prevent empty state flash and add skeleton loading for app list (#30616) yyh 2026-01-06 20:19:22 +08:00
  • 7beed12eab refactor(web): migrate legacy forms to TanStack Form (#30631) yyh 2026-01-06 20:18:27 +08:00
  • 64bfcbc4a9 feat: implement dataset creation step one with preview functionality (#30507) Coding On Star 2026-01-06 18:59:18 +08:00
  • 2cc89d30db feat: use more universal C.UTF-8 instead of en_US.UTF-8 (#30621) wangxiaolei 2026-01-06 16:39:04 +08:00
  • 5661f821c3 chore: bump pnpm version in packageManager (#30605) yyh 2026-01-06 15:24:25 +08:00
  • 1f5d744cc2 fix(db): parameterize sessionmaker with Session (#30612) -LAN- 2026-01-06 15:23:50 +08:00
  • 68d68a46a0 refactor: generate_url to support scenario to build url (#30598) wangxiaolei 2026-01-06 14:53:38 +08:00
  • d12b91a01a refactor(api): inject sessionmaker into conversation variable updater (#30609) -LAN- 2026-01-06 14:52:59 +08:00
  • f3ca8be9f9 refactor: clean type: ignore comments in login.py and template_transformer.py (#30510) lif 2026-01-06 14:33:27 +08:00
  • 4f74e90f51 fix: _model_to_insertion_dict missing id (#30603) wangxiaolei 2026-01-06 14:13:29 +08:00
  • d6e9c3310f feat: Add conversation variable persistence layer (#30531) -LAN- 2026-01-06 14:05:33 +08:00
  • b2124a7358 feat: init rsc support for translation (#30596) Stephen Zhou 2026-01-06 13:23:03 +08:00
  • 89463cc11d fix: allow unauthenticated CORS preflight for embedded bots (#30587) CodeCraftsman 2026-01-06 09:10:34 +05:30
  • 114a34e008 fix: correct docx hyperlink extraction (#30360) Zhiqiang Yang 2026-01-06 03:24:26 +00:00
  • f320fd5f95 refactor: port controllers/console/app/app.py (#30522) Asuka Minato 2026-01-06 11:12:52 +09:00
  • 061d552928 feat: unified management stop event (#30479) wangxiaolei 2026-01-06 10:12:05 +08:00
  • eccf79a710 chore: remove unused link icon type (#30469) ga_o 2026-01-06 11:10:06 +09:00
  • 7e3bfb9250 refactor: split changes for api/controllers/console/datasets/hit_test… (#30581) Asuka Minato 2026-01-06 11:08:09 +09:00
  • f14c3ce15e fix: system model selector loading state flash (#30572) yyh 2026-01-06 10:07:42 +08:00
  • c0331b23a9 refactor: split changes for api/controllers/web/conversation.py (#30582) Asuka Minato 2026-01-06 11:06:48 +09:00
  • ce87371bef refactor: split changes for api/controllers/web/saved_message.py (#30583) Asuka Minato 2026-01-06 11:06:21 +09:00
  • 615c313f80 fix(api): refactors the SQL LIKE pattern escaping logic to use a centralized utility function, ensuring consistent and secure handling of special characters across all database queries. (#30450) NeatGuyCoding 2026-01-06 09:56:30 +08:00
  • de6262784c chore: Harden API image Node.js runtime install (#30497) -LAN- 2026-01-05 20:19:26 +08:00
  • a9e2c05a10 feat(graph-engine): add command to update variables at runtime (#30563) -LAN- 2026-01-05 16:47:34 +08:00
  • 6f8bd58e19 feat(graph-engine): make layer runtime state non-null and bound early (#30552) -LAN- 2026-01-05 16:43:42 +08:00
  • 591ca05c84 feat(logstore): make graph field optional via env variable LOGSTORE… (#30554) scdeng 2026-01-05 16:12:41 +08:00
  • a72044aa86 chore: fix lint in i18n (#30571) Stephen Zhou 2026-01-05 16:12:12 +08:00
  • 34f3b288a7 chore(docker): update nltk data download process to include unstructured download_nltk_packages (#28876) Lework 2026-01-05 15:50:33 +08:00
  • a99ac3fe0d refactor(models): Add mapped type hints to MessageAnnotation (#27751) -LAN- 2026-01-05 15:50:03 +08:00
  • 52149c0d9b chore(web): add ESLint rules for i18n JSON validation (#30491) Stephen Zhou 2026-01-05 15:49:31 +08:00
  • 631f999f65 refactor: use contains_any instead of Chaining where = where | f (#30559) wangxiaolei 2026-01-05 15:48:31 +08:00
  • be3ef9f050 fix: #30511 [Bug] knowledge_retrieval_node fails when using Rerank Model: "Working outside of application context" and add regression test (#30549) hsiong 2026-01-05 15:02:21 +08:00
  • 93a85ae98a chore(deps): bump @amplitude/analytics-browser from 2.31.4 to 2.33.1 in /web (#30538) dependabot[bot] 2026-01-05 15:05:04 +09:00
  • e3e19c437a fix: fix db env not work (#30541) wangxiaolei 2026-01-05 11:10:45 +08:00
  • 693daea474 fix: INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH settings (#30463) hsiong 2026-01-05 11:10:04 +08:00
  • bc317a0009 feat: return data_source_info and data_source_detail_dict (#29912) wangxiaolei 2026-01-05 11:04:03 +08:00
  • c158dfa198 fix: support to change NEXT_PUBLIC_BASE_PATH env using --build-arg in docker build (#29836) Kimi WANG 2026-01-05 11:03:12 +08:00
  • 79913590ae fix(api): surface subscription deletion errors to users (#30333) Maries 2026-01-05 11:02:04 +08:00
  • f1fff0a243 fix: fix WorkflowExecution.outputs containing non-JSON-serializable o… (#30464) wangxiaolei 2026-01-05 10:57:23 +08:00
  • 4bb08b93d7 chore: update dockerignore (#30460) hsiong 2026-01-05 10:55:14 +08:00
  • d0564ac63c feat: add flask command file-usage (#30500) wangxiaolei 2026-01-05 10:52:21 +08:00
  • eb321ad614 chore: Add a new rule for import lint (#30526) -LAN- 2026-01-05 10:48:14 +08:00
  • 7128d71cf7 chore(deps-dev): bump intersystems-irispython from 5.3.0 to 5.3.1 in /api (#30540) dependabot[bot] 2026-01-05 10:47:39 +08:00
  • 95edbad1c7 refactor(workflow): add Jinja2 renderer abstraction for template transform (#30535) -LAN- 2026-01-05 10:46:37 +08:00
  • 154abdd915 chore: Update PR template lint command (#30533) -LAN- 2026-01-05 10:46:01 +08:00
  • c58a093fd1 docs: update comments in docker/.env.example (#30516) longbingljw 2026-01-04 21:52:03 +08:00
  • 06ba40f016 refactor(code_node): implement DI for the code node (#30519) -LAN- 2026-01-04 21:50:42 +08:00
  • 2b838077e0 fix: when first setup after auto login error (#30523) sszaodian 2026-01-04 20:24:49 +08:00
  • 473f8ef29c feat: skip rerank if only one dataset is retrieved (#30075) wangxiaolei 2026-01-04 20:22:51 +08:00
  • 96736144b9 feat: enhance squid config (#30146) wangxiaolei 2026-01-04 19:59:41 +08:00
  • f167e87146 refactor(web): align signup mail submit and tests (#30456) yyh 2026-01-04 19:59:06 +08:00
  • a562089e48 feat: add frontend code review skills (#30520) Joel 2026-01-04 19:57:09 +08:00
  • 7d65d8048e feat: add Ralph Wiggum plugin support (#30525) yyh 2026-01-04 19:56:02 +08:00
  • c29cfd18f3 feat: revert model total credits (#30518) Coding On Star 2026-01-04 18:29:19 +08:00
  • 47b8e979e0 test: add unit tests for RagPipeline components (#30429) Coding On Star 2026-01-04 18:04:49 +08:00
  • 83648feedf chore: upgrade fickling to 0.1.6 (#30495) -LAN- 2026-01-04 17:22:12 +08:00
  • 2cef879209 refactor: more ns.model to BaseModel (#30445) Asuka Minato 2026-01-04 18:12:28 +09:00
  • 151101aaf5 chore(i18n): translate i18n files based on en-US changes (#30508) github-actions[bot] 2026-01-04 17:11:40 +08:00
  • 9aaa08e19f ci: fix translate, allow manual dispatch (#30505) Stephen Zhou 2026-01-04 16:34:23 +08:00
  • d4baf078f7 fix(plugins): enhance search to match name, label and description (#30501) zhsama 2026-01-04 16:07:04 +08:00
  • 84cbf0526d feat: model total credits (#26942) Coding On Star 2026-01-04 15:26:37 +08:00
  • 5362f69083 feat(refactoring): Support Structured Logging (JSON) (#30170) Byron.wang 2026-01-03 19:46:46 -08:00
  • 822374eca5 chore: integrate @tanstack/eslint-plugin-query and fix service layer lint errors (#30444) yyh 2026-01-04 11:20:06 +08:00
  • 815ae6c754 chore: remove redundant web/app/page.module.css (#30482) yyh 2026-01-04 10:22:36 +08:00
  • 9a22baf57d feat: optimize for migration versions (#28787) longbingljw 2026-01-03 20:33:20 +08:00
  • c1bb310183 chore: remove icon_large of models (#30466) 非法操作 2026-01-03 01:35:17 +08:00
  • 8f2aabf7bd chore: Standardized the OpenAI icon (#30471) 非法操作 2026-01-03 01:34:17 +08:00
  • 9b6b2f3195 feat: add AgentMaxIterationError exc (#30423) wangxiaolei 2026-01-01 00:40:54 +08:00
  • ae43ad5cb6 fix: fix when vision is disabled delete the configs (#30420) wangxiaolei 2026-01-01 00:40:21 +08:00
  • 5b02e5dcb6 refactor: migrate some ns.model to BaseModel (#30388) Asuka Minato 2026-01-01 01:38:12 +09:00
  • e3ef33366d fix(web): stop thinking timer when user clicks stop button (#30442) lif 2026-01-01 00:36:18 +08:00
  • ee1d0df927 chore: add jotai store (#30432) Stephen Zhou 2025-12-31 17:55:25 +08:00
  • 184077c37c build: bring back babel-loader, add build check (#30427) Stephen Zhou 2025-12-31 16:41:43 +08:00
  • 3015e9be73 feat: add archive storage client and env config (#30422) 非法操作 2025-12-31 16:14:46 +08:00
  • 2bb1e24fb4 test: unify i18next mocks into centralized helpers (#30376) Stephen Zhou 2025-12-31 15:53:33 +08:00
  • cad7101534 feat: support image extraction in PDF RAG extractor (#30399) Zhiqiang Yang 2025-12-31 15:49:06 +08:00
  • e856287b65 chore: update knip config and include in CI (#30410) Stephen Zhou 2025-12-31 15:38:07 +08:00
  • 27be89c984 chore: lint for react compiler (#30417) Stephen Zhou 2025-12-31 15:31:11 +08:00
  • fa69cce1e7 fix: fix create app xss issue (#30305) wangxiaolei 2025-12-31 14:57:39 +08:00
  • f28a08a696 fix: correct useEducationStatus query cache configuration (#30416) yyh 2025-12-31 13:51:05 +08:00
  • 8129b04143 fix(web): enable JSON_OBJECT type support in console UI (#30412) QuantumGhost 2025-12-31 13:38:16 +08:00
  • 1b8e80a722 fix: Ensure chat history refreshes when switching back to conversations (#30389) DevByteAI 2025-12-31 07:28:25 +02:00
  • 0421387672 chore(deps): bump qs from 6.14.0 to 6.14.1 in /web (#30409) dependabot[bot] 2025-12-31 11:59:39 +08:00
  • 2aaaa4bd34 feat(web): migrate from es-toolkit/compat to native es-toolkit (#30244) (#30246) yyh 2025-12-31 11:13:22 +08:00
  • 64dc98e607 fix: workflow incorrectly marked as completed while nodes are still executing (#30251) Sai 2025-12-31 10:45:43 +08:00
  • 9007109a6b fix: [xxx](xxx) render as xxx](xxx) (#30392) wangxiaolei 2025-12-31 10:30:15 +08:00
  • 925168383b fix: keyword search now matches both content and keywords fields (#29619) lif 2025-12-31 10:28:14 +08:00
  • e6f3528bb0 fix: Incorrect REDIS ssl variable used for Celery causing Celery unable to start (#29605) Jasonfish 2025-12-31 10:26:28 +08:00
  • fb5edd0bf6 refactor: split changes for api/services/tools/api_tools_manage_servi… (#29899) Asuka Minato 2025-12-31 11:24:35 +09:00
  • de53c78125 fix(web): template creation permission for app templates (#30367) quicksand 2025-12-31 10:11:25 +08:00
  • 3a59ae9617 feat: add oauth_new_user flag for frontend when user oauth login (#30370) zyssyz123 2025-12-31 10:10:58 +08:00
  • 69589807fd refactor: Replace direct process.env.NODE_ENV checks with IS_PROD and IS_DEV constants. (#30383) yyh 2025-12-31 08:32:55 +08:00
  • 6ca44eea28 feat: integrate Google Analytics event tracking and update CSP for script sources (#30365) Coding On Star 2025-12-30 18:06:47 +08:00