Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 951 Bytes

File metadata and controls

26 lines (19 loc) · 951 Bytes

Changelog

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

Unreleased

Added

  • gitant discussion (list, create, answer, upvote) — repository discussions.
  • gitant project (list, create; aliases kanban, board) — project boards.
  • gitant wiki (list, get, create) — repository wiki pages.

Changed

  • gitant forum now targets the daemon's /discussions endpoint (forum threads are served by discussions).
  • The legacy kanban command (now kanban-legacy) targets /projects instead of the non-existent /kanban endpoint.

v0.1.0 — 2026-05-26

Initial release.

  • Standalone gitant CLI for developers (push, pull, clone, issues, PRs, tasks, agents, webhooks)
  • git-remote-gitant git remote helper
  • gitant doctor and gitant quickstart
  • Pre-built binaries for Linux, macOS, and Windows (amd64 + arm64)
  • Install script: curl -fsSL .../scripts/install.sh | bash