tori.host 0.1.1 → 0.1.2

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/dist/cli.js +8 -0
  2. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -14826,6 +14826,14 @@ var ZoneAgentSchema = external_exports.object({
14826
14826
  zoneId: external_exports.string(),
14827
14827
  state: external_exports.enum(["active", "revoked"]),
14828
14828
  agentVersion: external_exports.string().nullable(),
14829
+ /**
14830
+ * What the control plane last told this agent to run, as recorded when it
14831
+ * answered a sync (#80). Information only — the agent never upgrades itself
14832
+ * (design-cell-agent.md §7). Null means the control plane claims no desired
14833
+ * version, which is not drift; drift is a non-null value that differs from
14834
+ * `agentVersion`.
14835
+ */
14836
+ desiredAgentVersion: external_exports.string().nullable(),
14829
14837
  /** Per pod; changes on every restart of the agent. */
14830
14838
  instanceId: external_exports.string().nullable(),
14831
14839
  keyFingerprint: external_exports.string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tori.host",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Deploy AI-generated apps to tori.host: npx tori.host",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -47,8 +47,8 @@
47
47
  "tsx": "^4.19.2",
48
48
  "vitest": "^3.0.0"
49
49
  },
50
- "gitHead": "539c6d9d5b5e4144e5171932c13309571337cc47",
50
+ "gitHead": "b8bf939883d32e75c0049d22abef97f8e742f525",
51
51
  "tori": {
52
- "commit": "539c6d9d5b5e4144e5171932c13309571337cc47"
52
+ "commit": "b8bf939883d32e75c0049d22abef97f8e742f525"
53
53
  }
54
54
  }