v0.1.133
June 22, 2026Go server build + vet
BackendFull go build + go vet across all packages. New local starter pack handler (embedded JSON + 3-pass agent import) compiles cleanly. Pre-existing IPv6 vet warning in IMAP client (not related).
1/1 passed45sTypeScript Vitest unit tests
FrontendAll frontend/shared-package unit tests: @caliptic/core (152), @caliptic/views (645 — including fixed members-tab test mocks for MemberDetailPanel + isLocalEdition + dropdown event bubbling), @caliptic/web (30), @caliptic/desktop (65), @caliptic/license-issuer (13). 6 flaky timeouts under full parallel load pass individually.
905/905 passed1m 35sTypeScript typecheck (all packages)
Frontendtsc --noEmit across the monorepo: @caliptic/core, @caliptic/views, @caliptic/ui, @caliptic/web, @caliptic/desktop, @caliptic/docs, @caliptic/license-issuer. New local-starter-pack-tab.tsx and showcase-import-tab delegation compile cleanly.
7/7 passed1m 2sLocal Starter Pack feature (NEW)
BackendNew embedded starter pack: 47 agents + 60 skills static JSON (go:embed), manifest endpoint, 3-pass import handler (supervisors → workers → links), runtime/model selection, dedup by name. Frontend Settings → Starter Pack tab with runtime selector + model input.
1/1 passed2s