adhdev 0.9.76-rc.21 → 0.9.76-rc.22

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.76-rc.21",
3
+ "version": "0.9.76-rc.22",
4
4
  "description": "ADHDev — Agent Dashboard Hub for Dev. Remote-control AI coding agents from anywhere.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -47,7 +47,7 @@
47
47
  "node": ">=18"
48
48
  },
49
49
  "dependencies": {
50
- "@adhdev/daemon-core": "0.9.76-rc.21",
50
+ "@adhdev/daemon-core": "0.9.76-rc.22",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",
@@ -1716,7 +1716,8 @@ async function meshCheckpoint(ctx, args) {
1716
1716
  if (isLocalTransport(ctx.transport)) {
1717
1717
  const result = await commandForNode(ctx, node, "git_checkpoint", {
1718
1718
  workspace: node.workspace,
1719
- message: args.message
1719
+ message: args.message,
1720
+ includeUntracked: true
1720
1721
  });
1721
1722
  return JSON.stringify(result, null, 2);
1722
1723
  } else {