@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.
@@ -1 +1 @@
1
- {"version":"1789633167994"}
1
+ {"version":"1789828770771"}
@@ -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('lamplitisles.companion.appearance');var language=localStorage.getItem('lamplitisles.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.CwKZcHfn.js" rel="modulepreload">
4
- <link href="/_app/immutable/chunks/BxP8U2lE.js" rel="modulepreload">
5
- <link href="/_app/immutable/chunks/CTZw3jzS.js" rel="modulepreload">
6
- <link href="/_app/immutable/entry/app.Di6q1DhK.js" rel="modulepreload">
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.PSG_XCTv.js" rel="modulepreload">
10
+ <link href="/_app/immutable/nodes/0.C8SV4li-.js" rel="modulepreload">
10
11
 
11
- <link href="/_app/immutable/assets/0.DfSR8oPO.css" rel="stylesheet"></head>
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
- __sveltekit_2pnxow = {
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.CwKZcHfn.js"),
23
- import("/_app/immutable/entry/app.Di6q1DhK.js")
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 and verifies its matching standalone app-server.
20
- # A checkout configuration may set command to a verified codex-app-server path.
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.