@ayoxx/kundex
v1.0.0
Published
Kundex — a terminal-based AI coding agent CLI and SDK, powered by Groq.
Readme
Kundex CLI & SDK
The Kundex terminal AI coding agent — usable as a global CLI (kundex) or as
an SDK (import { ... } from "@ayoxx/kundex").
Install
npm install -g @ayoxx/kundexUsage
kundex login # store your kdx_live_... API key
kundex # start an interactive agent sessionPublishing (maintainers)
This export ships a GitHub Actions workflow at
.github/workflows/publish-cli.yml that publishes to npm whenever you push a
git tag matching cli-v* (e.g. cli-v0.2.0):
- Push this directory to a GitHub repo.
- In the repo's Settings > Secrets and variables > Actions, add an
NPM_TOKENsecret (an npm automation token with publish rights). - Bump
versioninpackage.json, commit, then:git tag cli-v0.2.0 git push origin cli-v0.2.0 - The workflow installs dependencies, type-checks, and runs
npm publish.
Update the repository field in package.json to point at your repo before
publishing.
