agentosity 0.3.4 → 0.3.5

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/package.json +1 -1
  2. package/src/index.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentosity",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Agentosity — AI-native is a number now. Automatic attendance for your AI agents (stdio MCP lifecycle + activity probes) + human clock-out CLI.",
5
5
  "type": "module",
6
6
  "bin": {
package/src/index.js CHANGED
@@ -148,7 +148,7 @@ async function installMenubarApp() {
148
148
 
149
149
  if (existsSync("/Applications/Agentosity.app")) {
150
150
  sh("open", ["-g", "-a", "Agentosity"]);
151
- console.log("\n✓ 菜单栏 App 已安装并带起(登录状态与命令行共享)");
151
+ console.log("\n✓ 菜单栏 App 已安装并带起(看右上角菜单栏 ⚡/🤖 图标;登录状态与命令行共享)");
152
152
  return;
153
153
  }
154
154
  console.log("\n⬇️ 安装菜单栏 App(实时看板 + 进程雷达,正在跑的 Agent 免重启收编)…");
@@ -163,7 +163,7 @@ async function installMenubarApp() {
163
163
  sh("hdiutil", ["detach", "-quiet", mount]);
164
164
  if (cp.status !== 0) return console.log(" 拷贝失败(/Applications 无写权限?),跳过。\n" + fallback);
165
165
  sh("open", ["-g", "-a", "Agentosity"]);
166
- console.log("✅ 菜单栏 App 已装进 /Applications 并启动,登录状态自动同步(首次打开若系统弹确认,点「打开」)");
166
+ console.log("✅ 菜单栏 App 已装进 /Applications 并启动 —— 它没有窗口,看屏幕右上角菜单栏的 ⚡/🤖 图标(首次打开若系统弹确认,点「打开」)");
167
167
  }
168
168
 
169
169
  async function openBrowser(url) {