Skip to content

v0.0.1 - Bootstrap

Pre-release
Pre-release

Choose a tag to compare

@sb1733831438-maker sb1733831438-maker released this 14 Aug 04:06
· 87 commits to main since this release

v0.0.1 - Bootstrap

Initial CloserAI repository. Local-first, model-agnostic, permission-transparent desktop AI workbench built on DeepSeek Harness.

Included

  • pnpm monorepo workspace (apps/*, packages/*) with strict TypeScript (NodeNext ESM), ESLint flat config, Prettier, and Vitest.
  • Deterministic OpenAI-compatible mock provider (@closerai/mock-provider) exposing /v1/chat/completions and /v1/models over a dependency-free HTTP server.
  • MIT license, README, CONTRIBUTING, SECURITY, CHANGELOG, and docs/ planning records.
  • GitHub Actions CI: format / lint / typecheck / build / test on Linux, macOS, Windows.

Test evidence

  • pnpm check (Prettier + ESLint + tsc --noEmit + Vitest): passed.
  • Vitest: 17 tests passed (completions determinism + mock server endpoints, incl. streaming and error paths).
  • Built package smoke test over HTTP: GET /health -> {"ok":true}; chat completions returned a deterministic reply.
  • GitHub Actions CI: success on Linux, macOS, and Windows.

Known limitations

  • No desktop application yet (lands in v0.0.2 with the Electron shell and DSH supervisor).
  • No installers; nothing is packaged for end users.
  • Mock provider is for development/testing only; it calls no real model.