Skip to content

akonwi/kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

570 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kit

Kit is a TUI coding agent heavily inspired by Pi and built on top of pi-agent-core with OpenTUI.

akonwi.io/kit

Requirements

Install

From npm:

bun install --global @akonwi/kit

From a checkout:

bun install
bun run build
bun link

The packaged CLI uses the compiled binary as its non-development entry point.

Usage

kit              # resumes the most recent session for the current directory or starts a new one
kit -s abc123    # opens a specific session by ID (long or short id)
kit threads      # launches a session picker

What Kit includes

  • terminal-first coding agent workflow
  • session restore and persistence
  • slash commands, prompt commands, and skills
  • settings UI and app-owned settings
  • code review tools and diff browser

For feature details, see docs/features/.

Development

Commit messages in this repo should use Conventional Commits, preferably in the form type(scope): summary.

Run from source:

bun run dev

Build the distributed binary:

bun run build

Preview the npm package contents:

bun run pack:dry

More documentation

About

a coding agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors