Skip to content

DidaCLI v0.2.7

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jul 10:44
5faeeea

What's Changed

Added

  • dida account whoami / dida account verify bind and compare non-secret channel identities (~/.dida-cli/identity.json).
  • Task --start/--due normalization to Dida UTC wire time; human-friendly --reminder forms (30m, 1h, at-start).
  • Coordinated reminder writes: Web task body + OpenAPI reminders after identity match.
  • Doctor reports real auth files (cookie, official_mcp, openapi_oauth) plus cached identity match.

Fixed

  • Avoid Web API POST /batch/task HTTP 500 on reminder fields by stripping reminders from Web payloads and applying them via OpenAPI.
  • Reject multi-channel reminder writes when Web and OpenAPI project fingerprints disagree (prevents writing across accounts).

Changed

  • Require Go 1.26.5 (stdlib crypto/tls GO-2026-5856 / Encrypted Client Hello privacy fix).

Docs

  • Skill, agent-usage, commands, api-coverage, and channel guide document timed-reminder SOP and identity boundaries.

Downloads

Platform File Install
macOS (Apple Silicon) dida_v0.2.7_darwin_arm64.tar.gz curl -fsSL https://raw.githubusercontent.com/DeliciousBuding/dida-cli/main/install.sh | sh
macOS (Intel) dida_v0.2.7_darwin_amd64.tar.gz curl -fsSL https://raw.githubusercontent.com/DeliciousBuding/dida-cli/main/install.sh | sh
Linux (x86_64) dida_v0.2.7_linux_amd64.tar.gz curl -fsSL https://raw.githubusercontent.com/DeliciousBuding/dida-cli/main/install.sh | sh
Linux (ARM64) dida_v0.2.7_linux_arm64.tar.gz curl -fsSL https://raw.githubusercontent.com/DeliciousBuding/dida-cli/main/install.sh | sh
Windows (x86_64) dida_v0.2.7_windows_amd64.zip PowerShell / Scoop
Windows (ARM64) dida_v0.2.7_windows_arm64.zip PowerShell / Scoop

Quick Install

npm:

npm install -g @delicious233/dida-cli

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/DeliciousBuding/dida-cli/main/install.sh | sh

Windows PowerShell:

iwr https://raw.githubusercontent.com/DeliciousBuding/dida-cli/main/install.ps1 -UseB | iex

Go:

go install github.com/DeliciousBuding/dida-cli/cmd/dida@latest

Self-update check:

dida upgrade --check

Verify

dida version
dida doctor --json

SHA-256 checksums are in checksums.txt.