Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 2.98 KB

File metadata and controls

48 lines (27 loc) · 2.98 KB

Changelog

0.2.3 (2026-03-31)

Bug Fixes

  • update: serialize InstallMethod enum to string in all UpdateResult calls (dddba28)

0.2.2 (2026-03-30)

Bug Fixes

  • update: serialize InstallMethod enum to string and fix command name (8213065)

0.2.1 (2026-03-30)

Bug Fixes

  • update: correct command name to 'dg update' in update notification (0a1b6af)
  • update: use timezone-aware datetimes to fix offset comparison error (eb9d1d3)

0.2.0 (2026-03-09)

⚠ BREAKING CHANGES

  • core: InstallationDetector and VersionChecker moved from deepctl_core to deepctl_cmd_update

Features

  • Add self-update functionality to deepctl (b2152f2)
  • core: comprehensive architecture review and test coverage (25a5409)
  • improve update command functionality (4a9baa0)
  • mcp: fix auth, switch to streamable-http, and improve READMEs (8e76d60)
  • skills: add deepctl skills command and agent-native CLI metadata (5654d40)
  • update: add background plugin update notifications (5dfb906)
  • update: overhaul update/upgrade system with expanded detection and startup notifications (f71437a)

Bug Fixes

  • resolve all ruff and mypy linting issues (83eaa7a)
  • tests: skip Unix-specific path tests on Windows (71ee600)
  • tests: use real tmp_path for pipx run detection test (7b0a8d6)
  • tooling: resolve all ruff, mypy, and Makefile issues (3500379)