heheer
d4810994db
add app option ( #5911 )
2025-11-13 16:49:19 +08:00
archer
a838a5862b
fix: agent show
2025-11-11 15:56:26 +08:00
archer
eeea4d7ec0
perf: interactive check
2025-11-11 15:00:50 +08:00
archer
2516915b41
fix: ts
2025-11-11 14:53:43 +08:00
archer
39853848a4
perf: agent editor
2025-11-11 14:53:42 +08:00
archer
3b9f6a3ee4
fix: ts
2025-11-11 14:53:27 +08:00
YeYuheng
8fb54d5718
Test agent ( #5819 )
...
* test-agent
* 111
* temp
* ask prompt
* 1. 移除 deponds on 字段, 修改 replan 字段为 boolean 类型
2. 修改了上下文的在 replan 阶段没有传入的问题
---------
Co-authored-by: xxYyh <xxyyh@xxYyhdeMacBook-Pro.local>
Co-authored-by: xxyyh <2289112474@qq>
2025-11-11 14:53:27 +08:00
archer
fde46941af
fix: update interactive
2025-11-11 14:53:25 +08:00
archer
32ca0bfd66
Node rebase
2025-11-11 14:52:32 +08:00
heheer
99cf909269
feat: editor support select app for test ( #5660 )
...
* feat: editor support select app for test
* label style
2025-11-11 14:52:31 +08:00
archer
f1c5efa6cb
perf: agent call code
2025-11-11 14:52:30 +08:00
heheer
9c4d12bbc1
feat: enable tool selection as skills ( #5638 )
...
* temp: list value
* backspace
* optimize code
* temp-tool
* third menu
* render-temp
* editor use
* optimize skill picker
* update
* change index to key
* fix select index
* remove tool
* query string
* right command fix
* tool hooks
* highlight scroll
* loading status
* search
* debounce
* option list
* invalid
* click
* delete comment
* tooltip
* delete level
2025-11-11 14:52:04 +08:00
francis
ac6b235280
feat: plan ask ( #5650 )
...
* feat: plan ask
* fix
* fix: unit test
* fix: build
* refactor: plan llm call
2025-11-11 14:52:04 +08:00
archer
aeaad52f46
feat: update interactive can push items
2025-11-11 14:52:04 +08:00
archer
ac05e9d6fa
feat: plan interactive type
2025-11-11 14:51:58 +08:00
archer
92bdbb228a
feat: sub tool response
2025-11-11 14:27:53 +08:00
archer
24cf32f8b0
perf: sub agent output
2025-11-11 14:25:12 +08:00
archer
f6db22553d
perf: plan agent name
2025-11-11 14:25:12 +08:00
archer
87e08d9ed5
perf: stream response add id
2025-11-11 14:25:11 +08:00
archer
615465420b
perf: agent call code
2025-11-11 14:22:44 +08:00
archer
d90d91dfbe
fix: ts
2025-11-11 14:22:42 +08:00
archer
3e0eea7cfb
perf: agent form editor
2025-11-11 14:21:50 +08:00
archer
7a26cd8a7c
feat: agent app editform
2025-11-11 14:21:48 +08:00
archer
1958043440
agent call code
2025-11-11 14:19:33 +08:00
francis
7003aee593
refactor: agent call ( #5572 )
...
* feat: Add relevant functions related to agent invocation, including plan parsing, state management and tool invocation
* Refactor agent call logic and utilities
- Simplified the `runAgentCall` function by removing unnecessary complexity and restructuring the flow for better readability and maintainability.
- Introduced helper functions to create tools from tool nodes and to prepare agent messages, enhancing modularity.
- Removed the `utils.ts` file as its functions were integrated into the main logic, streamlining the codebase.
- Updated the dispatch logic in `index.ts` to utilize the new helper functions and improve clarity.
- Adjusted the handling of interactive modes and tool calls to ensure proper response formatting and error handling.
* refactor: clean up the processing logic of the interactive mode and remove the unused tool creation functions
* feat: add relevant constants for proxy configuration and update the proxy call logic
* refactor: remove unused configuration variables from workflow properties
* refactor: remove unused configuration variables from dispatchRunAgents props
* fix: build error
* refactor: update FlowNodeTypeEnum values and consolidate utility functions
* refactor: simplify conditional checks in tool call and reasoning handlers
* feat: add default agent prompt for improved response handling
* refactor: rename directory with agent->tool, agentCall->agnet
* refactor: rename dispatchRunAgents to dispatchRunAgent for consistency
* refactor: rename toolCall to tools for consistency in FlowNodeTypeEnum
* refactor: rename agents to toolCall for consistency in nodeTypes mapping
* refactor: remove unused runtimeEdges parameter from dispatchRunAgent
* refactor: update runAgentCall and dispatchRunAgent to use structured requestProps and workflowProps
* refactor: streamline requestProps and handleToolResponse in runAgentCall and dispatchRunAgent
* refactor: restructure RunAgentCallProps and update requestProps to requestParams for clarity
* refactor: enhance interactiveEntryToolParams handling in runAgentCall for improved response management
* refactor: flatten RunAgentCallProps structure and update dispatchRunAgent to use direct properties
* fix: correct initialization of interactiveResponse in runAgentCall
2025-11-11 14:19:31 +08:00
Archer
d571c768ea
V4.14.1 feature ( #5880 )
...
Document deploy / sync-images (push) Waiting to run
Document deploy / generate-timestamp (push) Blocked by required conditions
Document deploy / build-images (map[domain:https://fastgpt.cn suffix:cn]) (push) Blocked by required conditions
Document deploy / build-images (map[domain:https://fastgpt.io suffix:io]) (push) Blocked by required conditions
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.cn kube_config:KUBE_CONFIG_CN suffix:cn]) (push) Blocked by required conditions
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.io kube_config:KUBE_CONFIG_IO suffix:io]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / get-vars (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Blocked by required conditions
* feat: app split (#5858 )
* feat: app split script
* fix: app split
* chore: app split script try-catch
* adjust dashborad page (#5872 )
* create page
* create page
* create button
* router name
* bot
* template
* create page
* mobile
* toolfolder
* fix
* fix
* fix build
* split tool select
* img
* doc
* rename enum
* fix page adjust (#5883 )
* fix page adjust
* fix ad store
* fix: initv4141 (#5886 )
* fix: create app
* doc
* hide api
* doc
* feat: payment pause interactive (#5892 )
* fix: copy clbs (#5889 )
* fix: copy clbs
* fix: copy clbs
* fix: http protocol handling in baseURL (#5890 )
* fix: http protocol handling in baseURL
* ui fix
* auto saved version
* fix
* auto save
* fix: model permission modal (#5895 )
* folder
* fix: del app
* navbar
* fix: plugin file selector (#5893 )
* fix: plugin file selector
* fix: plugin file selector
* workflow tool inputform
* pick
---------
Co-authored-by: archer <545436317@qq.com>
* fix: workflow tool time
* doc
* fix workorder button (#5896 )
* add inform track (#5897 )
* remove invalid track
* comment
* feat: marketplace refresh api (#5884 )
* marketplace refresh
* fix: helper bot menu button (#5898 )
---------
Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com>
Co-authored-by: heheer <heheer@sealos.io>
Co-authored-by: 伍闲犬 <whoeverimf5@gmail.com>
2025-11-11 14:05:02 +08:00
伍闲犬
74e16204e3
fix: plugin file selector ( #5871 )
...
Build FastGPT images in Personal warehouse / get-vars (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Has been cancelled
* fix: plugin file selector
* fix: render
* fix: upload
* fix: file selector auth
---------
Co-authored-by: archer <545436317@qq.com>
2025-11-07 16:48:10 +08:00
Archer
7aaa28ed08
fix: document deploy ( #5868 )
...
* mcp memory
* Editor space parse error
* fix: ts
* fix: debug interactive
* fix: templateId
* fix: editor in debug
* doc
2025-11-06 14:47:55 +08:00
Archer
bf33f7af2e
add templateId to apps ( #5866 )
...
* fix: timeselector ui error
* var update node
* add templateId to apps
2025-11-05 14:58:02 +08:00
Archer
adf9981845
fix: http inputs ( #5864 )
...
* fix: timeselector ui error
* var update node
* fix: http
2025-11-05 13:49:13 +08:00
Archer
3a030e8c33
Fix: Tag filter scroll ( #5863 )
...
* fix: timeselector ui error
* var update node
* tag filter scroll
2025-11-05 13:29:40 +08:00
heheer
c9edba3539
fix scrollbar ( #5862 )
2025-11-05 13:19:11 +08:00
Archer
5163e704ed
fix: editor ( #5859 )
...
Build FastGPT images in Personal warehouse / get-vars (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Blocked by required conditions
* fix: timeselector ui error
* var update node
* fix: editor
* feat: add name watch
2025-11-05 11:31:37 +08:00
Archer
44e87e3053
fix: var render ( #5857 )
...
Document deploy / sync-images (push) Waiting to run
Document deploy / generate-timestamp (push) Blocked by required conditions
Document deploy / build-images (map[domain:https://fastgpt.cn suffix:cn]) (push) Blocked by required conditions
Document deploy / build-images (map[domain:https://fastgpt.io suffix:io]) (push) Blocked by required conditions
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.cn kube_config:KUBE_CONFIG_CN suffix:cn]) (push) Blocked by required conditions
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.io kube_config:KUBE_CONFIG_IO suffix:io]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / get-vars (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Blocked by required conditions
* fix: timeselector ui error
* var update node
* fix: var render
* fix: prompt editor
* perf: init
* fix: retry input
* fix: prompt editor
* fix: editor
2025-11-04 22:15:47 +08:00
Archer
a499d05a02
V4.14.0 features ( #5850 )
...
Document deploy / sync-images (push) Waiting to run
Document deploy / generate-timestamp (push) Blocked by required conditions
Document deploy / build-images (map[domain:https://fastgpt.cn suffix:cn]) (push) Blocked by required conditions
Document deploy / build-images (map[domain:https://fastgpt.io suffix:io]) (push) Blocked by required conditions
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.cn kube_config:KUBE_CONFIG_CN suffix:cn]) (push) Blocked by required conditions
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.io kube_config:KUBE_CONFIG_IO suffix:io]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / get-vars (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Blocked by required conditions
* feat: migrate chat files to s3 (#5802 )
* feat: migrate chat files to s3
* feat: add delete jobs for deleting s3 files
* chore: improvements
* fix: lockfile
* fix: imports
* feat: add ttl for those uploaded files but not send yet
* feat: init bullmq worker
* fix: s3 key
* perf: s3 internal url
* remove env
* fix: re-sign a new url
* fix: re-sign a new url
* perf: s3 code
---------
Co-authored-by: archer <545436317@qq.com>
* update pacakge
* feat: add more file type for uploading (#5807 )
* fix: re-sign a new url
* wip: file selector
* feat: add more file type for uploading
* feat: migrate chat files to s3 (#5802 )
* feat: migrate chat files to s3
* feat: add delete jobs for deleting s3 files
* chore: improvements
* fix: lockfile
* fix: imports
* feat: add ttl for those uploaded files but not send yet
* feat: init bullmq worker
* fix: s3 key
* perf: s3 internal url
* remove env
* fix: re-sign a new url
* fix: re-sign a new url
* perf: s3 code
---------
Co-authored-by: archer <545436317@qq.com>
* fix: limit minmax available file upload number
* perf: file select modal code
* fix: fileselect refresh
* fix: ts
---------
Co-authored-by: archer <545436317@qq.com>
* bugfix: chat page (#5809 )
* fix: upload avatar
* fix: chat page username display issue and setting button visibility
* doc
* Markdown match base64 performance
* feat: improve global variables(time, file, dataset) (#5804 )
* feat: improve global variables(time, file, dataset)
* feat: optimize code
* perf: time variables code
* fix: model, file
* fix: hide file upload
* fix: ts
* hide dataset select
---------
Co-authored-by: archer <545436317@qq.com>
* perf: insert training queue
* perf: s3 upload error i18n
* fix: share page s3
* fix: timeselector ui error
* var update node
* Timepicker ui
* feat: plugin support password
* fix: password disabled UX
* fix: button size
* fix: no model cache for chat page (#5820 )
* rename function
* fix: workflow bug
* fix: interactive loop
* fix test
* perf: common textare no richtext
* move system plugin config (#5803 ) (#5813 )
* move system plugin config (#5803 )
* move system plugin config
* extract tag bar
* filter
* tool detail temp
* marketplace
* params
* fix
* type
* search
* tags render
* status
* ui
* code
* connect to backend (#5815 )
* feat: marketplace apis & type definitions (#5817 )
* chore: marketplace init
* chore: marketplace list api type
* chore: detail api
* marketplace & import
* feat: marketplace ui (#5826 )
* temp
* marketplace
* import
* feat: detail return readme
* chore: cache data expire 10 mins
* chore: update docs
* feat: marketplace ui
---------
Co-authored-by: heheer <zhiyu44@qq.com>
* feat: marketplace (#5830 )
* temp
* marketplace
* chore: tool list tag filter
* chore: adjust
---------
Co-authored-by: heheer <zhiyu44@qq.com>
* tool detail drawer
* remove tag filter
* fix
* fix
* fix build
* update pnpm-lock
* fix type
* perf code
* marketplace router
* fix build
* navbar icon
* fix ui
* fix init
* docs: marketplace/plugin (#5832 )
* temp
* marketplace
* docs(plugin): system tool docs
---------
Co-authored-by: heheer <zhiyu44@qq.com>
* default url
* feat: i18n/ docker build (#5833 )
* chore: docker build
* feat: i18n selector
* fix
* fix
* fix: i18n parse
* fix: i18n parse
---------
Co-authored-by: heheer <heheer@sealos.io>
Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com>
Co-authored-by: heheer <zhiyu44@qq.com>
* marketplace url
* update action
* market place code
* market place code
* title
* fix: nextconfig
* fix: copilot review
* Remove bypassable regex-based XSS sanitization from marketplace search (#5835 )
* Initial plan
* Remove problematic regex-based XSS sanitization from search inputs
Co-authored-by: c121914yu <50446880+c121914yu@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: c121914yu <50446880+c121914yu@users.noreply.github.com>
* feat: tool tag openapi
* api check
* fix: tsc
* fix: ts
* fix: lock
* sdk version
* ts
* sdk version
* remove invalid tip
* perf: export data add timezone
* perf: admin plugin api move
* perf: tool code
* move tag code
* perf: marketplace and team plugin code
* remove workflow invalid request
* rename global tool code
* rename global tool code
* rename api
* fix some bugs (#5841 )
* fix some bugs
* fix
* perf: Tag filter
* fix: ts
* fix: ts
---------
Co-authored-by: archer <545436317@qq.com>
* perf: Concat function
* fix: workflow snapshot push
* fix: ts type
* fix: login to config/*
* fix: ts
* fix: model avatar (#5848 )
* fix: model avatar
* fix: ts
* fix: avatar migration to s3
* update lock
* fix: avatar redirect
---------
Co-authored-by: archer <545436317@qq.com>
* fix tool detail (#5847 )
* fix tool detail
* init script
* fix build
* perf: plugin detail modal
* change tooltags to tags
* fix icon
---------
Co-authored-by: archer <545436317@qq.com>
* fix tag filter scroll (#5852 )
* fix create app plugin & import info (#5853 )
* tag size
* rename toolkit
* download url
* import plugin status (#5854 )
* init doc
* fix: init shell
---------
Co-authored-by: 伍闲犬 <whoeverimf5@gmail.com>
Co-authored-by: Zeng Qingwen <143274079+fishwww-ww@users.noreply.github.com>
Co-authored-by: heheer <heheer@sealos.io>
Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com>
Co-authored-by: heheer <zhiyu44@qq.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
2025-11-04 16:58:12 +08:00
mmagi
f79dbf8e8d
fix: 修复Markdown渲染加粗链接时显示[object Object]的问题 ( #5839 )
Build FastGPT images in Personal warehouse / get-vars (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Blocked by required conditions
2025-11-03 21:23:27 +08:00
John Chen
68271c0846
fix: 修复Plugin代理服务在处理通过nginx转发部署的Plugin服务时,req.headers中的host会导致返回404. ( #5801 )
...
Build FastGPT images in Personal warehouse / get-vars (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Has been cancelled
问题场景:
当Plugin服务不是直接通过ip\docker内路由直接访问,而是通过nginx做域名转发的方式部署时,30行headers: req.headers会直接将host(此时host=fastgpt主项目的域名)带入,nginx会使用host值判断转发路由,而导致请求无法被正确转发到plugin项目中。
此次修改参照了projects/app/src/pages/api/lafApi/[...path].ts中的做法,同时删除了cookie\host\origin三个header
2025-10-22 16:17:42 +08:00
Archer
b59f2ccf1d
fix: loginout ( #5796 )
...
* fix: variables refresh
* fix: workflow start check
* doc
* fix: loginout
* fix: login
2025-10-21 11:46:53 +08:00
Archer
ca274feb2e
perf: init s3 ( #5795 )
...
* fix: variables refresh
* fix: workflow start check
* perf: init s3
2025-10-21 11:18:53 +08:00
Archer
5054ccd487
fix: start node check ( #5794 )
...
* fix: start node check
* remove log
* fix: variables refresh
* fix: workflow start check
* fix: variables refresh
* perf: auto save
* perf: add log
2025-10-21 09:51:13 +08:00
Archer
44e9299d5e
V4.13.2 features ( #5792 )
...
Document deploy / sync-images (push) Waiting to run
Document deploy / generate-timestamp (push) Blocked by required conditions
Document deploy / build-images (map[domain:https://fastgpt.cn suffix:cn]) (push) Blocked by required conditions
Document deploy / build-images (map[domain:https://fastgpt.io suffix:io]) (push) Blocked by required conditions
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.cn kube_config:KUBE_CONFIG_CN suffix:cn]) (push) Blocked by required conditions
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.io kube_config:KUBE_CONFIG_IO suffix:io]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / get-vars (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Blocked by required conditions
* add manual create http toolset (#5743 )
* add manual create http toolset
* optimize code
* optimize
* fix
* fix
* rename filename
* feat: integrate ts-rest (#5741 )
* feat: integrate ts-rest
* chore: classify core contract and pro contract
* chore: update lockfile
* chore: tweak dir structure
* chore: tweak dir structure
* update tsrest code (#5755 )
* doc
* update tsrest code
* fix http toolset (#5753 )
* fix http toolset
* fix
* perf: http toolset
* fix: toolresponse result (#5760 )
* doc
* fix: toolresponse result
* fix: mongo watch
* remove log
* feat: integrated to minio (#5748 )
* feat: migrate to minio
* feat: migrate apps' and dataset's avatar to minio
* feat: migrate more avatars to minio
* fix: lock file
* feat: migrate copyright settings' logo to minio
* feat: integrate minio
* chore: improve code
* chore: rename variables
* refactor: s3 class
* fix: s3 and mongo operations
* chore: add session for avatar source
* fix: init s3 buckets
* fix: bugbot issues
* expired time code
* perf: avatar code
* union type
* export favouriteContract
* empty bucket check
---------
Co-authored-by: archer <545436317@qq.com>
* refactor: zod schema to generate OpenAPI instead (#5771 )
* doc
* fix: text split code (#5773 )
* fix: toolresponse result
* remove log
* stream remove
* fix: text split code
* fix: workflow (#5779 )
* fix: toolresponse result
* remove log
* fix: value check
* fix: workflow
* openapi doc
* perf: bucket delete cron
* doc
* feat: apikey health
* feat: export variables
* api code move
* perf: workflow performance (#5783 )
* perf: reactflow context
* perf: workflow context split
* perf: nodeList computed map
* perf: nodes dependen
* perf: workflow performance
* workflow performance
* removel og
* lock
* version
* loop drag
* reactflow size
* reactflow size
* fix: s3init (#5784 )
* doc
* fix: s3init
* perf: dynamic import
* remove moongose dep
* worker build
* worker code
* perf: worker build
* fix: error throw
* doc
* doc
* fix: build
* fix: dockerfile
* nextjs config
* fix: worker
* fix: build (#5791 )
* fix: build
* vector cache code
* fix: app info modal avatar upload method replace (#5787 )
* fix: app info modal avatar upload method replace
* chore: replace all useSelectFile with useUploadAvatar
* remove invalid code
* add size
* Update projects/app/src/pageComponents/app/detail/WorkflowComponents/Flow/nodes/render/RenderInput/templates/CommonInputForm.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update projects/app/src/pageComponents/app/detail/WorkflowComponents/context/workflowInitContext.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: heheer <heheer@sealos.io>
Co-authored-by: 伍闲犬 <whoeverimf5@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-20 19:08:21 +08:00
Finley Ge
ca3053f04d
fix: resolve MCP service modal checkbox double-click event issue ( #5790 )
...
Fixed the issue where clicking on checkboxes in the MCP service modal
would trigger double-click events, causing selections to be immediately
deselected.
Root cause:
- Checkbox onChange events were conflicting with parent HStack onClick events
- Both components were trying to handle the same selection logic
Solution:
- Extracted handleItemClick function to avoid code duplication
- Flex onClick: only e.stopPropagation() to prevent event bubbling
- Checkbox onChange: handleItemClick for checkbox-specific interactions
- HStack onClick: handleItemClick for row-level interactions
Benefits:
✅ Checkbox clicks work properly without double-toggle
✅ Full row click functionality preserved
✅ All checkbox hover/focus effects maintained
✅ Clean DRY code structure with shared logic
✅ Perfect visual alignment between checkbox and avatar
Changes made to:
- projects/app/src/pageComponents/dashboard/mcp/EditModal.tsx:159-194
🤖 Generated with [Claude Code](https://claude.ai/code )
via [Happy](https://happy.engineering )
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Happy <yesreply@happy.engineering>
2025-10-20 17:42:49 +08:00
heheer
703ef2cd56
add 10-minute auto-refresh for token login ( #5788 )
Build FastGPT images in Personal warehouse / get-vars (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Blocked by required conditions
2025-10-20 14:44:49 +08:00
heheer
9ea1cbf19e
add user active tracks ( #5754 )
...
Build FastGPT images in Personal warehouse / get-vars (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Has been cancelled
* add user active tracks
* remove console
* perf: track active
* perf: track active
---------
Co-authored-by: archer <545436317@qq.com>
2025-10-12 01:44:48 +08:00
Archer
c6dfaaea8e
dockerfile ( #5750 )
...
Build FastGPT images in Personal warehouse / get-vars (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Has been cancelled
* dockerfile
* dockerfile
* dockerfile
2025-10-10 21:24:14 +08:00
Archer
7dcff442fd
update dockerfile ( #105 ) ( #5749 )
2025-10-10 20:22:29 +08:00
Archer
aba0b4c824
hide audit ( #5740 )
Document deploy / sync-images (push) Has been cancelled
Build FastGPT images in Personal warehouse / get-vars (push) Has been cancelled
Document deploy / generate-timestamp (push) Has been cancelled
Document deploy / build-images (map[domain:https://fastgpt.cn suffix:cn]) (push) Has been cancelled
Document deploy / build-images (map[domain:https://fastgpt.io suffix:io]) (push) Has been cancelled
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.cn kube_config:KUBE_CONFIG_CN suffix:cn]) (push) Has been cancelled
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.io kube_config:KUBE_CONFIG_IO suffix:io]) (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Has been cancelled
2025-10-09 15:10:19 +08:00
Archer
a83ae8e6e8
4.13.1 features ( #5728 )
...
* fix(api): 修复二级路由下的页面判断逻辑
在请求错误处理中,添加基础URL前缀以正确判断当前是否为外部链接页面。
* perf: use global var
* remove invalid code
* feat: response limit;perf: copy avatar image;perf: markdown parse (#5719 )
* feat: response limit
* remove placeholder
* perf: copy avatar image
* perf: markdown parse
* fix: child app cannot show cite
* doc
* fix: node template bugs (#5727 )
* add dataset search count track (#5721 )
* add dataset search count track
* remove pro
* change to track
* remove unused
* fix
* perf: track code
---------
Co-authored-by: archer <545436317@qq.com>
* http response limit
* deploy doc
* fix: test
* doc
* remove invalid code
* remove invalid code
---------
Co-authored-by: 戴盛利 <1639499287@qq.com>
Co-authored-by: heheer <heheer@sealos.io>
2025-09-30 15:05:43 +08:00
Finley Ge
32a3b9216b
perf: deploy docs; docker-compose ( #5722 )
...
* docs: https://localhost => http://localhost
* chore: docker compose; deploy/dev docs
* chore: quick-start page
* chore: add comment & remove leading space of vector config
* chore: remove redundant install.sh scripts
* chore: adjust milvus and ob, image dyanmic config; readme.md
* chore: update pnpm-lock.yaml
2025-09-29 11:34:11 +08:00
heheer
ce3556c240
fix: react-hook-form Controller crash with special characters in field names ( #5715 )
2025-09-27 19:24:12 +08:00