shaohuzhang1
83a1ffb891
feat: Support session variables ( #3792 )
2025-08-01 17:11:36 +08:00
shaohuzhang1
efbcec98bc
fix: Opening statement character limit 40960 ( #3790 )
2025-07-31 16:43:52 +08:00
shaohuzhang1
525af67387
fix: Some nodes cannot obtain data after form collection ( #3786 )
2025-07-31 14:21:38 +08:00
shaohuzhang1
d33ae01d5a
fix: MCP calling node error #3752 ( #3762 )
2025-07-29 10:48:30 +08:00
shaohuzhang1
65ab0ef170
fix: Interface parameter asker, user cannot be seen in the conversation log #3735 ( #3748 )
2025-07-25 17:16:05 +08:00
shaohuzhang1
e85d5b9714
fix: The conversation user in the workflow cannot be passed into the function ( #3685 )
2025-07-21 14:47:35 +08:00
CaptainB
b5d2982812
chore: validate transport types in mcp_servers configuration
2025-07-21 11:23:53 +08:00
shaohuzhang1
7e78b7fa81
fix: Multiple recall error when the previous node has no data ( #3665 )
2025-07-18 11:34:20 +08:00
CaptainB
19a1b5a788
refactor: enhance paragraph positioning logic in ApplicationChatRecord
2025-07-17 16:59:12 +08:00
shaohuzhang1
8a9e0abe3b
fix: Unable to play voice after publishing ( #3643 )
2025-07-16 20:49:13 +08:00
zhangzhanwei
1ea86202b8
fix: Application debug
2025-07-16 19:10:20 +08:00
shaohuzhang1
ca6630f258
fix: Application export misalignment ( #3638 )
2025-07-16 18:44:51 +08:00
shaohuzhang1
173cf52584
fix: The startup parameters of the application import tool were not imported ( #3636 )
2025-07-16 18:22:57 +08:00
shaohuzhang1
c7a9a4d4bd
fix: Floating window image cannot be displayed ( #3634 )
...
* fix: After modifying the voice playback settings in the application, save the unpublished settings, and the conversation page should display the settings before modification
* fix: Floating window image cannot be displayed
2025-07-16 17:55:24 +08:00
wxg0103
8d28ac27d2
refactor: improve default global variable retrieval logic for better clarity
2025-07-16 17:16:53 +08:00
CaptainB
e7f61994ec
feat: add validation to prevent usage of 'stdio' in MCP servers
2025-07-16 16:51:30 +08:00
shaohuzhang1
69f004359b
fix: Application debugging will add new users ( #3630 )
2025-07-16 16:47:32 +08:00
shaohuzhang1
f91afd593b
fix: Dialogue user does not display username ( #3628 )
2025-07-16 15:35:33 +08:00
wxg0103
c035dc5f39
fix: remove empty lines from text before text-to-speech conversion
2025-07-16 10:12:49 +08:00
shaohuzhang1
43c7d1c3c4
fix: User input parameters do not take effect ( #3620 )
2025-07-15 21:50:00 +08:00
zhangzhanwei
7317d5510d
fix: Application api key
2025-07-15 20:56:13 +08:00
shaohuzhang1
d2560c664c
fix: Simple application full-text search cannot retrieve data ( #3606 )
2025-07-15 16:26:53 +08:00
shaohuzhang1
55985a2460
fix: Simple application dialogue not handled as published ( #3598 )
2025-07-15 12:13:22 +08:00
wxg0103
bd1f75a4ae
refactor: streamline SQL queries in list_application.sql, list_application_user.sql, and list_application_user_ee.sql
2025-07-15 09:49:21 +08:00
CaptainB
67859e9873
feat: add ChatUser, UserGroup, and authorization models to initial migration
2025-07-14 19:54:18 +08:00
wxg0103
b3698b30ca
feat: add authentication fields to ApplicationAccessToken and update related serializers
2025-07-14 18:02:32 +08:00
zhangzhanwei
0356dfed1f
feat: Operation log
2025-07-14 17:41:18 +08:00
shaohuzhang1
074375478d
fix: The conversation user is not authorized to use ( #3581 )
2025-07-14 16:13:53 +08:00
CaptainB
ea56fd6212
feat: add db_index to various fields for improved query performance
2025-07-14 11:54:19 +08:00
CaptainB
1ac7fc4669
refactor: Update user foreign key constraints and add new fields across multiple models
2025-07-14 10:52:08 +08:00
shaohuzhang1
34842e4ae4
feat: application chat api ( #3574 )
2025-07-12 17:54:37 +08:00
wxg0103
2d734d0aaa
refactor: enhance chat record processing and update translations for user-related fields
2025-07-12 10:30:47 +08:00
wxg0103
1374ed4171
refactor: update chat record processing to include chat count updates
2025-07-12 09:50:57 +08:00
shaohuzhang1
1a2a02b808
fix: Importing an application that references tools from the tool store will create tools from the tool store in the new workspace ( #3568 )
2025-07-11 22:13:54 +08:00
shaohuzhang1
d8c35fffd7
fix: The limit on the number of conversations in the application is invalid ( #3567 )
2025-07-11 22:02:42 +08:00
shaohuzhang1
592ae54e82
fix: Application import ( #3566 )
2025-07-11 21:45:08 +08:00
CaptainB
bf1062ff04
fix: improve error handling in valid_reference_value function
2025-07-11 18:00:47 +08:00
CaptainB
7ec7984b9f
fix: handle JSON parsing for string values in reference fields
2025-07-11 17:44:20 +08:00
wxg0103
2783d7dcde
refactor: add 'show_exec' field to application access token response
2025-07-11 15:13:11 +08:00
CaptainB
cdd146dc58
feat: add negative prompt handling in image generation
...
--bug=1058523 --user=刘瑞斌 【应用】图片生成节点的执行详情中没有显示负向提示词 https://www.tapd.cn/62980211/s/1729010
2025-07-11 15:11:18 +08:00
wxg0103
99d94abe85
refactor: improve image URL handling and clean up unused code in base_image_generate_node.py and tti.py
2025-07-11 14:44:04 +08:00
CaptainB
12feaac958
feat: add check for inactive tool libraries
...
--bug=1058425 --user=刘瑞斌 【工具】应用中引用的工具被禁用后,对话时依然可以调用工具 https://www.tapd.cn/62980211/s/1728140
2025-07-10 17:01:17 +08:00
wxg0103
79537cade9
refactor: update user field in application and knowledge models to allow null values and set null on delete
2025-07-10 14:49:44 +08:00
CaptainB
9534247713
fix: extract content from image meta before uploading file
2025-07-10 13:57:28 +08:00
CaptainB
ed5cc3a0fa
fix: update file handling in base_document_extract_node.py to use image metadata
...
--bug=1058385 --user=刘瑞斌 【应用】文档内容提取节点提取文档失败 https://www.tapd.cn/62980211/s/1727581
2025-07-10 13:04:48 +08:00
shaohuzhang1
3b33078555
fix: Workflow knowledge base retrieval node recall error ( #3539 )
2025-07-09 21:46:44 +08:00
shaohuzhang1
3450ef78a4
fix: Application import and export ( #3538 )
2025-07-09 21:34:41 +08:00
wxg0103
16088975fa
refactor: enhance text-to-speech processing by splitting content into chunks and merging audio segments
2025-07-09 18:08:41 +08:00
shaohuzhang1
c4293c34d1
fix: ai chat node mcp ( #3531 )
2025-07-09 16:14:44 +08:00
shaohuzhang1
693ed6004a
fix: MCP node execution failed ( #3528 )
2025-07-09 14:59:55 +08:00
CaptainB
4da75ac3e0
refactor: replace FunctionExecutor with ToolExecutor in base_tool_lib_node and base_tool_node
2025-07-09 12:48:19 +08:00
shaohuzhang1
7ff65aef76
fix: Application import and export ( #3525 )
2025-07-09 12:35:49 +08:00
shaohuzhang1
ec2ddedf93
fix: The sub application cannot use the current node ( #3523 )
2025-07-09 10:46:57 +08:00
shaohuzhang1
cff1f6c80b
fix: The sub application cannot have a conversation ( #3522 )
2025-07-09 10:36:59 +08:00
shaohuzhang1
49d40bb480
fix: Application access restrictions ( #3519 )
2025-07-08 21:01:32 +08:00
shaohuzhang1
6866ff03b3
fix: Tools cannot be called in the workflow ( #3516 )
2025-07-08 20:14:33 +08:00
shaohuzhang1
31147c0f6e
fix: AI conversation file upload image cannot be loaded ( #3512 )
2025-07-08 17:30:32 +08:00
shaohuzhang1
fce2f50a01
fix: Apply MCP node acquisition tool ( #3510 )
2025-07-08 17:02:02 +08:00
shaohuzhang1
f8249cd601
fix: The number of conversations has not been updated ( #3509 )
2025-07-08 16:35:54 +08:00
wxg0103
5ba00faf82
refactor: remove unnecessary tobytes() calls when retrieving file content
...
--bug=1058211 --user=王孝刚 【应用】高级编排-应用对话,图片理解、语音转文本模型执行报错 https://www.tapd.cn/62980211/s/1725144
2025-07-08 10:47:14 +08:00
shaohuzhang1
7f7704042e
feat: PDF Preview ( #3502 )
2025-07-07 22:58:23 +08:00
shaohuzhang1
b52c972ac0
feat: Dialogue displays knowledge sources ( #3501 )
2025-07-07 21:42:17 +08:00
shaohuzhang1
6effb8f0fb
feat: Application chat ( #3494 )
2025-07-07 16:08:37 +08:00
shaohuzhang1
e7a30903ba
feat: application upload file ( #3487 )
2025-07-04 19:52:45 +08:00
wxg0103
ce1884ec60
refactor: add application_id and workspace_id fields to chat record serializer
2025-07-04 18:17:26 +08:00
shaohuzhang1
628e7cdfed
feat: application node ( #3480 )
2025-07-04 12:08:24 +08:00
shaohuzhang1
e21d53b746
feat: Simple application version ( #3479 )
2025-07-04 11:42:31 +08:00
wxg0103
ba3a2153e0
refactor: simplify data handling in ApplicationChatRecordAddKnowledgeSerializer
2025-07-04 10:13:40 +08:00
CaptainB
08695cea0c
refactor: update query parameter handling in workspace retrieval
2025-07-03 20:05:30 +08:00
wxg0103
1d35700d2a
refactor: enhance model retrieval logic and update optional parameters
2025-07-03 17:28:19 +08:00
shaohuzhang1
df49c5ba5c
fix: Automatic authorization for resource creation ( #3464 )
2025-07-03 14:46:55 +08:00
CaptainB
1639d4b31c
feat: enhance file upload with source_id and source_type metadata
2025-07-03 11:58:43 +08:00
CaptainB
aa901c7fc7
fix: update file URL paths to use relative references
2025-07-02 22:45:11 +08:00
shaohuzhang1
da0be4b0ce
fix: URL 404 ( #3460 )
2025-07-02 21:49:55 +08:00
shaohuzhang1
9166528504
feat: File URL adaptation ( #3459 )
2025-07-02 21:02:45 +08:00
zhangzhanwei
f01bf625ef
feat: System common user permission to knowledge application tool model by resource authorization
2025-07-02 19:07:42 +08:00
shaohuzhang1
ef15d819cf
fix: Related knowledge base ( #3456 )
2025-07-02 16:54:22 +08:00
CaptainB
da0d633121
refactor: update user option label to use nick_name and fetch member list on mount
2025-07-02 16:51:35 +08:00
wxg0103
5dc51836ef
refactor: chat
2025-07-01 11:14:28 +08:00
shaohuzhang1
56932b3afd
fix: Debugging dialogue error ( #3440 )
2025-07-01 10:15:01 +08:00
shaohuzhang1
05f4eb532e
fix: search knowledge ( #3439 )
2025-06-30 21:47:54 +08:00
shaohuzhang1
219ea75244
feat: Knowledge base search based on authorized users ( #3438 )
2025-06-30 20:58:30 +08:00
shaohuzhang1
d8a9c9ccdd
feat: Application text to speech and speech to text functions ( #3433 )
2025-06-30 18:03:11 +08:00
shaohuzhang1
276378a9ae
feat: application workflow ( #3415 )
2025-06-27 17:35:01 +08:00
wxg0103
8f70bacc02
refactor: sql
2025-06-27 14:40:22 +08:00
wxg0103
c5c06254b7
feat: role setting
2025-06-27 14:29:44 +08:00
shaohuzhang1
c95a49c972
fix: application related knowledge ( #3407 )
2025-06-26 22:38:32 +08:00
shaohuzhang1
3447da58bd
fix: application related knowledge ( #3406 )
2025-06-26 22:31:12 +08:00
CaptainB
a73e0b10f9
refactor: replace logging with maxkb_logger for consistent logging across modules
2025-06-25 17:00:18 +08:00
shaohuzhang1
4a90127a92
fix: Application workspace restrictions ( #3385 )
2025-06-25 16:56:10 +08:00
CaptainB
fe8f87834d
refactor: replace logging with maxkb_logger for consistent logging across modules
2025-06-25 16:46:50 +08:00
CaptainB
3aa0847506
refactor: replace print statements with logging for improved error tracking
2025-06-25 16:18:19 +08:00
CaptainB
8f62257fee
chore: improve URL formatting and readability in urls.py
2025-06-25 14:51:47 +08:00
CaptainB
83e9a8ce98
feat: add folder_id support in knowledge and tool modules
2025-06-25 12:17:06 +08:00
CaptainB
758f424000
fix: replace get_byte() with get_bytes() for consistency in file handling
2025-06-25 10:54:36 +08:00
shaohuzhang1
fc6b087d75
fix: User delete resource delete policy ( #3376 )
2025-06-24 18:46:20 +08:00
shaohuzhang1
31c92fb492
fix: Application user delete policy ( #3375 )
2025-06-24 17:56:20 +08:00
shaohuzhang1
e98ecf4c2f
fix: application knowledge list ( #3368 )
2025-06-24 15:11:08 +08:00
shaohuzhang1
6dfcc5e54d
fix: application knowledge list ( #3367 )
2025-06-24 15:01:43 +08:00
shaohuzhang1
af6f88a616
fix: application knowledge list ( #3365 )
2025-06-24 13:45:36 +08:00