Releases: workromancer/clsync
Releases Β· workromancer/clsync
0.2.3
v0.2.3
β¨ New Features
clsync pushcommand - Push your settings to a GitHub repository# Push from local staging (~/.clsync/local) clsync push owner/my-claude-settings # Push from user scope (~/.claude) clsync push -s user owner/my-settings # Push from project scope (.claude) clsync push -s project owner/my-settings # With custom commit message clsync push -m "Add new skill" owner/repo
Full Changelog: 0.2.2...0.2.3
0.2.2
v0.2.2
π Bug Fixes
- Fixed MCP tool parameter passing issue - Migrated from deprecated
server.tool()toserver.registerTool()with Zod schemas, resolving the"Error: 'name' parameter is required"error that occurred even when parameters were provided - MCP SDK 1.25.x compatibility -
inputSchemanow correctly includespropertiesandrequiredfields, allowing Claude Code to properly recognize tool parameters
β¨ Improvements
- Default scope changed to project -
create_skillandcreate_subagentnow default to project scope (.claude/) instead of user scope (~/.claude/). To create globally, explicitly specifyscope: "user"
π¦ Technical Changes
- Migrated all 19 MCP tools to Zod schema-based
registerToolAPI - Removed manual parameter validation code (now handled automatically by Zod)
- Leveraged existing Zod dependency from MCP SDK
Full Changelog: v0.2.1...v0.2.2
0.2.1
Full Changelog: 0.2.0...0.2.1
π clsync v0.2.0 - First Stable Release
Claude Code Environment Syncer - Sync your Claude Code settings across machines
β¨ Features
π₯οΈ Interactive CLI
- Full-screen terminal mode (alternate screen buffer)
- Numeric menu selection for quick navigation
- Responsive UI (Full/Compact/Minimal modes based on terminal width)
π Browse Online Repositories
- Discover curated Claude Code settings from the community
- One-click pull from online repository registry
- Seamless integration with pulled repositories browser
π¦ Core Sync Features
- Stage settings from
~/.claudeor.claudeto staging area - Apply settings to user or project scope
- Pull repositories from GitHub
- Promote/Demote settings between user and project scopes
π§ MCP Server
- Full MCP (Model Context Protocol) integration
- Use with Claude Desktop or any MCP-compatible client
- 15+ tools for managing Claude Code settings
π Links
- Homepage: https://clsync.lovable.app/
- GitHub: https://github.com/workromancer/clsync
- npm: https://www.npmjs.com/package/clsync
π¦ Installation
npm install -g clsync