Skip to content

Releases: enthus-appdev/llm-cli-setup

v1.6.0 - Hetzner Cloud CLI (hcloud)

12 May 08:07
16f47fb

Choose a tag to compare

What's new

  • Adds Hetzner Cloud CLI (hcloud) as a supported tool (#77)
  • Installer wraps `brew install hcloud` and the native `hcloud context create` flow for API-token entry
  • New `cli-hcloud.md` reference doc covering context management, servers/volumes/networks/firewalls, output formatting, and a destructive-op safety rule
  • Standalone CLI flags: `--hcloud` and the full-setup step counter bumped from `[N/11]` to `[N/12]`
  • Library: `configureHcloudCli`, `isHcloudInstalled`, `isHcloudConfigured`, `getHcloudActiveContext` exported from `@enthus-appdev/llm-cli-setup`

Consuming projects on `^1.5.0` will pick this up automatically on `npm install`.

v1.5.0

12 May 06:05
f167719

Choose a tag to compare

Documentation

  • Expand cli-atl with typed custom-field shapes (--field vs --field-file), Markdown→ADF converter hang traps, mention syntax (@[] vs [~]), Service Desk comment de-duplication, and Jira v3 API notes (#76)
  • Fill in cli-gh (was a placeholder): PR line comments via the reviews endpoint, diff-hunk to new-file line-number mapping with a python parser, listing/deleting wrong comments (#76)
  • Add atl issue link --list and --delete already shipped in v1.4.1 — included for completeness

Maintenance

  • Address CodeQL security alerts (#70)
  • Bump inquirer, eslint, prettier

v1.4.1

24 Mar 11:33
aed08f4

Choose a tag to compare

Documentation

  • Add atl issue link --list and --delete to CLI docs

v1.4.0

06 Mar 07:16
ed0ed52

Choose a tag to compare

What's Changed

  • Move CLI documentation from inline CLAUDE.md/GEMINI.md/CODEX.md injection (~28KB) to individual docs/ files (cli-*.md)
  • Inject a slim routing table (~1.5KB) instead of full reference docs
  • Remove interactive doc selection prompt from configureLlmTools() (no context cost with docs/ files)
  • Export CLI_DOCS map for consuming packages

Context reduction: ~28KB always-loaded → ~1.5KB always-loaded, with ~28KB available on-demand in 9 doc files.

v1.3.0

05 Mar 15:43
5af6ce1

Choose a tag to compare

What's Changed

  • Fix incorrect documentation claiming comments are plain text only — they support full Markdown→ADF
  • Add @[Display Name] and @[id:accountId] mention syntax to CLI tools documentation
  • Add --body-file recommendation for complex content

Companion release: atl-cli v1.2.0

v1.2.0

28 Feb 09:17
ffb5699

Choose a tag to compare

What's New

  • Playwright browser automation — new CLI tool for headless browser screenshots, PDF generation, network capture, and web testing (#47)
    • Installer: npm install -g playwright + npx playwright install chromium
    • Status checks: isPlaywrightInstalled(), isPlaywrightConfigured(), getPlaywrightVersion()
    • Menu entry, --playwright flag, full setup step
    • LLM documentation: CLI commands, programmatic API with httpCredentials and cookie injection, HAR capture

v1.1.2

20 Feb 10:46
576b3c7

Choose a tag to compare

What's Changed

  • feat: publish to GitHub Packages on release creation by @fank in #39
  • chore(deps-dev): bump minimatch from 10.1.2 to 10.2.2 by @dependabot[bot] in #38

Consumer setup

Consumers need a .npmrc with:

@enthus-appdev:registry=https://npm.pkg.github.com

Full Changelog: v1.1.1...v1.1.2

v1.1.1

20 Feb 10:25
b006652

Choose a tag to compare

What's Changed

  • chore: remove "Available commands" summary from setup output by @ravor-x in #32
  • feat: wire logcli installer into library entry point by @fank in #34
  • feat: add atl context switching docs to LLM tools documentation by @fank in #33
  • fix: harden logcli installer against command injection by @fank in #35
  • feat: replace hook support and export installDiscordctl by @ravor-x in #36
  • chore: bump version to 1.1.1 by @fank in #37

Full Changelog: v1.1.0...v1.1.1

v1.1.0

18 Feb 07:29
01d2905

Choose a tag to compare

What's New

  • n8nctl variable management docs — Added Variables section with list, get, create, update, delete examples including --value flag for shell-special characters
  • n8nctl webhook trigger docs — Added --webhook and --method flag examples for workflow run
  • Alias update — Added var alias to tips section
  • Expanded atl CLI docs — Added missing commands for Jira and Confluence