Commit Graph

59 Commits

Author SHA1 Message Date
Mark
758be0087f [add] migration script 2026-03-27 15:13:17 +08:00
Mark
3ed6f49bb0 [add] migration script 2026-03-26 19:56:31 +08:00
Mark
3d291e3c23 [add] migration script 2026-03-26 18:34:19 +08:00
Mark
2f4f7219e3 [add] migration script 2026-03-26 16:29:47 +08:00
Mark
30b5db1e98 [add] migration script 2026-03-25 21:15:40 +08:00
Mark
8ff1c6bd08 [add] migratinon script 2026-03-24 15:33:09 +08:00
Mark
93deb286a3 [add] migration script 2026-03-23 16:14:46 +08:00
Mark
a07727c047 [add] migration script 2026-03-19 10:26:34 +08:00
Mark
a97326df74 [add] migration script 2026-03-18 16:54:15 +08:00
Mark
090f46006a [add] migration script 2026-03-16 18:34:56 +08:00
Mark
07c899f0a9 [add] migration script 2026-03-13 18:04:21 +08:00
Mark
05c2a093c0 [add] migration script 2026-03-13 14:54:06 +08:00
Mark
0694075447 [add] migration script 2026-03-13 10:31:27 +08:00
Mark
e81faebf69 [add] migration script 2026-03-10 14:51:48 +08:00
Ke Sun
41a0036bf6 chore(migrations): add MCP tool config source tracking fields
- Add source_channel column to mcp_tool_configs with 'self_hosted' default
- Add market_id column to track marketplace source reference
- Add market_config_id column to store marketplace configuration reference
- Add mcp_service_id column to identify MCP service instances
- Enable tracking of tool origin and marketplace integration metadata
2026-03-06 16:52:27 +08:00
Mark
218637e81d [add] migration script 2026-03-05 14:42:42 +08:00
Mark
2bd364eca3 [add] migration script 2026-03-05 10:46:31 +08:00
Mark
77ea0680fb [add] migration script 2026-02-28 19:22:13 +08:00
Mark
e9ff742162 [add] migration script 2026-02-27 10:22:36 +08:00
Mark
92d78d9a52 [add] migration script 2026-02-25 12:29:26 +08:00
Mark
7559305fc9 [modify] migration script 2026-02-06 18:06:35 +08:00
Mark
12062a5440 [add] migration script 2026-02-06 17:27:16 +08:00
Mark
efdd42426e [add] migration script 2026-02-06 12:36:08 +08:00
Mark
1d9e249a77 [add] migration script 2026-02-04 18:17:44 +08:00
Mark
a2dfda3471 [add] migration script 2026-02-04 13:57:20 +08:00
Mark
36cb0a12ad [add] migration script 2026-01-30 18:56:44 +08:00
Mark
d9aba92314 [add] migration script 2026-01-30 15:27:13 +08:00
Ke Sun
e7370489e8 Release/v0.2.2 (#260)
* [modify] migration script

* [add] migration script

* fix(web): change form message

* fix(web): the memoryContent field is compatible with numbers and strings

* feat(web): code node hidden

* fix(model):
1. create a basic model to check if the name and provider are duplicated.
2. The result shows error models because the provider created API Keys for all matching models.

---------

Co-authored-by: Mark <zhuwenhui5566@163.com>
Co-authored-by: zhaoying <yzhao96@best-inc.com>
Co-authored-by: yingzhao <zhaoyingyz@126.com>
Co-authored-by: Timebomb2018 <18868801967@163.com>
2026-01-30 15:10:22 +08:00
Mark
e2714b942d [add]migration script 2026-01-29 13:54:38 +08:00
Mark
44bf1eeae2 [add] migrations script 2026-01-28 15:24:55 +08:00
Mark
93c9e76c4b [add] migration script 2026-01-27 15:31:29 +08:00
Mark
87731090ca [modify] migration script 2026-01-26 19:19:41 +08:00
Mark
b046411302 [modify] migration script 2026-01-26 15:39:35 +08:00
Mark
8228d38859 [add] migration script 2026-01-26 14:26:32 +08:00
乐力齐
7870c6c33f Fix/interface home (#182)
* [fix]Fix the interface for statistics of recent activities and applications

* [changes]Modify the code based on the AI review
1.Use the boolean auxiliary methods provided by SQLAlchemy instead of using == True in the is_active filter.
2.The calculation of the "PROJECT_ROOT" has now been hardcoded with five levels of nested os.path.dirname calls.

* [fix]Fix the interface for statistics of recent activities and applications

* [changes]Modify the code based on the AI review
1.Use the boolean auxiliary methods provided by SQLAlchemy instead of using == True in the is_active filter.
2.The calculation of the "PROJECT_ROOT" has now been hardcoded with five levels of nested os.path.dirname calls.
2026-01-23 10:50:24 +08:00
Mark
16c0d9bb6c [add] migration script 2026-01-22 10:28:40 +08:00
Mark
004ec0da6d [add] migrations script 2026-01-19 16:16:23 +08:00
Mark
d29321c1f2 [add] migration script 2026-01-16 13:18:37 +08:00
乐力齐
dec9fca8c2 Refactor/episodic explicit (#93)
* [refactor]Reconstruct episodic memory

* [refactor]Reconstructing explicit memory

* [refactor]Reconstruct episodic memory

* [refactor]Reconstructing explicit memory

* [changes]Based on the improvement of AI review

* [changes]Modify the routing

* [changes]Uniform routing format

* [fix]Fix the failure in parsing the timestamp.

* [refactor]Reconstruct episodic memory

* [refactor]Reconstructing explicit memory

* [changes]Based on the improvement of AI review

* [changes]Modify the routing

* [changes]Uniform routing format

* [fix]Fix the failure in parsing the timestamp.

* [deleted]Delete migration files

* [refactor]Reconstruct episodic memory

* [refactor]Reconstructing explicit memory

* [changes]Based on the improvement of AI review

* [changes]Modify the routing

* [changes]Uniform routing format

* [fix]Fix the failure in parsing the timestamp.

* [deleted]Delete migration files

* feat: add database migration 9ab9b6393f32_20261511
2026-01-13 16:02:36 +08:00
Mark
2ba8bb58e0 [add] migration script 2026-01-13 15:16:09 +08:00
Mark
7a0746cf4e [add] migration script 2026-01-12 15:30:22 +08:00
Mark
5cb7962593 [add] migration script 2026-01-08 19:16:55 +08:00
Mark
50480dc506 [add] migration script 2026-01-08 15:21:23 +08:00
Mark
6e075d3fd8 [add] migration script 2026-01-07 18:01:27 +08:00
Mark
957f8f83ff [add] migration script 2026-01-07 14:21:04 +08:00
Mark
a07e151c95 [add] migration script 2026-01-05 14:10:45 +08:00
Mark
4e2498cd9b [modify] migrations script 2025-12-26 16:00:13 +08:00
Mark
ac25b6ff11 [add] migrations script 2025-12-25 17:51:27 +08:00
Mark
73fa2b666b [add] migration script 2025-12-25 14:44:26 +08:00
Mark
00f440f471 [modify] migration script 2025-12-23 16:49:30 +08:00