- 15 Apr, 2026 2 commits
-
-
fix: switch user_main invocation to use keyword arguments for better default parameter handling (#6756) * fix: switch user_main invocation to use keyword arguments for better default parameter handling * fix: test --------- Co-authored-by: archer <545436317@qq.com>
DigHuang committed -
DigHuang committed
-
- 14 Apr, 2026 1 commit
-
-
Bumps [gdown](https://github.com/wkentaro/gdown) from 5.1.0 to 5.2.2. - [Release notes](https://github.com/wkentaro/gdown/releases) - [Commits](https://github.com/wkentaro/gdown/compare/v5.1.0...v5.2.2) --- updated-dependencies: - dependency-name: gdown dependency-version: 5.2.2 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
-
- 13 Apr, 2026 5 commits
-
-
* feat: add openGauss DataVec as vector database backend Add openGauss with DataVec extension as a new vector storage option alongside PGVector and Milvus. Includes vector DB controller, Docker Compose deployment configs (CN/Global), deploy generation scripts, and test templates. * test: add opengauss vectorDB integration entry * test: adjust vector env template for opengauss run * fix: ts --------- Co-authored-by: archer <545436317@qq.com>
yanzhicong committed -
DigHuang committed
-
Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.15.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.13.5...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.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 -
* feat: llm request zod * feat: apidataset zod * feat: training zod * permission data * feat: dataset data zod * add log categories * update skill * fix: test * fix: training billId field * fix: review * fix: review * feat: collection zod * feat: dataset colletion schema * fix: review * review * fix: ts * feat: update team * fix: type
Archer committed -
* build: Bundle server.ts into a single CJS file * feat: Add providerSandboxId to sandbox metadata and updates * feat: Add environment variable to toggle skill server entrypoint * refactor: Remove providerStatus from sandbox schemas and logic
Jon committed
-
- 10 Apr, 2026 3 commits
-
-
* style: re-component Editor * style: re-component Editor * feat: sandbox file preview support with binary detection and mime type handling * feat: preview support for markdown, svg, and html files in sandbox editor * feat(sandbox): support multimedia preview and source/preview toggle in editor * fix: XSS SVG rendering with MyPhotoView * refactor: blob URL lifecycle management, improve filename encoding in downloads * feat: implement S3-based HTML preview for sandbox editor and add PDF support to binary file detection * refactor: improve sandbox editor stability by adding file size validation * feat: introduce fileService to encapsulate sandbox file operations and add unit tests * refactor: secure HTML sandbox preview by fetching content from server and injecting CSP meta tags * refactor: replace unified file operation API with dedicated endpoints for list, read, write, and download operations * chore: remove packageManager field from package.json * fix: sandbox file read error message * refactor: improve sandbox editor UI styling, type safety, and CSP security policy * feat: HTML preview link API and standardize sandbox request/response types * fix: improve log view layout responsiveness by adding overflow handling and flex constraints * perf: fix review --------- Co-authored-by: archer <545436317@qq.com>
DigHuang committed -
* feat: zod schema move file api feat: chat and dataset zod * fix: review * feat: dataset openapi * fix: test * update cr
Archer committed -
* fix: nosql inject * fix: nosql * fix: ts * doc * fix: update feedbacksession
Archer committed
-
- 09 Apr, 2026 3 commits
-
-
* chore: update sandbox-adapter to version 0.0.35 * refactor: unify sandbox creation through getSandboxClient * refactor: Simplify sandbox instance handling logic * feat: Add support for custom create config in sandbox
Jon committed -
* fix: team token auth * fix: Authentication escape * fix: cr * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * .claude doc --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Archer committed -
* fix: mcp auth * doc * doc
Archer committed
-
- 08 Apr, 2026 4 commits
- 07 Apr, 2026 3 commits
-
-
* chore: Rename service & container names for consistency in Docker configs (#6710) * chore: Rename container names for consistency in Docker configs * chore: Rename service names for consistency in Docker configs chore: Update OpenSandbox versions and image repositories (#6709) * chore: Update OpenSandbox versions and image repositories * yml version * images * init yml * port --------- Co-authored-by: archer <545436317@qq.com> refactor(chat): optimize sandbox status logic and decouple UI/Status hooks (#6713) * refactor(chat): optimize sandbox status logic and decouple UI/Status hooks * fix: useRef, rename onClose to afterClose Update .env.template (#6720) aiproxy默认的请求地址改成http协议 feat: comprehensive agent skill management and sandbox infrastructure optimization - Skill System: Implemented a full skill management module including CRUD operations, folder organization, AI-driven skill generation, and versioning (switch/update). - Sandbox Infrastructure: Introduced 'volume-manager' for PVC and Docker volume lifecycle management, replacing the MinIO sync-agent for better data persistence. - Workflow Integration: Enhanced the Agent node to support skill selection and configuration, including new UI components and data normalization. - Permission Management: Added granular permission controls for skills, supporting collaborators, owner transfers, and permission inheritance. - UI/UX: Added a dedicated Skill dashboard, sandbox debug interface (terminal, logs, and iframe proxy), and comprehensive i18n support. - Maintenance: Migrated Docker services to named volumes, optimized sandbox instance limits, and improved error handling for sandbox providers. Co-authored-by: chanzhi82020 <chenzhi@sangfor.com.cn> Co-authored-by: lavine77 Signed-off-by: Jon <ljp@sangfor.com.cn> feat: hide skill prettier * perf: hide skill code * fix: ts * lock * perf: tool code * fix: ts * lock * fix: test * fix: openapi * lock * fix: test * null model --------- Co-authored-by: archer <545436317@qq.com>
Jon committed -
Archer committed
-
Deepturn committed
-
- 06 Apr, 2026 1 commit
-
-
aiproxy默认的请求地址改成http协议
cafe babe committed
-
- 03 Apr, 2026 1 commit
-
-
* refactor(chat): optimize sandbox status logic and decouple UI/Status hooks * fix: useRef, rename onClose to afterClose
DigHuang committed
-
- 02 Apr, 2026 5 commits
-
-
* chore: Update OpenSandbox versions and image repositories * yml version * images * init yml * port --------- Co-authored-by: archer <545436317@qq.com>
Jon committed -
* chore: Rename container names for consistency in Docker configs * chore: Rename service names for consistency in Docker configs
Jon committed -
* deploy doc * deploy doc
Archer committed -
* chore: Update Docker compose files to use named volumes * chore: Update Docker compose files to use named volumes (prod)
Jon committed -
Deepturn committed
-
- 01 Apr, 2026 8 commits
- 31 Mar, 2026 4 commits