Sign up to save tools and stay up to date with the latest in AI
bg
bg
1

GitHub - dnakov/anon-kode: koding with any LLMs

Mar 04, 2025 - github.com
ANON KODE is a terminal-based AI coding tool designed to assist with various coding tasks by utilizing models that support the OpenAI-style API. It can fix spaghetti code, explain functions, run tests, and perform other tasks similar to what Claude-code can do, depending on the model used. To use ANON KODE, install it globally via npm, navigate to your project directory, and run the command `kode`. Initial setup requires configuration, but afterward, users can start coding immediately. The tool comes with a warning to use at one's own risk, and it ensures user privacy by removing all telemetry data.

The 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.
View Full Article

Comments (0)

Be the first to comment!