Skip to content

Releases: doitintl/dci-cli

v1.3.0

14 Apr 12:51
9b2ff06

Choose a tag to compare

Changelog

  • 6928be5: feat: add --customer-context / -D flag for per-command context override (@jtdelia)
  • cb0a653: feat: support DCI_API_BASE_URL env var to override API endpoint (@ajramos)
  • a6ab615: feat: support DCI_API_BASE_URL env var to override API endpoint (@apgiorgi)
  • cace584: fix: validate DCI_API_BASE_URL and update existing config on override (@ajramos)
  • 8245277: refactor: make maybeHintDoerContext status testable; fix gofmt; strengthen hint suppression test (@jtdelia)

v1.2.0

31 Mar 11:48

Choose a tag to compare

Changelog

  • 3de6001 Merge branch 'main' into feat/dci-cli-skill
  • 1352687 Merge pull request #3 from doitintl/feat/dci-cli-skill
  • 50ad692 Update Homebrew formula and Scoop manifest for v1.1.1
  • e920ce6 feat: Add dci skill subcommand to install agent skills
  • ed04c76 feat: Add secrets scanning, harden .gitignore, and document CI secrets
  • fbb73ea feat: Auto-configure customer context for DoiT employees on first login
  • 06583e9 fix: Address PR review comments
  • 2bca917 fix: Pass GITLEAKS_LICENSE secret to gitleaks-action in CI

v1.1.1

25 Mar 15:12

Choose a tag to compare

Changelog

  • 9ad6b05 Update Homebrew formula and Scoop manifest for v1.1.0
  • 32b3068 feat: Set user-agent to dci/ for API requests
  • 5196d40 fix: Fall back to JSON when response is not table-friendly

v1.1.0

21 Mar 09:27

Choose a tag to compare

Changelog

  • d885da4 Update Homebrew formula and Scoop manifest for v1.0.1
  • e417728 feat: Add shell completion and surface API commands in help
  • 6ad273c feat: Improve table rendering with content-aware column widths

v1.0.1

16 Mar 16:02

Choose a tag to compare

Changelog

  • 4c84997 Update Homebrew formula and Scoop manifest for v1.0.0

v1.0.0

11 Mar 16:13

Choose a tag to compare

Changelog

  • 402685c Add login/logout commands for explicit authentication
  • 130b0f3 Refactor command branding into shared helper with tests
  • 9cd66b3 feat: Support DCI_API_KEY and DCI_CUSTOMER_CONTEXT env vars

v0.2.0

10 Mar 08:41

Choose a tag to compare

Changelog

  • 28a623b Brand root help and hide completion command
  • 8205d1c Fix Homebrew tap: require explicit URL since repo is not named homebrew-*
  • d9c8230 Fix downstream workflow triggers and Homebrew smoke test
  • 8eb3be2 Update Homebrew formula and Scoop manifest for v0.1.0

v0.1.0

10 Mar 08:04

Choose a tag to compare

Changelog

  • 462b134 Add custom table output with column control
  • 2bd836e Add release pipeline with single-repo Homebrew/Scoop distribution
  • a0266fa Default output to table
  • 4fd44c6 Drop windows_arm64 build target (upstream compiler missing)
  • 4e7770f Fix README
  • d9a89d2 Fix release: set per-target CC/CXX for goreleaser-cross
  • d3f9808 Fix release: use goreleaser-cross Docker image directly
  • f3f5ef3 Fix release: use goreleaser-cross for CGO cross-compilation
  • 2556bdf Fix release: use native runners per OS for CGO compatibility
  • 10b9915 Handle get-report result.rows table extraction
  • 33cd7c9 Harden CLI runtime and add CI checks
  • 4149c58 Initial commit: DCI CLI wrapper
  • 3165b7d Refine profile flag parsing and refresh README
  • 5469c46 Removed auto-generated CLAUDE.md (https://arxiv.org/abs/2602.11988)
  • 756556d Rename project and update installation instructions
  • 8de4873 Revise README title and description
  • 587404a Updated README
  • a2d2e11 Use OS config dir and document cross-platform config path
  • 1a5b6f8 update README