Skip to content

Releases: ysyecust/codeboard

v0.2.0 — MCP Server

06 Mar 23:57

Choose a tag to compare

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

Other

  • Project cover image (SVG)
  • Version sync pre-commit hook
  • PyPI auto-publish via GitHub Actions (Trusted Publisher)

v0.1.1

06 Mar 23:14

Choose a tag to compare

Test automated PyPI publishing via GitHub Actions (Trusted Publisher).

v0.1.0 — Initial Release

06 Mar 11:51

Choose a tag to compare

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 opspull, push, commit, stash
  • lazygit integrationopen, 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