Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneCode .NET

A production-grade CLI AI coding assistant built on .NET 10, featuring a Terminal.Gui v2 full-screen TUI, the Microsoft Agent Framework (MAF) orchestration pipeline, and a Hyperlight sandbox.

Highlights

  • Four working modes — BUILD / PLAN / TEAM / GOAL, switchable with Tab
  • 44 slash commands · 30 built-in tools — file ops, LSP, web, agents, cron, Git worktree, MCP
  • Safety-first execution — 9 permission modes, command classifiers, hooks, editable transactions
  • Cross-platform — self-contained single-file binaries for Windows / Linux / macOS (x64 + ARM64)

Install

Windows (PowerShell)

irm https://raw.githubusercontent.com/X2Agent/OneCode/main/scripts/install.ps1 | iex

Linux / macOS

curl -fsSL https://raw.githubusercontent.com/X2Agent/OneCode/main/scripts/install.sh | bash

Quick start

onecode                        # launch the interactive TUI (BUILD mode)
onecode "fix the CSS bug"      # start with an initial prompt
onecode --version

Documentation

Full documentation is maintained in README_CN.md (Chinese) and the docs/ directory — commands reference, settings reference, skills guide, keybindings, ADRs, and design plans.

License

The contents of this repository are provided for technical research and educational purposes only. See README_CN.md for the full disclaimer.

About

基于 .NET 10 的生产级 CLI AI 编程助手:Terminal.Gui v2 全屏 TUI + Microsoft Agent Framework 编排管道,BUILD / PLAN / TEAM / GOAL 四种工作模式,集成 MCP / LSP 与 Hyperlight 沙箱,跨平台单文件发布。

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages