1
Feature Story
GitHub - dnakov/anon-kode: koding with any LLMs
Mar 04, 2025 · github.comThe development of ANON KODE employs GitHub Actions for its CI/CD workflow, which automates versioning, building, and publishing processes. The release workflow can be triggered manually from the GitHub Actions tab, where users can select the version type—patch, minor, or major. The workflow will then update the version in `package.json`, build the project, commit changes, create a tag, and publish it to npm. To execute a release, users need to ensure the `NPM_TOKEN` secret is set in the repository settings.
Key takeaways
- ANON KODE is a terminal-based AI coding tool that can fix code, explain functions, run tests, and more.
- To use ANON KODE, install it globally via npm and configure it with your project.
- The project uses GitHub Actions for automated versioning, building, and publishing.
- Releasing a new version requires manual triggering of the workflow and setting an NPM_TOKEN secret.