nomadexapp 0.2.11 → 0.2.13

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/dist/index.html CHANGED
@@ -49,7 +49,7 @@
49
49
  }
50
50
  })();
51
51
  </script>
52
- <script type="module" crossorigin src="/assets/index-Bt2yX8J-.js"></script>
52
+ <script type="module" crossorigin src="/assets/index-PxP2PEL9.js"></script>
53
53
  <link rel="modulepreload" crossorigin href="/assets/dist-DhhFPaYP.js">
54
54
  <link rel="stylesheet" crossorigin href="/assets/index-4RdQK1cC.css">
55
55
  </head>
@@ -164,9 +164,9 @@ Persisted locally:
164
164
  - selected provider in `localStorage`
165
165
  - app-owned steer history entries per thread in `localStorage`
166
166
 
167
- Stored in workspace:
167
+ Stored on disk outside the active project:
168
168
 
169
- - uploads under provider-specific upload folders such as `.codex-web/uploads`
169
+ - uploads under provider-specific Nomadex storage folders such as `~/.nomadex/uploads/codex/images`
170
170
 
171
171
  Mostly in-memory UI state:
172
172
 
package/docs/SETUP.md CHANGED
@@ -192,9 +192,9 @@ Current behavior:
192
192
 
193
193
  - images can be pasted into the composer
194
194
  - non-image files go through `Attach`
195
- - uploaded assets are written into the workspace under:
196
- - `.codex-web/uploads`
197
- - `.codex-web/uploads/files`
195
+ - uploaded assets are written outside the active project under a dedicated Nomadex storage root such as:
196
+ - `~/.nomadex/uploads/codex/images`
197
+ - `~/.nomadex/uploads/codex/files`
198
198
 
199
199
  The runtime injects file mentions into the prompt manifest so the live agent can see attached file paths consistently.
200
200
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nomadexapp",
3
- "version": "0.2.11",
3
+ "version": "0.2.13",
4
4
  "description": "Remote browser workspace for local coding agents",
5
5
  "license": "MIT",
6
6
  "type": "module",