Skip to content

Releases: ScaleCommerce-dev/completo

v0.6.1

28 Mar 21:45
268b708

Choose a tag to compare

Quick start

docker run -p 3000:3000 \
  -e NUXT_SESSION_PASSWORD=$(openssl rand -base64 32) \
  -v completo-data:/data \
  ghcr.io/scalecommerce-dev/completo:latest

Open localhost:3000 — demo data included.

CLI for AI agents

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/scalecommerce-dev/completo/main/install.sh | sh

Windows: Download completo-windows-amd64.exe from the assets below.


CLI

  • Add project-create command to create new projects from the CLI

v0.6.0

28 Mar 21:56
d5dc3c5

Choose a tag to compare

Quick start

docker run -p 3000:3000 \
  -e NUXT_SESSION_PASSWORD=$(openssl rand -base64 32) \
  -v completo-data:/data \
  ghcr.io/scalecommerce-dev/completo:latest

Open localhost:3000 — demo data included.

CLI for AI agents

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/scalecommerce-dev/completo/main/install.sh | sh

Windows: 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 TicketIdCopy component and useCopyTicketId composable (deduplication)
  • Centralize card type definitions using shared types from ~/types/card
  • Switch local dev environment to scdev

CLI

  • Add briefing command to view, upload, or clear the project's agent briefing
  • Add list command with --status, --priority, --assignee, and --limit filters
  • Add --all flag to next command to list all cards in a status
  • Add .completo.local support for local dev credential overrides
  • Add --env-file global flag to override config from any env file
  • Fix project resolution to match by name in addition to slug and ID

v0.5.1

26 Mar 22:48
d5b93d2

Choose a tag to compare

Quick start

docker run -p 3000:3000 \
  -e NUXT_SESSION_PASSWORD=$(openssl rand -base64 32) \
  -v completo-data:/data \
  ghcr.io/scalecommerce-dev/completo:latest

Open localhost:3000 — demo data included.

CLI for AI agents

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/scalecommerce-dev/completo/main/install.sh | sh

Windows: 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

26 Mar 20:14

Choose a tag to compare

Quick start

docker run -p 3000:3000 \
  -e NUXT_SESSION_PASSWORD=$(openssl rand -base64 32) \
  -v completo-data:/data \
  ghcr.io/scalecommerce-dev/completo:latest

Open localhost:3000 — demo data included.

CLI for AI agents

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/scalecommerce-dev/completo/main/install.sh | sh

Windows: 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

26 Mar 11:01
0f7aa5c

Choose a tag to compare

Quick start

docker run -p 3000:3000 \
  -e NUXT_SESSION_PASSWORD=$(openssl rand -base64 32) \
  -v completo-data:/data \
  ghcr.io/scalecommerce-dev/completo:latest

Open localhost:3000 — demo data included.

CLI for AI agents

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/scalecommerce-dev/completo/main/install.sh | sh

Windows: 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

24 Mar 23:35
9d2ce94

Choose a tag to compare

App

  • Display app version on profile page

CLI

  • Mask API token in completo config prompt

Infra

  • Gate release builds (Docker, CLI binaries) behind CI checks

v0.2.0

24 Mar 20:30
70b1f82

Choose a tag to compare

Install CLI

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/scalecommerce-dev/completo/main/install.sh | sh

Windows: Download completo-windows-amd64.exe from the assets below.


App

  • Add GET /api/projects/{id}/cards endpoint 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 .completo config file support
  • Self-update command
  • Key-value output format (token-efficient for AI agents)
  • --json flag for programmatic use

v0.1.0

28 Feb 16:19

Choose a tag to compare