Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/four-dogs-fold10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nicepkg/vsync": patch
---

release first version 10
51 changes: 46 additions & 5 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,53 @@
{
"name": "@nicepkg/vsync",
"version": "1.0.6",
"description": "CLI for vsync - AI coding tool config synchronizer",
"description": "Sync MCP servers, Skills, Agents & Commands across Claude Code, Cursor, OpenCode, Codex. One config, all tools.",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/nicepkg/vsync.git"
},
"homepage": "https://github.com/nicepkg/vsync#readme",
"bugs": {
"url": "https://github.com/nicepkg/vsync/issues"
},
"license": "MIT",
"keywords": [
"ai",
"ai-coding",
"ai-tools",
"ai-assistant",
"claude",
"claude-code",
"cursor",
"opencode",
"codex",
"mcp",
"mcp-server",
"mcp-servers",
"config",
"config-sync",
"configuration",
"sync",
"synchronize",
"cli",
"devtools",
"developer-tools",
"productivity",
"skills",
"agents",
"commands",
"ide",
"vscode",
"copilot",
"coding-assistant",
"automation"
],
"author": {
"name": "Jinming Yang",
"email": "2214962083@qq.com",
"url": "https://github.com/2214962083"
},
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -49,9 +94,5 @@
"typescript-eslint": "^8.53.1",
"vitest": "^4.0.18",
"zod": "^4.3.6"
},
"engines": {
"node": ">=24.0.0",
"pnpm": ">=10.0.0"
}
}
Loading