Eternity
ed765b7c26
fix(prompt-optimizer): handle escaped quotes in JSON parsing
2026-04-15 13:59:55 +08:00
山程漫悟
91cc20d589
Merge pull request #857 from wanxunyang/feature/switch-app-version-for-shared-api-key-apps
...
feat: add versioned app chat API and fix release isolation bug
2026-04-10 18:33:03 +08:00
wxy
7869121382
feat: add versioned app chat API and fix release isolation bug
2026-04-10 17:53:24 +08:00
山程漫悟
cf0d11208c
Merge pull request #855 from wanxunyang/feature/switch-app-version-for-shared-api-key-apps
...
Feature/switch app version for shared api key apps
2026-04-10 16:36:06 +08:00
Timebomb2018
e5e6699168
feat(workflow): support nested variable access and DashScope rerank provider
2026-04-10 16:21:49 +08:00
wxy
72fe3962cf
feat(api): Support specifying app version for chat
2026-04-10 12:18:11 +08:00
wxy
c253968aa8
feat(api): Support specifying app version for chat
2026-04-10 12:10:24 +08:00
wxy
412183c359
feat(api): Support specifying app version for chat
2026-04-10 11:44:50 +08:00
wxy
90e8e90528
feat(api): Support specifying app version for chat
2026-04-10 11:11:39 +08:00
wxy
fd05c000f6
feat(api): Support specifying app version for chat
2026-04-10 11:04:59 +08:00
Timebomb2018
70aab94fc3
feat(knowledge): support graph retrieval type with dynamic API key selection
2026-04-09 15:00:49 +08:00
Timebomb2018
38f3455bab
feat(workflow):
...
1. add list operator node for filtering, sorting, limiting, and extracting list items;
2. Increase the session variable to the "file" type
2026-04-03 18:57:28 +08:00
wxy
2e8e63878e
feat(workflow): add opening statement and citation support
...
- Trigger opening statement on new conversation in run/run_stream
- Fix /opening endpoint to support workflow app type
- Fix features field missing in workflow config release snapshot
- Knowledge node returns citations alongside chunks
- Aggregate citations from all knowledge nodes in result builder
- Filter citations based on features.citation.enabled switch
- Fix WorkflowConfigCreate circular import in app_schema
2026-04-03 11:44:07 +08:00
lanceyq
abbd92b74c
Interface performance optimization, using only one function
2026-04-02 14:19:27 +08:00
lanceyq
8abd59b26e
changes:(controllers & services) The method for calculating general data is extracted and presented as a shared function.
2026-04-02 13:02:21 +08:00
lanceyq
bd48b4fdbe
changes:(controllers) Modify the statistical method of the knowledge base
2026-04-02 12:26:20 +08:00
lanceyq
6eca5f6cdf
feat:(controllers & services) Changes in data from yesterday to today
2026-04-02 10:44:14 +08:00
Mark
7b5b2ab31a
Merge pull request #757 from wanxunyang/feature/tenant-billing-user-management
...
feat: enhance homepage version management with database persistence
2026-04-01 17:50:38 +08:00
wxy
5f7db778b5
refactor: remove debug print statements from home page version endpoint
2026-04-01 17:22:49 +08:00
Timebomb2018
258c19f9e0
fix(app service)Sourcery mistook the log f-string for SQL.:
2026-04-01 16:02:27 +08:00
Timebomb2018
386ed2b914
feat(models): support reasoning_content streaming
2026-04-01 15:57:02 +08:00
Timebomb2018
264183cec2
feat(models): support reasoning_content streaming
2026-04-01 15:47:43 +08:00
Ke Sun
99ff07ccac
Merge pull request #760 from SuanmoSuanyangTechnology/feat/update-enduser-api
...
feat(end-user-api): add authenticated API endpoint for end user creation
2026-04-01 13:44:02 +08:00
wxy
8b997b422a
feat: enhance homepage version management with database persistence
2026-04-01 11:04:27 +08:00
lanceyq
6d6338eb06
[changes] Modify the data format and improve the query logic.
2026-04-01 10:36:29 +08:00
lanceyq
ab45b7abac
[feat] Optimize the performance of the /end_users interface and introduce performance monitoring tools
2026-03-31 22:13:12 +08:00
lanceyq
2dfc3b25d8
[feat] User list pagination function
2026-03-31 22:13:12 +08:00
Ke Sun
3ea42ac27f
Merge remote-tracking branch 'origin/release/v0.2.9' into develop
2026-03-31 19:16:13 +08:00
Mark
5e70d436a8
Merge pull request #740 from wanxunyang/feat/app-log-wxy
...
refactor: extract app log SQL queries to Service and Repository layers
2026-03-30 20:20:54 +08:00
wxy
b7198f1abd
fix: allow shared users to view request logs for their own API keys
2026-03-30 20:08:12 +08:00
wxy
4974f9aa98
refactor: extract app log SQL queries to Service and Repository layers
2026-03-30 18:27:44 +08:00
Mark
ceed61167f
Merge pull request #738 from wanxunyang/feat/app-log-wxy
...
feat: optimize app log controller code structure
2026-03-30 18:11:41 +08:00
wxy
83774d7443
feat: optimize app log controller code structure
2026-03-30 18:09:35 +08:00
Ke Sun
891cfc2704
feat(end-user-api): add authenticated API endpoint for end user creation
...
- Should be merged after v0.2.9
- Create new end_user_api_controller.py with POST /end_user/create endpoint
- Implement API Key authentication requirement with memory scope
- Add support for optional memory_config_id parameter with workspace default fallback
- Update memory_api_schema.py to remove workspace_id from request (now derived from API key auth)
- Add memory_config_id field to CreateEndUserResponse schema
- Register end_user_api_controller router in service module
- Migrate end user creation from unauthenticated to authenticated API flow
2026-03-30 16:50:56 +08:00
Ke Sun
f7e89af9d2
fix(app): memory config initialization for end users
...
- Add memory_config_id extraction and assignment when creating new end users in public share chat
- Introduce get_or_create_end_user_with_config method to handle memory config setup in single transaction
- Add batch_update_memory_config_id_by_app method for bulk updating end user memory configs
- Rename _update_endusers_memory_config_by_workspace to _update_endusers_memory_config_by_app for correct scope
- Update app publish flow to use app_id instead of workspace_id for memory config updates
- Remove unused actual_end_user_id variable in langchain_agent
- Ensures end users are properly associated with memory configs on creation and during app updates
2026-03-30 16:44:43 +08:00
Ke Sun
643bbbcf5c
Merge pull request #723 from SuanmoSuanyangTechnology/fix/forgetting-task
...
[fix] Remove the limit on the number of output items.
2026-03-30 15:37:09 +08:00
Mark
6702e86536
Merge pull request #725 from wanxunyang/fix/app-share-log
...
fix: standardize app list pagination and fix session log isolation
2026-03-30 15:15:58 +08:00
Timebomb2018
8285250096
fix(public_share_chat): History conversation message returns audio status
2026-03-30 15:06:35 +08:00
Timebomb2018
c89eccf8fe
fix(public_share_chat): History conversation message returns audio status
2026-03-30 14:55:04 +08:00
lanceyq
5703fc0cb4
[fix] Set the page for the nodes to be forgotten
2026-03-30 13:45:17 +08:00
Eternity
7acb7045f0
feat(agent, memory): add agent-perceived memory writing
2026-03-30 13:39:49 +08:00
wxy
13352178ad
fix: standardize app list pagination and fix session log isolation
2026-03-30 11:55:21 +08:00
wxy
e659ca9fa2
refactor(app): merge API Key search into search parameter
2026-03-27 15:48:21 +08:00
wxy
539999131c
feat: Update user controller
2026-03-27 14:26:46 +08:00
wxy
d0ca5c8b27
feat: Update user controller
2026-03-27 14:17:22 +08:00
wxy
14838dc064
feat: Update user controller
2026-03-27 13:58:31 +08:00
wxy
f30260939a
feat: Add feature_billing and feature_user_management fields to tenant model
2026-03-27 12:20:03 +08:00
Ke Sun
a5bce221bd
refactor(memory-api): migrate end user creation to authenticated API endpoint
...
- Remove unauthenticated end_user_controller and its router registration
- Move end user creation logic to authenticated memory_api_controller endpoint
- Add create_end_user method to MemoryAPIService with workspace authorization
- Fix retrieve_nodes import in read_graph to use correct function reference
- Consolidate end user management under authenticated memory API with API key scoping
2026-03-26 20:12:11 +08:00
Ke Sun
7556468c6e
Merge pull request #686 from SuanmoSuanyangTechnology/feature/user-alias
...
Feature/user alias
2026-03-26 17:34:00 +08:00
lanceyq
863be50aaf
[changes] Spatial verification, retrieval synchronization
2026-03-26 15:03:33 +08:00