@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"
|
|
1
|
+
{"version":"1789828770771"}
|
package/vendor/build/index.html
CHANGED
|
@@ -1,26 +1,27 @@
|
|
|
1
1
|
<!doctype html>
|
|
2
2
|
<html lang="en" data-theme="sticker-messenger">
|
|
3
|
-
<head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" /><script>(function(){try{var appearance=localStorage.getItem('
|
|
4
|
-
<link href="/_app/immutable/chunks/
|
|
5
|
-
<link href="/_app/immutable/chunks/
|
|
6
|
-
<link href="/_app/immutable/
|
|
3
|
+
<head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" /><script>(function(){try{var appearance=localStorage.getItem('her.companion.appearance');var language=localStorage.getItem('her.companion.language');var systemDark=matchMedia('(prefers-color-scheme: dark)').matches;var dark=appearance==='dark'||(appearance!=='light'&&systemDark);document.documentElement.dataset.theme=dark?'night-voyage':'sticker-messenger';document.documentElement.lang=language==='zh'?'zh-Hans':'en'}catch(_){var systemDark=matchMedia('(prefers-color-scheme: dark)').matches;document.documentElement.dataset.theme=systemDark?'night-voyage':'sticker-messenger'}})();</script><link href="/_app/immutable/entry/start.DWuEW6S3.js" rel="modulepreload">
|
|
4
|
+
<link href="/_app/immutable/chunks/DFTMMhXH.js" rel="modulepreload">
|
|
5
|
+
<link href="/_app/immutable/chunks/C2DTc7yw.js" rel="modulepreload">
|
|
6
|
+
<link href="/_app/immutable/chunks/CyqZh0gB.js" rel="modulepreload">
|
|
7
|
+
<link href="/_app/immutable/entry/app.Ci6fUWwj.js" rel="modulepreload">
|
|
7
8
|
<link href="/_app/immutable/chunks/uBIymjUX.js" rel="modulepreload">
|
|
8
9
|
<link href="/_app/immutable/chunks/xihTtKlq.js" rel="modulepreload">
|
|
9
|
-
<link href="/_app/immutable/nodes/0.
|
|
10
|
+
<link href="/_app/immutable/nodes/0.C8SV4li-.js" rel="modulepreload">
|
|
10
11
|
|
|
11
|
-
<link href="/_app/immutable/assets/0.
|
|
12
|
+
<link href="/_app/immutable/assets/0.CkWBasWr.css" rel="stylesheet"></head>
|
|
12
13
|
<body data-sveltekit-preload-data="hover"><div style="display: contents">
|
|
13
14
|
<script>
|
|
14
15
|
{
|
|
15
|
-
|
|
16
|
+
__sveltekit_17ylz81 = {
|
|
16
17
|
base: ""
|
|
17
18
|
};
|
|
18
19
|
|
|
19
20
|
const element = document.currentScript.parentElement;
|
|
20
21
|
|
|
21
22
|
Promise.all([
|
|
22
|
-
import("/_app/immutable/entry/start.
|
|
23
|
-
import("/_app/immutable/entry/app.
|
|
23
|
+
import("/_app/immutable/entry/start.DWuEW6S3.js"),
|
|
24
|
+
import("/_app/immutable/entry/app.Ci6fUWwj.js")
|
|
24
25
|
]).then(([kit, app]) => {
|
|
25
26
|
kit.start(app, element);
|
|
26
27
|
});
|
|
@@ -16,8 +16,9 @@ user = "./workspace/.lamplit/profile/user-avatar.png"
|
|
|
16
16
|
|
|
17
17
|
[codex]
|
|
18
18
|
model = "gpt-5.6-luna"
|
|
19
|
-
# The installed launcher selects
|
|
20
|
-
# A checkout configuration may set
|
|
19
|
+
# The installed launcher selects its matching standalone app-server from its
|
|
20
|
+
# exact main-package native dependency pin. A checkout configuration may set
|
|
21
|
+
# command to a direct codex-app-server path.
|
|
21
22
|
# local_compaction = true
|
|
22
23
|
# Number of newest complete text rounds included only after compaction. The
|
|
23
24
|
# default is 10; the 4,000-token soft budget can select fewer long rounds.
|