monty-cli 0.1.4 → 0.1.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/monty.js +1 -0
  2. package/package.json +1 -1
package/monty.js CHANGED
@@ -324,6 +324,7 @@ async function sendPresence() {
324
324
  headers,
325
325
  body: JSON.stringify({
326
326
  user_name: config.userName || process.env.MONTY_USER || process.env.USER || "unknown",
327
+ team_id: config.teamId || process.env.MONTY_TEAM_ID || "default",
327
328
  lid_closed: detectLidClosed(),
328
329
  sessions: detectSessions(),
329
330
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monty-cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Live AI prompt feed and token leaderboard for your engineering team. Works with Claude Code and Codex CLI.",
5
5
  "license": "MIT",
6
6
  "bin": {