agentosity 0.3.2 → 0.3.3
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/package.json +1 -1
- package/src/index.js +1 -0
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -104,6 +104,7 @@ async function init(companyArg) {
|
|
|
104
104
|
|
|
105
105
|
console.log(`
|
|
106
106
|
✅ 完成。从现在起,新开的 Agent 会话会自动考勤——模型零参与,只上报时长,不读任何内容。
|
|
107
|
+
⚠️ 桌面 App(Codex App / Cursor / Windsurf 等)要完全退出重开一次才会加载配置。
|
|
107
108
|
已开着的老会话不会被追踪(配置只对新会话生效),要收编它们:npx agentosity radar
|
|
108
109
|
|
|
109
110
|
看榜:${apiBase()}/agents`);
|