Skip to content

Releases: enthus-appdev/llm-cli-setup

v1.9.1

Choose a tag to compare

@Hinne1 Hinne1 released this 10 Jul 13:40
daad828

Keychain/env-aware hasOAuthCredentials() (#100): detects credentials atl resolves from the OS keychain or environment, not just config.yaml. Supports the shared enthus Atlassian OAuth app rollout — a post-rollout onboarding dev is no longer walked through creating their own OAuth app.

v1.9.0

Choose a tag to compare

@Hinne1 Hinne1 released this 29 Jun 13:24
d3f9984

Export GLOBAL_LLM_TOOLS from the package root so environment-setup can import the single LLM-target table instead of duplicating it (NX-15815, part 1).

Also relabels the sunset Gemini CLIAntigravity CLI (the .gemini/GEMINI.md target is unchanged — Antigravity reads the same file).

v1.8.0

Choose a tag to compare

@Hinne1 Hinne1 released this 25 Jun 06:55
e25b64f

NX-15814: Codex reads ~/.codex/AGENTS.md (CODEX.md is ignored by Codex). Retargets the OpenAI Codex CLI config in GLOBAL_LLM_TOOLS + SUPPORTED_TOOLS + README.

v1.7.0

Choose a tag to compare

@Hinne1 Hinne1 released this 23 Jun 08:25
b9e2f4c

Docs: refresh atl Jira docs to the atl jira namespace and add the atl jira sprint lifecycle commands (create/edit/start/close/list/move/backlog), matching atl-cli v1.8.0. (#87)

v1.6.1

Choose a tag to compare

@Hinne1 Hinne1 released this 12 Jun 05:09
ba6b3ba

Maintenance release.

  • atl jira namespace in injected Jira docs (#83)
  • dependabot: inquirer 13.4.2→14.0.2, eslint 10.3.0→10.4.1, prettier 3.8.3→3.8.4

Publishes to GitHub Packages via publish.yml.

v1.6.0 - Hetzner Cloud CLI (hcloud)

Choose a tag to compare

@Hinne1 Hinne1 released this 12 May 08:07
16f47fb

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

Choose a tag to compare

@Hinne1 Hinne1 released this 12 May 06:05
f167719

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

Choose a tag to compare

@Hinne1 Hinne1 released this 24 Mar 11:33
aed08f4

Documentation

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

v1.4.0

Choose a tag to compare

@Hinne1 Hinne1 released this 06 Mar 07:16
ed0ed52

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

Choose a tag to compare

@Hinne1 Hinne1 released this 05 Mar 15:43
5af6ce1

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