tabminal 3.0.13 → 3.0.14

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/AGENTS.md CHANGED
@@ -135,7 +135,12 @@ Relevant code:
135
135
 
136
136
  ### 2.9 Runtime version and PWA coherence
137
137
 
138
+ - Backend exposes unauthenticated `GET /api/version` for bootstrap versioning.
138
139
  - Backend heartbeat returns runtime boot id.
140
+ - `index.html` must fetch `/api/version` before choosing app-shell asset
141
+ versions.
142
+ - Version bootstrap currently uses a `3s` timeout; timeout/error may fall back
143
+ to the last stored boot id, then to a cold key.
139
144
  - Frontend appends `?rt=<bootId>` and reloads on runtime change.
140
145
  - `index.html` versions `styles.css` and `app.js` with runtime key.
141
146
  - Service worker is versioned the same way.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabminal",
3
- "version": "3.0.13",
3
+ "version": "3.0.14",
4
4
  "description": "Tab(ter)minal, a Cloud-Native terminal and ACP agent workspace for desktop, tablet, and phone.",
5
5
  "type": "module",
6
6
  "bin": {