gestalt-mobile 0.17.1 → 0.17.3
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/README.md +4 -1
- package/dist/client/assets/{index-DgD-0I3M.js → index-Ba_4zoY1.js} +4 -4
- package/dist/client/index.html +1 -1
- package/dist/server/server/composition.js +41 -10
- package/dist/server/server/features/sessions/respond-interaction/endpoint.js +15 -2
- package/dist/server/server/features/skills/model/skill-profile.js +33 -2
- package/dist/server/server/platform/codex/server-request.js +9 -0
- package/dist/server/server/platform/codex/session-runtime.js +24 -15
- package/dist/server/server/platform/persistence/sqlite-pending-interaction-store.js +12 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -50,7 +50,10 @@ skill paths without starting the server. Without `--skills`, a workspace
|
|
|
50
50
|
`gestalt-skills.yml` is used when present; otherwise Codex-native selection is
|
|
51
51
|
preserved. Explicit profiles take precedence over project defaults, which take
|
|
52
52
|
precedence over native configuration. Gestalt Mobile never rewrites Codex
|
|
53
|
-
configuration or skill files.
|
|
53
|
+
configuration or skill files. Exact skill paths remain authoritative, while
|
|
54
|
+
paths inside Codex's versioned plugin cache are rebound to the currently
|
|
55
|
+
discovered plugin version when their marketplace, plugin, and skill-relative
|
|
56
|
+
path still match.
|
|
54
57
|
|
|
55
58
|
## Themes
|
|
56
59
|
|