Skip to content

Releases: afurm/draftmora

Draftmora v0.1.2

08 May 18:26

Choose a tag to compare

Draftmora is a local-first AI agent board for turning messy notes into structured, status-aware tasks.

Run it locally:

npx draftmora

The app stores board data in SQLite on your machine, supports OpenAI account auth or API-key mode, and keeps agent execution history next to the work.

New contributors can start with the open good first issue tickets.

Changed

  • Redesigned the board workspace for denser task scanning and mobile-friendly navigation.
  • Reworked the chat workspace with clearer thread controls and responsive layout behavior.
  • Improved the settings experience for account state, advanced OpenAI controls, and focused save flows.
  • Refined sidebar navigation, collapsed states, and route-aware labels.

Security

  • Refreshed transitive package locks for fast-uri and fast-xml-builder audit fixes.

Draftmora v0.1.1

06 May 18:01
6c31fc5

Choose a tag to compare

Install from npm:

npx draftmora

Links:

Highlights:

  • Task artifacts with local file reveal support.
  • Task run cancellation controls.
  • Force follow-up request flow for active task runs.
  • Automatic durable-memory review after chat turns and task execution.
  • Advanced OpenAI request settings for reasoning, verbosity, retries, timeout, cache retention, and transport.
  • Configurable web and API ports with IPv6-safe Vite proxy handling.
  • Node 24 is now the recommended contributor, CI, and release workflow default while Node.js 22.14+ remains supported.

Changed:

  • Redesigned the task detail workspace for denser execution and artifact review.
  • Improved run log scrolling and current-step status copy.
  • Restricted forced follow-ups to the latest queued request.
  • Added transient retry handling for OpenAI provider errors.
  • Refreshed dependency versions and CI action pins.
  • Moved README-only preview art out of runtime public assets, reducing packed size to about 588 KB.

Verification:

  • GitHub Actions CI passed on main for merge commit 6c31fc5.
  • Release workflow validation passed: audit, typecheck, tests, build, and package smoke.
  • npm publish completed for draftmora@0.1.1.
  • GitHub Packages mirror publish completed.
  • Fresh npx draftmora@0.1.1 startup smoke reached Draftmora running at http://127.0.0.1:4141.

Draftmora v0.1.0

05 May 10:03

Choose a tag to compare

First public release of Draftmora.

Install from npm:

npx draftmora

Links:

Highlights:

  • Local-first AI agent board for turning rough ideas into structured tasks.
  • Board and chat workflows with SQLite-backed local storage.
  • OpenAI account auth with API-key fallback.
  • Public npm package published as draftmora@0.1.0.

Verification:

  • GitHub Actions CI passed.
  • npm audit --omit=dev passed with 0 vulnerabilities.
  • npm test passed: 41 tests across 11 files.
  • npm run build passed.
  • npm package smoke test passed from the generated tarball.