aicodeswitch 1.3.8 → 1.3.9

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.
Files changed (2) hide show
  1. package/bin/restore.js +1 -1
  2. package/package.json +1 -1
package/bin/restore.js CHANGED
@@ -220,7 +220,7 @@ const restore = async () => {
220
220
 
221
221
  console.log('');
222
222
  console.log(chalk.cyan('💡 Tips:\n'));
223
- console.log(chalk.white(' • Write config: ') + chalk.cyan('aicos write-config [target]'));
223
+ console.log(chalk.white(' • Restart server: ') + chalk.cyan('aicos restart'));
224
224
  console.log(chalk.white(' • Start server: ') + chalk.cyan('aicos start'));
225
225
  console.log('\n');
226
226
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aicodeswitch",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "A tool to help you manage AI programming tools to access large language models locally. It allows your Claude Code, Codex and other tools to no longer be limited to official models.",
5
5
  "author": "tangshuang",
6
6
  "license": "GPL-3.0",