Skip to content

Releases: cubeplexai/cubeplex

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 12:32
58becf7

What's Changed

  • Design Docker image CI/CD workflow by @xfgong in #355
  • Build and publish container images by @xfgong in #356
  • Build multi-platform container images by @xfgong in #357
  • Avoid republishing unchanged sandbox images by @xfgong in #358
  • fix(web): render multi-image artifacts in the inline chat card by @xfgong in #359
  • edit_file: fuzzy matching + diff preview panel by @xfgong in #360
  • fix(ci): build and push container images only on release tag or manual trigger by @xfgong in #362
  • Installation guide on docs site — spec & plan by @xfgong in #361
  • Seed dev agent + API token on worktree init by @xfgong in #363
  • chore(deps): bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in #366
  • chore(deps): bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #367
  • chore(deps): bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #368
  • chore(deps): bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #369
  • chore(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in #370
  • chore(deps): bump the npm-minor-patch group in /frontend with 2 updates by @dependabot[bot] in #371
  • Deployment: default to public images, unify release versioning, config reference by @xfgong in #364
  • chore(deps-dev): bump @eslint/js from 9.39.4 to 9.39.5 in /frontend by @dependabot[bot] in #373
  • Replace /admin/traces free-text filters with searchable comboboxes by @xfgong in #365
  • chore(deps): bump recharts from 2.15.4 to 3.9.2 in /frontend by @dependabot[bot] in #372
  • chore(deps): bump pillow from 12.2.0 to 12.3.0 in /backend in the uv group across 1 directory by @dependabot[bot] in #374
  • Resolve CodeQL code-scanning alerts by @xfgong in #375
  • Fix invalid ci.yml workflow (comments inside if: block scalar) by @xfgong in #377
  • Release v0.3.0 by @xfgong in #376

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@xfgong xfgong released this 19 Jul 02:25
4dee4e2

What's Changed

  • Add docs CI and Cloudflare Pages deployment by @xfgong in #323
  • Normalize docs URLs without trailing slashes by @xfgong in #324
  • chore(deps): bump mcp from 1.27.2 to 1.28.1 in /backend in the uv group across 1 directory by @dependabot[bot] in #325
  • Restore automatic application CI by @xfgong in #326
  • Add Simplified Chinese user documentation by @xfgong in #343
  • chore(deps-dev): bump @types/node from 20.19.43 to 26.1.1 in /frontend by @dependabot[bot] in #342
  • docs(specs): harness benchmarks design (SWE-bench Verified + τ-bench) by @xfgong in #273
  • docs(wildclawbench): benchmark results report (formal 20-task 0.514, past 48.2%) by @xfgong in #344
  • MCP OAuth: react to 401 with forced token refresh by @xfgong in #346
  • Docling deployment: streamline model download, move under deploy/, add optional Helm service by @xfgong in #347
  • chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /frontend by @dependabot[bot] in #341
  • Fix docs locale entry routing by @xfgong in #345
  • fix(frontend): pin types to node in core tsconfig for TypeScript 6 by @xfgong in #348
  • chore(deps): bump codecov/codecov-action from 6 to 7 by @dependabot[bot] in #331
  • chore(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #327
  • chore(deps): bump cloudflare/wrangler-action from 3 to 4 by @dependabot[bot] in #328
  • chore(deps): bump pnpm/action-setup from 4 to 6 by @dependabot[bot] in #329
  • chore(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #330
  • chore(deps): update redis requirement from <8,>=5.2.0 to >=5.2.0,<9 in /backend by @dependabot[bot] in #332
  • chore(deps): update websockets requirement from <15,>=11 to >=11,<17 in /backend by @dependabot[bot] in #333
  • fix(sandbox): scope the /workspace package overlay to /opt/venv so agent-created venvs stay clean by @xfgong in #349
  • chore(deps): bump the npm-minor-patch group in /docs/site with 10 updates by @dependabot[bot] in #334
  • Clean up preinstalled skill instructions by @xfgong in #351
  • feat(sandbox): teach the agent a human-readable /workspace layout by @xfgong in #350
  • chore(deps-dev): bump jsdom from 24.1.3 to 29.1.1 in /docs/site by @dependabot[bot] in #335
  • chore(deps-dev): bump @vitejs/plugin-react from 4.7.0 to 6.0.3 in /docs/site by @dependabot[bot] in #336
  • Support TypeScript 7 docs config by @xfgong in #352
  • chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 in /docs/site by @dependabot[bot] in #337
  • Skip CI checks for unchanged areas by @xfgong in #353
  • style(frontend): format dependency update files by @xfgong in #354
  • chore(deps): bump the npm-minor-patch group across 1 directory with 21 updates by @dependabot[bot] in #338
  • chore(deps): bump zustand from 4.5.7 to 5.0.14 in /frontend by @dependabot[bot] in #339
  • chore(deps-dev): bump globals from 16.5.0 to 17.7.0 in /frontend by @dependabot[bot] in #340

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@xfgong xfgong released this 16 Jul 06:43

CubePlex 0.1.0 — First Release

Initial public release of the CubePlex agent platform.

What's included

  • Backend — FastAPI + CubePi streaming agent runtime, SSE API, Postgres message history, MCP tool integration
  • Frontend — Next.js 16 + React 19 monorepo (packages/web + @cubeplex/core shared library)
  • Auth — Single-tenant (OSS) and multi-tenant (cloud) deployment modes, RBAC, org/workspace bootstrap
  • Chat — Streaming agent conversations with image artifact display, file attachment preview, Office Online viewer
  • Integrations — MCP catalog with OAuth connector install; Feishu HITL card support
  • Preview — Secure public download tokens with full TTL, deduped StrictMode minting