- 08 Jul, 2025 2 commits
-
-
heheer committed
-
Bumps [transformers](https://github.com/huggingface/transformers) from 4.50.0 to 4.51.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.50.0...v4.51.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.51.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
-
- 07 Jul, 2025 3 commits
- 04 Jul, 2025 3 commits
- 03 Jul, 2025 9 commits
-
-
Archer committed
-
* fix: search type * update preview
Archer committed -
Theresa committed
-
Archer committed
-
Archer committed
-
* ci: update fastgpt-build-image-personal * ci: fix cache
Wenhao Zhu committed -
* update: modify MINIO_HOST to accept IP or domain and comment out port exposure in docker configuration * update: standardize MINIO_HOST format to accept IP or domain across multiple docker-compose files * update: replace MINIO_HOST with MINIO_ENDPOINT and CUSTOM_CUSTOM_ENDPOINT in multiple docker-compose files * update: standardize environment variable names for MinIO across multiple docker-compose files * update: add additional MinIO environment variables for plugin service configuration in docker documentation * update: standardize table formatting and improve MinIO configuration descriptions in docker documentation * update: 修改 fastgpt-plugin 镜像版本为 v0.1.0 * update: 修改 fastgpt-plugin 中 MINIO_CUSTOM_ENDPOINT 的说明,添加协议前缀
Theresa committed -
* docs(plugin): add design document for plugin * chore: move design plugin to development * fix: remove trailing back quote * fix: docs preview workflow * chore: remove mermaid to fix build
Finley Ge committed -
* update: modify MINIO_HOST to accept IP or domain and comment out port exposure in docker configuration * update: standardize MINIO_HOST format to accept IP or domain across multiple docker-compose files
Theresa committed
-
- 02 Jul, 2025 5 commits
-
-
Archer committed
-
Archer committed
-
* update doc * update doc * update doc
Archer committed -
* feat: system Tool (#4959) * feat: independent system tool * chore: use ToolNode instead of PluginModule * chore: tools * chore: tools templateDir * refactor: templates * feat: flush code * chore: update template * refactor: migrate delay * feat: worker pool * chore: Dockerfile * docs: add tools.template.json * feat: auto flush system tools * fix: ts error * chore: create new pool temporarily * chore: system tool migration * chore: migration * fix: fix pnpm-workspace.yaml * chore: update pnpm-lock.yaml to integrate tool * chore(systemTool): chore * chore: add system plugin * chore(deps): update @fastgpt-sdk/plugin * fix: type error * chore: remove plugin package * chore: move pro plugins code to open source * feat: support system tool config input * fix: type error * perf: i18n * fix: cr * chore: update sdk * feat: system plugin cache * update mcp server (#5076) * update mcp server * fix: action * fix: dockerfile * fix: dockerfile * fix: dockerfile * fix: dockerfile * fix: dockerfile * fix: dockerfile * feat: system Tool (#4959) * feat: independent system tool * chore: use ToolNode instead of PluginModule * chore: tools * chore: tools templateDir * refactor: templates * feat: flush code * chore: update template * refactor: migrate delay * feat: worker pool * chore: Dockerfile * docs: add tools.template.json * feat: auto flush system tools * fix: ts error * chore: create new pool temporarily * chore: system tool migration * chore: migration * fix: fix pnpm-workspace.yaml * chore: update pnpm-lock.yaml to integrate tool * chore(systemTool): chore * chore: add system plugin * chore(deps): update @fastgpt-sdk/plugin * fix: type error * chore: remove plugin package * chore: move pro plugins code to open source * feat: support system tool config input * fix: type error * perf: i18n * fix: cr * chore: update sdk * feat: system plugin cache * perf: run tool * update package * perf: config key * fix: tool ini * tool config params * perf: workflow type * rename tools to agent * version list * perf: tool error * config secret ux * perf: config secret ux * fix: tool config field * add course to secret input * feat: support inputConfig switch (#5099) * feat: support inputConfig switch * deps: update @fastgpt-sdk/plugin * chore: update workflows * fix: inputType * fix: secret * add default value to node * update i18n * eslint * add precision to number input * feat: add number input and select * perf: number ux * fix: code * Proxies image requests to plugin service (#5111) * Proxies image requests to plugin service Adds a rewrite rule and API endpoint to proxy image requests to the plugin service. This allows the app to fetch images from the plugin's tools directory. It also adds the plugin base URL to the service's constants, so that it can use the plugin URL when proxying requests. * fix: update FastGPTPluginUrl to remove unnecessary API path * feat: update image proxy destination and add plugin image handler * Adapt plugin id * replace avatar * remove rewrite * fix: plugin avatar * update system tool doc * feat: system tool type * yml sh * yml sh * update doc * fix: simple app tool select * fix: switch ui * update pacakge * Yamljs (#5129) * update docker-compose configuration: bump fastgpt and fastgpt-plugin images, change minio host to service name, and adjust service dependencies * refactor: comment out port exposure in docker-compose configuration * update: uncomment port exposure in docker-compose configuration * update: change MINIO_HOST to use specific IP address in docker configuration * update: modify fastgpt-plugin image version in docker configuration * update readme * doc * remove --------- Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com> Co-authored-by: Theresa <63280168+sd0ric4@users.noreply.github.com>
Archer committed -
* add send question condition check * fix
heheer committed
-
- 01 Jul, 2025 1 commit
-
-
heheer committed
-
- 30 Jun, 2025 2 commits
- 28 Jun, 2025 2 commits
- 27 Jun, 2025 2 commits
- 26 Jun, 2025 5 commits
-
-
Co-authored-by: dreamer6680 <146868355@qq.com>
dreamer6680 committed -
* fix: correct input schema property name in getTools method * fix: refactor schema definitions for AppSchema and AppVersionSchema
Theresa committed -
Theresa committed
-
Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2) from 3.1.2 to 3.1.3. - [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md) - [Commits](https://github.com/crypto-browserify/pbkdf2/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: pbkdf2 dependency-version: 3.1.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed -
* fix metadata and forbid filter * team plan init * sync collection tags * fix json import * fix code * fix
heheer committed
-
- 25 Jun, 2025 1 commit
-
-
* fix: update input schema structure in getTools method * Update mcp.ts * Update mcp.ts --------- Co-authored-by: Archer <545436317@qq.com>
Theresa committed
-
- 22 Jun, 2025 2 commits
- 20 Jun, 2025 2 commits
- 19 Jun, 2025 1 commit
-
-
* add admin audit (#5041) * Test audit (#5058) * feat: operation index * fix: delete update vector * perf: Clear invalid data * perf: index * perf: cleare invalid data * index * perf: audit event * fix: schema enum * add audit.svg (#5060) Co-authored-by: dreamer6680 <146868355@qq.com> * update package * perf: audit * perf: code move * eslint * doc --------- Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com> Co-authored-by: dreamer6680 <1468683855@qq.com> Co-authored-by: dreamer6680 <146868355@qq.com>
Archer committed
-