vibekit-agent 1.0.12 → 1.0.13

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/dist/agent.js CHANGED
@@ -694,7 +694,7 @@ class AgentClient {
694
694
  type: 'auth',
695
695
  payload: {
696
696
  token,
697
- agentVersion: '1.0.12',
697
+ agentVersion: '1.0.13',
698
698
  platform: os.platform(),
699
699
  workingDirectory: this.workingDirectory,
700
700
  },
package/dist/index.js CHANGED
@@ -42,7 +42,7 @@ const program = new commander_1.Command();
42
42
  program
43
43
  .name('vibekit-agent')
44
44
  .description('Control your local Claude Code via iOS or Telegram')
45
- .version('1.0.12');
45
+ .version('1.0.13');
46
46
  program
47
47
  .command('link')
48
48
  .description('Link this computer to your iPhone or Telegram account')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibekit-agent",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Control your local Claude Code via Telegram",
5
5
  "main": "dist/index.js",
6
6
  "bin": {