gencode

command module
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2026 License: MIT Imports: 15 Imported by: 0

README

GenCode

Open-source AI coding assistant for the terminal, written in Go.

Install

go install github.com/yanmxa/gencode@latest
Other methods

Binary

OS=$(uname -s | tr '[:upper:]' '[:lower:]')
ARCH=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/')
curl -sL "https://github.com/yanmxa/gencode/releases/latest/download/gen_${OS}_${ARCH}.tar.gz" | tar xz
sudo mv gen_* /usr/local/bin/gen

From Source

git clone https://github.com/yanmxa/gencode.git
cd gencode && make install

Features

  • Multi-provider support — Anthropic, OpenAI, Google Gemini, and more
  • Built-in tools — Read, Write, Edit, Bash, Glob, Grep, WebFetch, WebSearch
  • Flexible context — Manage models, tools, and skills at runtime

Usage

gen                        # Interactive mode
gen "explain this code"    # Non-interactive mode

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
config
Package config provides multi-level settings management for GenCode.
Package config provides multi-level settings management for GenCode.
log
plan
Package plan provides plan mode functionality for GenCode.
Package plan provides plan mode functionality for GenCode.
skill
Package skill provides skill management for GenCode.
Package skill provides skill management for GenCode.
system
Package system provides system prompt construction for GenCode.
Package system provides system prompt construction for GenCode.
tui

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL