impel-cli 0.20.46-beta.2 → 0.20.46
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/RELEASE_NOTES.md +20 -14
- package/package.json +1 -1
package/RELEASE_NOTES.md
CHANGED
|
@@ -41,23 +41,29 @@
|
|
|
41
41
|
reviewed tree to stable `0.20.46` only after the session endpoint is deployed
|
|
42
42
|
and the isolated pinned-app launch smoke passes.
|
|
43
43
|
|
|
44
|
-
## 0.20.46 —
|
|
44
|
+
## 0.20.46 — Ship hardened managed apps and the embedded Tasks board
|
|
45
45
|
|
|
46
|
+
- Promotes the tested `0.20.46-beta.2` tree without changing its managed
|
|
47
|
+
profile or bundle fingerprints.
|
|
46
48
|
- Updates the coordinated reviewed ChatGPT pin to desktop `26.803.81509`,
|
|
47
49
|
embedded Codex `0.147.0-alpha.6.6`, and Windows Store package
|
|
48
|
-
`26.803.10989.0`,
|
|
49
|
-
|
|
50
|
-
-
|
|
51
|
-
|
|
52
|
-
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
50
|
+
`26.803.10989.0`, keeping artifact, signature, runtime, and version checks
|
|
51
|
+
exact and fail-closed.
|
|
52
|
+
- Embeds the authenticated canonical Impel Tasks board in managed macOS Claude
|
|
53
|
+
and ChatGPT apps through a sandboxed, tenant-isolated web view while retaining
|
|
54
|
+
tenant-bound headless Tasks tools on Windows and in both CLIs.
|
|
55
|
+
- Closes every running managed macOS app before rewriting its profile and Tasks
|
|
56
|
+
preloads, then reopens only the exact managed launchers the update closed;
|
|
57
|
+
current bundles still avoid unnecessary rebuilds.
|
|
58
|
+
- Uses a code-mode-compatible Codex model for explicit tenant-agent adapters
|
|
59
|
+
and refreshes existing generated adapters through the managed-agent manifest.
|
|
60
|
+
- Keeps Tasks cold starts and the native navigation fallback reliable, permits
|
|
61
|
+
only the reviewed GitHub avatar origin, and gives reasoning-capable Claude
|
|
62
|
+
doctor probes enough output budget with actionable non-terminal stop reasons.
|
|
63
|
+
- Retries gateway model-catalog body-read timeouts as readiness failures,
|
|
64
|
+
preserves original targeted-recovery diagnostics and healthy sibling apps,
|
|
65
|
+
prevents external-source additions on managed verbatim-relay surfaces, and
|
|
66
|
+
accepts the control plane's `cancelled` task progress value.
|
|
61
67
|
|
|
62
68
|
## 0.20.41 — Windows onboarding: converge over an already-installed Store ChatGPT
|
|
63
69
|
|