Skip to content

Releases: znlnzi/claude-config-studio

v0.8.0

Choose a tag to compare

@znlnzi znlnzi released this 02 Mar 02:55

What's New

Testing & Quality

  • 153 handler unit tests across 7 test files covering memory, config, extension, hooks, template, resource, and provider handlers
  • CI now runs cmd/mcp-server/ tests alongside internal/... tests

Documentation

  • Mermaid architecture diagrams in both README.md and README.zh-CN.md
  • GoDoc package comments for internal/luoshu, internal/exporter, internal/claude, internal/evolve

Engineering

  • Version injection via ldflags from npm/package.json (single source of truth)
  • Refactored main.go: tool builders and handlers moved to dedicated files
  • Fixed Go version in CONTRIBUTING.md, added npm author/homepage fields

Install

npm install -g claude-config-mcp

Full Changelog: https://github.com/znlnzi/claude-config-studio/blob/main/CHANGELOG.md

Full Changelog: v0.7.1...v0.8.0

v0.7.1 — Initial Open Source Release

Choose a tag to compare

@znlnzi znlnzi released this 28 Feb 17:18

Claude Config MCP v0.7.1

First public release of the MCP Server for Claude Code configuration management.

Features

  • Configuration Management — Global and project-level Claude Code settings (.claude/, settings.json, .mcp.json)
  • Template System — Built-in templates (hackathon-core, cross-session-memory, solo-full, etc.) with one-click install
  • Extension Management — Agents, rules, skills, and commands CRUD
  • Hooks Management — Configure Claude Code hooks (PreToolUse, PostToolUse, SessionStart, Stop, etc.)
  • Rules Evolution — Analyze rules for duplicates, missing coverage, and health issues
  • Luoshu (洛书) Intelligent Memory — Cross-session memory with semantic search, auto-extraction, and LLM-powered recall
  • OpenViking Semantic Search — Vector-based search over memory and rules files with automatic indexing

Install

npx claude-config-mcp@latest

Links

Full Changelog: https://github.com/znlnzi/claude-config-studio/commits/v0.7.1