@csdwd/ai-teams-agent 0.1.3 → 0.2.0

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1059,7 +1059,7 @@ var isCli = process.argv[1] && fs5.realpathSync(process.argv[1]) === fileURLToPa
1059
1059
  if (isCli) {
1060
1060
  const args = process.argv.slice(2);
1061
1061
  if (args.includes("--version") || args.includes("-v")) {
1062
- console.log("0.1.4");
1062
+ console.log("0.2.0");
1063
1063
  process.exit(0);
1064
1064
  }
1065
1065
  if (args.includes("--help") || args.includes("-h")) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@csdwd/ai-teams-agent",
3
- "version": "0.1.3",
3
+ "version": "0.2.0",
4
4
  "description": "AI Teams agent — connects to server via WebSocket, spawns Claude CLI to execute tasks",
5
5
  "type": "module",
6
6
  "bin": {