• v0.7.12
    All checks were successful
    CI/CD / detect-changes (push) Successful in 4s
    CI/CD / test-runners (push) Has been skipped
    CI/CD / e2e-smoke (push) Has been skipped
    CI/CD / test-go-pg (push) Successful in 2m46s
    CI/CD / test-sqlite (push) Successful in 2m58s
    CI/CD / build-and-deploy (push) Successful in 1m27s
    CI/CD / test-frontend (push) Successful in 5s
    Stable

    xcaliber released this 2026-04-02 23:59:32 +00:00 | 18 commits to main since this release

    Features

    • Added API tokens with extended permissions for extensions, including storage in SQLite/Postgres and auth middleware.
    • Introduced batch execution module in sandbox for concurrent Starlark operations.
    • Added workflow handoff support with new stage-form UI component and E2E tests.
    • Enabled workflow independence, decoupling from chat with dedicated editor/monitor surfaces.
    • Improved HTTP module ergonomics in sandbox for better query handling.

    Bug Fixes

    • Filled admin UI gaps in users, groups, packages, and backup management.

    Improvements

    • Removed legacy standalone packages (git-board Kanban, tasks, editor, gitea-client), integrated into core surfaces.
    • Enhanced workflow engine, assignment handlers, and team routing.
    • Added workflow monitor and public handlers for better observability.

    Infrastructure

    • Implemented comprehensive E2E CI gates with smoke tests, workflow handoff/nochat scripts, and Docker Compose updates.
    • Added permissions testing, hashing utils, and middleware for finer-grained access control.
    • Created design docs for batch exec, storage primitives, and extension composability; updated ROADMAP and Starlark reference.

    Refactoring

    • Migrated storage.js to new primitives; improved db_module and runner.
    • Code hygiene across server handlers, auth, and sandbox modules.

    Version bumped to v0.7.12.

    Downloads