Skip to content

Releases: dakolli/mininote-cli

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 18 Aug 16:27

Changelog

Bug Fixes

  • f430810 fix(cmdgen): reserve root persistent-flag shorthands to stop -t collisions

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 13:29

Changelog

Features

  • c207935 feat(cli): rename services help group to Mininote API
  • 2c9febe feat(client)!: add workspaceTemplate service, drop workspace roles
  • 2076a98 feat(config): replace single YAML config with bbolt key vault
  • 56d8857 feat(keys): replace config command with key vault command
  • f1ac404 feat(mcp): add MCP server registration for AI harnesses

Bug Fixes

  • 4a6855e fix(install): reference config add-token in install script

Maintenance & Chores

  • 8493952 chore: ignore local Makefile and internal .ignore
  • e5f3687 ci: group GoReleaser changelog by conventional commit type
  • bf2af59 ci: remove emoji titles from changelog groups

Documentation

  • d04220c docs: document MCP setup and key types in README
  • d931daa docs: document key command in README
  • 9dda61f docs: document multi-key vault auth in README
  • 3ab5dbe docs: document workspaceTemplate commands in README

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 05:04

Changelog

  • 71717d1 fix: unignore cmd/mininote/main.go in .gitignore and track entrypoint
  • 2e7074f feat: add release workflow at root with fetch-depth 0, shorthands, YAML config, and service docs
  • d91608b docs: fresh README and untrack internal AGENTS.md
  • b8f3fb3 feat: add flag shorthands, positional args, YAML config, and service docs
  • 243d084 refactor: flatten repository and simplify auth setup
  • 4a3d89d docs: add published README and keep AGENTS.md internal
  • 939cc7e refactor: remove completion and logout commands from CLI
  • bad6e19 feat: add version stamping and GoReleaser publish pipeline
  • c24c86b ci: add stale-code gate and build checks for mirror repo
  • ab43169 feat: add offline deterministic regenerate mode to gen and cmdgen
  • e54a3c9 chore: commit generated client and command tree so clean checkouts build
  • 09215cd refactor: rename module to github.com/dakolli/mininote-cli
  • e2a4f2b feat: prune generated client/CLI to key-available routes; live-capture spec on every generate
  • 9cd1782 docs: add project AGENTS.md; clarify cli/ module root for go commands
  • 240fe68 readme
  • 93926e9 readme
  • 2a1a55f chore: gitignore generated files; simplify README
  • 2077bab init