claude-chats-sync 0.0.2 โ†’ 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -292,14 +292,14 @@ Contributions are welcome! Please open an issue or submit a pull request.
292
292
 
293
293
  ## ๐Ÿ“ž Support
294
294
 
295
- - ๐Ÿ“ง [Issues](https://github.com/tubo70/claude-chats-sync/issues)
296
- - ๐Ÿ“– [Documentation](https://github.com/tubo70/claude-chats-sync/wiki)
297
- - ๐Ÿ’ฌ [Discussions](https://github.com/tubo70/claude-chats-sync/discussions)
295
+ - ๐Ÿ“ง [Issues](https://github.com/tubo70/claude-chats-sync-cli/issues)
296
+ - ๐Ÿ“– [Documentation](https://github.com/tubo70/claude-chats-sync-cli/wiki)
297
+ - ๐Ÿ’ฌ [Discussions](https://github.com/tubo70/claude-chats-sync-cli/discussions)
298
298
 
299
299
  ## ๐Ÿ”— Links
300
300
 
301
301
  - [npm](https://www.npmjs.com/package/claude-chats-sync)
302
- - [GitHub](https://github.com/tubo70/claude-chats-sync)
302
+ - [GitHub](https://github.com/tubo70/claude-chats-sync-cli)
303
303
  - [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=tubo.claude-code-chats-sync)
304
304
 
305
305
  ---
package/README.zh-CN.md CHANGED
@@ -290,14 +290,14 @@ MIT - ่ฏฆ่ง [LICENSE](LICENSE) ๆ–‡ไปถ
290
290
 
291
291
  ## ๐Ÿ“ž ๆ”ฏๆŒ
292
292
 
293
- - ๐Ÿ“ง [้—ฎ้ข˜ๅ้ฆˆ](https://github.com/tubo70/claude-chats-sync/issues)
294
- - ๐Ÿ“– [ๆ–‡ๆกฃ](https://github.com/tubo70/claude-chats-sync/wiki)
295
- - ๐Ÿ’ฌ [่ฎจ่ฎบ](https://github.com/tubo70/claude-chats-sync/discussions)
293
+ - ๐Ÿ“ง [้—ฎ้ข˜ๅ้ฆˆ](https://github.com/tubo70/claude-chats-sync-cli/issues)
294
+ - ๐Ÿ“– [ๆ–‡ๆกฃ](https://github.com/tubo70/claude-chats-sync-cli/wiki)
295
+ - ๐Ÿ’ฌ [่ฎจ่ฎบ](https://github.com/tubo70/claude-chats-sync-cli/discussions)
296
296
 
297
297
  ## ๐Ÿ”— ้“พๆŽฅ
298
298
 
299
299
  - [npm](https://www.npmjs.com/package/claude-chats-sync)
300
- - [GitHub](https://github.com/tubo70/claude-chats-sync)
300
+ - [GitHub](https://github.com/tubo70/claude-chats-sync-cli)
301
301
  - [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=tubo.claude-code-chats-sync)
302
302
 
303
303
  ---
@@ -557,7 +557,7 @@ Environment Variables:
557
557
  ANTHROPIC_AUTH_TOKEN Recommended: Configure API key via env var
558
558
  ANTHROPIC_BASE_URL Optional: Third-party API endpoint
559
559
 
560
- For more information, visit: https://github.com/tubo70/claude-code-sync-extension
560
+ For more information, visit: https://github.com/tubo70/claude-chats-sync-cli
561
561
  `;
562
562
 
563
563
  console.log(help);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-chats-sync",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "Cross-platform CLI tool to sync Claude Code chat sessions to project directory",
5
5
  "main": "bin/claude-chats-sync.js",
6
6
  "bin": {
@@ -34,12 +34,12 @@
34
34
  "license": "MIT",
35
35
  "repository": {
36
36
  "type": "git",
37
- "url": "https://github.com/tubo70/claude-chats-sync.git"
37
+ "url": "https://github.com/tubo70/claude-chats-sync-cli.git"
38
38
  },
39
39
  "bugs": {
40
- "url": "https://github.com/tubo70/claude-chats-sync/issues"
40
+ "url": "https://github.com/tubo70/claude-chats-sync-cli/issues"
41
41
  },
42
- "homepage": "https://github.com/tubo70/claude-chats-sync#readme",
42
+ "homepage": "https://github.com/tubo70/claude-chats-sync-cli#readme",
43
43
  "engines": {
44
44
  "node": ">=14.0.0"
45
45
  },