@lamplitisles/codex-for-love 0.4.2 → 0.5.0
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/package.json +3 -3
- package/vendor/IMPORTS.md +9 -15
- package/vendor/build/_app/immutable/assets/0.CkWBasWr.css +2 -0
- package/vendor/build/_app/immutable/chunks/{CtNIUOtb.js → BZwtE-rc.js} +3 -3
- package/vendor/build/_app/immutable/chunks/C2DTc7yw.js +3 -0
- package/vendor/build/_app/immutable/chunks/CyqZh0gB.js +1 -0
- package/vendor/build/_app/immutable/chunks/DFTMMhXH.js +1 -0
- package/vendor/build/_app/immutable/entry/app.Ci6fUWwj.js +2 -0
- package/vendor/build/_app/immutable/entry/start.DWuEW6S3.js +1 -0
- package/vendor/build/_app/immutable/nodes/0.C8SV4li-.js +1 -0
- package/vendor/build/_app/immutable/nodes/1.BQJiYb4b.js +1 -0
- package/vendor/build/_app/immutable/nodes/2.CReDueqi.js +330 -0
- package/vendor/build/_app/version.json +1 -1
- package/vendor/build/index.html +10 -9
- package/vendor/config.example.toml +3 -2
- package/vendor/runtime/cli.mjs +219 -131
- package/vendor/runtime/companion-mcp.mjs +92 -6
- package/vendor/build/_app/immutable/assets/0.DfSR8oPO.css +0 -2
- package/vendor/build/_app/immutable/chunks/BxP8U2lE.js +0 -1
- package/vendor/build/_app/immutable/chunks/CTZw3jzS.js +0 -3
- package/vendor/build/_app/immutable/entry/app.Di6q1DhK.js +0 -2
- package/vendor/build/_app/immutable/entry/start.CwKZcHfn.js +0 -1
- package/vendor/build/_app/immutable/nodes/0.PSG_XCTv.js +0 -1
- package/vendor/build/_app/immutable/nodes/1.CJlXDQ0m.js +0 -1
- package/vendor/build/_app/immutable/nodes/2.C7zq-Uwo.js +0 -327
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lamplitisles/codex-for-love",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Codex for Love standalone app-server runtime",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"README.md"
|
|
16
16
|
],
|
|
17
17
|
"optionalDependencies": {
|
|
18
|
-
"@lamplitisles/codex-for-love-linux-x64": "0.
|
|
19
|
-
"@lamplitisles/codex-for-love-darwin-arm64": "0.
|
|
18
|
+
"@lamplitisles/codex-for-love-linux-x64": "0.4.2",
|
|
19
|
+
"@lamplitisles/codex-for-love-darwin-arm64": "0.4.2"
|
|
20
20
|
},
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=24"
|
package/vendor/IMPORTS.md
CHANGED
|
@@ -125,23 +125,17 @@ removed with that runtime.
|
|
|
125
125
|
|
|
126
126
|
## Native release artifact
|
|
127
127
|
|
|
128
|
-
The Linux x64 native npm package
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
distribution artifact and preserves its native `provenance.json`, license and
|
|
134
|
-
notice. Later CFL main releases continue to pin that exact native version until
|
|
135
|
-
an explicitly reviewed binary update publishes a replacement.
|
|
128
|
+
The Linux x64 native npm package
|
|
129
|
+
`@lamplitisles/codex-for-love-linux-x64@0.4.2` contains the app-server from
|
|
130
|
+
LamplitIsles Codex fork revision `8dd81ffff6461b426c0117d6c450742deddf1d01`.
|
|
131
|
+
The main package's exact optional-dependency version is the only native-package
|
|
132
|
+
selection contract.
|
|
136
133
|
|
|
137
134
|
The macOS ARM64 package
|
|
138
|
-
`@lamplitisles/codex-for-love-darwin-arm64@0.
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
assembly identity are pinned in `release/codex-artifact-darwin-arm64.json`;
|
|
143
|
-
the identity is not a claim that a fork GitHub Release was published. The
|
|
144
|
-
package retains the same Codex Apache-2.0 license and upstream notice.
|
|
135
|
+
`@lamplitisles/codex-for-love-darwin-arm64@0.4.2` contains the app-server from
|
|
136
|
+
fork revision `0562c66e80d79830882035ddc40fa1be27aaa497` and the official Codex
|
|
137
|
+
0.154.0 ARM64 code-mode host. The package retains the same Codex Apache-2.0
|
|
138
|
+
license and upstream notice.
|
|
145
139
|
|
|
146
140
|
## npm publication workflow
|
|
147
141
|
|