Releases: ysyecust/codeboard
Releases · ysyecust/codeboard
v0.2.0 — MCP Server
New
- MCP Server (
cb mcp) — Run codeboard as an MCP server for AI assistants (Claude Code, Cursor, etc.)- 6 tools:
list_repos,repo_status,health_check,recent_activity,repo_detail,search_code - Pure stdio JSON-RPC 2.0, zero extra dependencies
- AI can now query all your repo status, search code, and check health directly
- 6 tools:
Other
- Project cover image (SVG)
- Version sync pre-commit hook
- PyPI auto-publish via GitHub Actions (Trusted Publisher)
v0.1.1
v0.1.0 — Initial Release
CodeBoard v0.1.0
Git repository dashboard for your local codebase.
Features
- Dashboard — Overview of all repos: branch, last commit, dirty status, language, remote
- Activity — Cross-repo commit timeline
- Health — Find uncommitted changes, unpushed commits, repos behind remote, inactive repos
- Detail — Deep dive into a single repo: contributors, languages, recent commits
- Stats — Aggregate statistics: language distribution, weekly top, remote distribution
- Grep — Search code across all repos (regex)
- Batch ops —
pull,push,commit,stash - lazygit integration —
open,dirty,each - Doc — Generate Obsidian project documentation
- Graph — Code graph analysis via GitNexus (9 subcommands)
Infrastructure
- Full i18n: English + Chinese (166 keys), auto-detect or
--lang - Config:
~/.config/codeboard/config.toml - Shell completion: bash / zsh / fish
- 42 unit tests, GitHub Actions CI (Python 3.11–3.13, ubuntu + macos)
- MIT License
Install
pip install git+https://github.com/ysyecust/codemaster.git