Skip to content

v1.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jul 04:25

Changelog

All notable changes to discord-cli will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.2.0] - 2026-07-14

Added

  • Plugin system for third-party command extensions
  • Homebrew, Scoop, and npm installation packaging

[1.1.0] - 2026-07-14

Added

  • Automated semantic release, changelog generation, and PyPI publishing

[1.0.0] - 2026-07-14

Added

  • Test suite, coverage reporting, type checking, and contributor tooling

[0.1.1] - 2026-07-13

Fixed

  • Broken CI badge URL in README that pointed to the non-existent container.yaml workflow
  • PyPI badge switched to shields.io for reliability
  • Import errors in the invites, search, threads, and export modules caused by a non-existent output function and incorrect run_bot signature
  • All command modules now use the registry.invoke() pattern consistently

[0.1.0] - 2026-07-13

Added

  • Initial release of discordcli-agents
  • 50+ commands across 12 command groups (channels, categories, roles, members, messages, guilds, permissions, webhooks, invites, threads, search, export)
  • JSON output by default with --human flag for table output
  • Headless operation (connect, act, disconnect)
  • AI agent-friendly design with structured JSON output
  • Modular command architecture with plugin-friendly registry pattern