wmdev 0.2.2 → 0.2.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.
@@ -7274,6 +7274,7 @@ function buildDockerRunArgs(opts, existingPaths, home, name, rpcSecret, rpcPort,
7274
7274
  args.push("-v", `${mainRepoDir}:${mainRepoDir}:ro`);
7275
7275
  args.push("-v", `${home}/.claude:/root/.claude`);
7276
7276
  args.push("-v", `${home}/.claude.json:/root/.claude.json`);
7277
+ args.push("-v", `${home}/.codex:/root/.codex`);
7277
7278
  const extraMountGuestPaths = new Set;
7278
7279
  if (sandboxConfig.extraMounts) {
7279
7280
  for (const mount of sandboxConfig.extraMounts) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wmdev",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Web dashboard for workmux — browser UI with embedded terminals, PR monitoring, and CI integration",
5
5
  "type": "module",
6
6
  "repository": {