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.
Files changed (2) hide show
  1. package/RELEASE_NOTES.md +20 -14
  2. 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 — Restore exact ChatGPT Store compatibility
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`, restoring managed installation while keeping artifact,
49
- signature, runtime, and version checks exact and fail-closed.
50
- - Retries gateway model-catalog body-read timeouts as readiness failures while
51
- preserving malformed-catalog failures and one shared bounded retry policy.
52
- - Prevents cooperating verbatim-relay hosts from adding external sources on
53
- every managed relay surface, including the default Claude slash command.
54
- - Preserves the original vendor-install failure and the untouched sibling app
55
- during targeted recovery, instead of replacing useful diagnostics or
56
- disturbing an otherwise healthy managed app.
57
- - Accepts the control plane's `cancelled` task progress value in `impel tasks`
58
- validation and command help.
59
- - Carries the exact-pin compatibility repair through the `0.20.46` prerelease
60
- train before stable promotion.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impel-cli",
3
- "version": "0.20.46-beta.2",
3
+ "version": "0.20.46",
4
4
  "description": "Prepare isolated Claude and Codex workspaces for every accessible Impel tenant",
5
5
  "type": "module",
6
6
  "bin": {