- 02 Jul, 2026 1 commit
-
-
Finley Ge committed
-
- 01 Jul, 2026 4 commits
- 30 Jun, 2026 14 commits
-
-
* docs: update 4.15.0 upgrade guide * docs: remove config json guide * docs: add standalone sandbox deployment files * doc * yml * doc * action * fix: test * doc * yml --------- Co-authored-by: archer <545436317@qq.com>
Xianquan committed -
Archer committed
-
* refactor(sandbox): enforce strict sandbox env validation at startup; fix loop end i18n * fix(workflow): sync parallel task variables back to parent state on success * chat schema * schema * test * fix: test --------- Co-authored-by: archer <545436317@qq.com>
DigHuang committed -
Finley Ge committed
-
Xianquan committed
-
Finley Ge committed
-
* sandbox doc * doc * doc
Archer committed -
Finley Ge committed
-
Xianquan committed
-
* chore(deps): update @fastgpt-plugin/sdk-client to 0.0.1 * style(sandbox): fix code formatting and submodule update
Finley Ge committed -
* mobile voice input * fix: action
Archer committed -
DigHuang committed
-
* perf: dispatch chat * perf: env * doc
Archer committed -
* refactor: migrate community config to env vars * test: fix sandbox proxy env fixture --------- Co-authored-by: Archer <545436317@qq.com>
Xianquan committed
-
- 29 Jun, 2026 11 commits
-
-
Archer committed
-
* perf: init workflow * doc * perf: parse * fix: ts
Archer committed -
* fix: preserve Agent V2 MCP runtime schemas * fix: narrow MCP runtime schema fallback tool
Finley Ge committed -
DigHuang committed
-
Finley Ge committed
-
* feat(sandbox): support dynamic WS limits and multipart upload * feat(sandbox-adapter): implement readFileStream for OpenSandbox and SealosDevbox
DigHuang committed -
feat(sandbox): support dynamic WS limits, multipart upload and migrate conflict detection in rust agent (#7206)
DigHuang committed -
YeYuheng committed
-
- Add `MermaidDiagram` component to render charts - Implement `remarkMermaid` plugin to transform mermaid code blocks - Update `mdx-components` to handle mermaid language blocks - Add `mermaid` dependency to documentation project
Finley Ge committed -
Archer committed
-
Archer committed
-
- 28 Jun, 2026 2 commits
-
-
* fix: title generation * refactor: unify chat target responses * fix: chat api parse * fix: treat agent abort as normal finish * fix: vm button animate * fix: share auth * fix: sandbox target * perf: chat ux * fix: issue * test: align share history auth input * fix: sadnbox * fix(sandbox): avoid package zip pollution; keep archive on restore failure * fix(sandbox): simplify edit-debug creation and robustly clean up stale provider records * fix: skill edit * fix: narrow sandbox restore archive state * fix: action * fix: sandbox init * fix(sandbox): allow stale provider archived instance to init for migration * refactor(sandbox): touch active instances during initialization & enforce team verification on export/deploy * fix: return upgrading status for runtime upgrade conflicts * refactor(sandbox): layer runtime archive services * doc * perf: permission modal * perf: pdf fallback. sandbox ux * doc * doc * test: update sandbox skill edit expectations --------- Co-authored-by: Xianquan <whoeverimf5@gmail.com> Co-authored-by: DigHuang <114602213+DigHuang@users.noreply.github.com>
Archer committed -
Updated the image tag for fastgpt-agent-sandbox-proxy to v0.2.0-beta2 in the documentation and docker-compose example.
Deepturn committed
-
- 27 Jun, 2026 7 commits
-
-
* feat(plugin): add local plugin debug session support Implement local plugin debugging capability by integrating with the plugin-server to create and manage debug sessions. This includes: - Adding API endpoints for session lifecycle (create, status, disconnect). - Providing a CLI connection bridge via one-time ticket exchange. - Adding support for debug tools in the workflow and tool selection. - Implementing local storage persistence for active debug sessions in the web UI. * feat(plugin): refactor plugin debug channel and connection flow - Replace single-use debug sessions with a persistent debug channel (enabled, revoked, refreshed). - Introduce long-term `connectionKey` for CLI authentication, replacing the one-time ticket mechanism. - Decouple source identification: debug source is now passed explicitly rather than being encoded into the plugin ID. - Add `DebugToolTag` for better visualization in the UI. * build(global): update @fastgpt-plugin/sdk-client to 0.0.1-alpha.10 * fix(openapi): use dev api tags for plugin debug docs * refactor(app): remove local storage based plugin debug session - Remove `useLocalPluginDebugSession` in favor of API-based state - Update plugin debug modal to fetch state directly from server - Simplify tool template retrieval by removing unnecessary local debug session dependencies - Standardize active debug source resolution in API handlers * refactor(core): refactor debug tool id and source handling - Standardize debug source prefix to `debug:tmbId:` - Simplify tool ID parsing logic by removing redundant debug-specific checks from `splitCombineToolId` - Update UI to strictly restrict system toolset creation to valid contexts - Improve debug tool detection and path resolution across service modules * feat(common): support localized plugin error messages - Implement `withPluginClientLocale` context to propagate locale to plugin requests. - Add `localizePluginErrorResponse` to automatically map plugin `reason` fields to localized `message`. - Enhance `getErrText` to parse nested i18n error objects. - Propagate `source` property in tool configuration to maintain state for debug plugins. - Introduce `ToastHandledError` class for custom error handling. * fix(service): normalize empty system tool preview version * feat(app): adjust system tool UI layout - Adjust button order in the toolkit header - Add centering to the plugin debug modal * feat(service): support local debug for system tools - Implement repository logic for local system tool configuration matching - Internationalize debug tool labels and descriptions - Add warning for publishing apps containing debug tools - Update system tool list key generation to support debug modes * feat(system): add remote debug support for plugins - Add `pluginRemoteDebug` config to system settings - Implement capability probe for plugin service features - Restrict debug channel access based on enabled status - Update `@fastgpt-plugin/sdk-client` to 0.0.1-alpha.11 - Fix child tool status application in `SystemToolRepo` * feat(service): ensure debug tools remain visible as normal Refactor `SystemToolRepo` to force debug tool status to `Normal` regardless of saved system configuration, preventing offline/soon-offline statuses from impacting the debugging experience. * test(service): remove obsolete fastgpt plugin test file * feat(app): add system tool remote debugging as commercial feature - Add commercial restriction for remote debugging APIs - Update docs to include remote debugging in commercial features - Implement permission check to prevent unauthorized access * docs(document): add remote debug suite configuration guide Add documentation for setting up the system plugin remote debugging suite in self-hosted environments, including component architecture, deployment steps, security notes, and FAQs. * test(app): fix debug channel test cases mock environment Mock `feConfigs.isPlus` in test setup to ensure plugin debug channel handlers behave correctly during tests, and restore the original state after each test to avoid side effects.
Finley Ge committed -
* feat(sandbox): support edit-debug runtime image upgrade with workspace archive and restore * feat(sandbox): support multi-select, absolute path copy, zip extraction and command execution * feat(sandbox): support batch move with rollback, auto-naming zip extract, and debug sandbox rebuild fallback * refactor(app): generalize ProModal and apply to sandbox upgrade modal * fix(sandbox): prevent data loss by removing unsafe silent restore fallbacks on edit-debug sandbox upgrade or start
DigHuang committed -
* fix(chat): align share chat history controls * fix(chat): prevent action label selection * chore: update pro submodule * pro submodule
Xianquan committed -
YeYuheng committed
-
YeYuheng committed
-
* feat: support source typed skill edit chat * fix: align source-aware sandbox tests * fix: stabilize beta6 migration sandbox updates * feat: migrate chat sandbox source handling * fix: type sandbox migration object ids * docs: add sandbox package mirror config * test: align sandbox runtime spec with source target
Archer committed -
DigHuang committed
-
- 26 Jun, 2026 1 commit
-
-
* refactor(sandbox): unify runtime preparation flow and support package mirrors * feat: pypi trust url
DigHuang committed
-