Releases: ScaleCommerce-dev/completo
v0.6.1
Quick start
docker run -p 3000:3000 \
-e NUXT_SESSION_PASSWORD=$(openssl rand -base64 32) \
-v completo-data:/data \
ghcr.io/scalecommerce-dev/completo:latestOpen localhost:3000 — demo data included.
CLI for AI agents
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/scalecommerce-dev/completo/main/install.sh | shWindows: Download completo-windows-amd64.exe from the assets below.
CLI
- Add
project-createcommand to create new projects from the CLI
v0.6.0
Quick start
docker run -p 3000:3000 \
-e NUXT_SESSION_PASSWORD=$(openssl rand -base64 32) \
-v completo-data:/data \
ghcr.io/scalecommerce-dev/completo:latestOpen localhost:3000 — demo data included.
CLI for AI agents
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/scalecommerce-dev/completo/main/install.sh | shWindows: Download completo-windows-amd64.exe from the assets below.
App
- Add copy-link and copy-ticket-ID hover actions to ticket IDs in board, list, modal, and detail views
- Extract
TicketIdCopycomponent anduseCopyTicketIdcomposable (deduplication) - Centralize card type definitions using shared types from
~/types/card - Switch local dev environment to scdev
CLI
- Add
briefingcommand to view, upload, or clear the project's agent briefing - Add
listcommand with--status,--priority,--assignee, and--limitfilters - Add
--allflag tonextcommand to list all cards in a status - Add
.completo.localsupport for local dev credential overrides - Add
--env-fileglobal flag to override config from any env file - Fix project resolution to match by name in addition to slug and ID
v0.5.1
Quick start
docker run -p 3000:3000 \
-e NUXT_SESSION_PASSWORD=$(openssl rand -base64 32) \
-v completo-data:/data \
ghcr.io/scalecommerce-dev/completo:latestOpen localhost:3000 — demo data included.
CLI for AI agents
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/scalecommerce-dev/completo/main/install.sh | shWindows: Download completo-windows-amd64.exe from the assets below.
App
- Collapsible sidebar with divider-edge chevron toggle and cookie-persisted state
- View header card count now reflects active filters
- Fix typecheck: make useViewPage generic to preserve card subtypes
CLI
- Improve completo agent skill: add explicit commit step before moving to Done
v0.5.0
Quick start
docker run -p 3000:3000 \
-e NUXT_SESSION_PASSWORD=$(openssl rand -base64 32) \
-v completo-data:/data \
ghcr.io/scalecommerce-dev/completo:latestOpen localhost:3000 — demo data included.
CLI for AI agents
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/scalecommerce-dev/completo/main/install.sh | shWindows: Download completo-windows-amd64.exe from the assets below.
App
- Add attachment upload to create card form with auto-save on first file upload
- Image picker in description editor works with draft cards during creation
- Discard confirmation when closing create card form with unsaved changes
- Race condition protection for concurrent draft card creation
v0.4.0
Quick start
docker run -p 3000:3000 \
-e NUXT_SESSION_PASSWORD=$(openssl rand -base64 32) \
-v completo-data:/data \
ghcr.io/scalecommerce-dev/completo:latestOpen localhost:3000 — demo data included.
CLI for AI agents
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/scalecommerce-dev/completo/main/install.sh | shWindows: Download completo-windows-amd64.exe from the assets below.
App
- Add view filters for status, priority, assignee, and tags on both boards and lists
- Filter state persisted per view via settings modal with pill toggles and multi-select
- Compact filter badge in header with tooltip summary replaces priority buttons and tag pills
- Redesigned View Settings modal: Name, Columns, and Filters sections
- Fix pre-existing ESLint v-html warning in ProseDescription component
v0.3.0
App
- Display app version on profile page
CLI
- Mask API token in
completo configprompt
Infra
- Gate release builds (Docker, CLI binaries) behind CI checks
v0.2.0
Install CLI
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/scalecommerce-dev/completo/main/install.sh | shWindows: Download completo-windows-amd64.exe from the assets below.
App
- Add
GET /api/projects/{id}/cardsendpoint with filtering (status, assignee, priority, tags, due date), sorting, and pagination - Fix OpenAPI spec: members endpoint response shape, missing fields on Card/Status/List schemas
CLI
- Initial release: fetch, move, assign, update, search cards
- Project-local
.completoconfig file support - Self-update command
- Key-value output format (token-efficient for AI agents)
--jsonflag for programmatic use
v0.1.0
Full Changelog: https://github.com/ScaleCommerce-dev/completo/commits/v0.1.0
Full Changelog: https://github.com/ScaleCommerce-dev/completo/commits/v0.1.0