@lamplitisles/codex-for-love 0.3.0 → 0.4.1

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":"1789539874385"}
1
+ {"version":"1789562160506"}
@@ -1,25 +1,26 @@
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" /><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.BmMe00-v.js" rel="modulepreload">
4
- <link href="/_app/immutable/chunks/utqCDLTs.js" rel="modulepreload">
5
- <link href="/_app/immutable/chunks/DtqGwW3l.js" rel="modulepreload">
6
- <link href="/_app/immutable/entry/app.BbmlpP2X.js" rel="modulepreload">
3
+ <head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><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.C7zzoZ2c.js" rel="modulepreload">
4
+ <link href="/_app/immutable/chunks/Bg1Ry2sd.js" rel="modulepreload">
5
+ <link href="/_app/immutable/chunks/CTZw3jzS.js" rel="modulepreload">
6
+ <link href="/_app/immutable/entry/app.CAV4mc4Y.js" rel="modulepreload">
7
+ <link href="/_app/immutable/chunks/uBIymjUX.js" rel="modulepreload">
7
8
  <link href="/_app/immutable/chunks/xihTtKlq.js" rel="modulepreload">
8
- <link href="/_app/immutable/nodes/0.Wk08-krq.js" rel="modulepreload">
9
+ <link href="/_app/immutable/nodes/0.sNCrAP8k.js" rel="modulepreload">
9
10
 
10
- <link href="/_app/immutable/assets/0.D3rCUG9u.css" rel="stylesheet"></head>
11
+ <link href="/_app/immutable/assets/0.BI9m5aW9.css" rel="stylesheet"></head>
11
12
  <body data-sveltekit-preload-data="hover"><div style="display: contents">
12
13
  <script>
13
14
  {
14
- __sveltekit_uz4ce0 = {
15
+ __sveltekit_2j1r7b = {
15
16
  base: ""
16
17
  };
17
18
 
18
19
  const element = document.currentScript.parentElement;
19
20
 
20
21
  Promise.all([
21
- import("/_app/immutable/entry/start.BmMe00-v.js"),
22
- import("/_app/immutable/entry/app.BbmlpP2X.js")
22
+ import("/_app/immutable/entry/start.C7zzoZ2c.js"),
23
+ import("/_app/immutable/entry/app.CAV4mc4Y.js")
23
24
  ]).then(([kit, app]) => {
24
25
  kit.start(app, element);
25
26
  });
@@ -21,9 +21,20 @@ model = "gpt-5.6-luna"
21
21
  # local_compaction = true
22
22
  # home = "/path/to/a/Codex-home" # omit to use the existing Codex login
23
23
 
24
+ # Optional browser pet. Disabled by default; restart Partner after changing it.
25
+ #[pet]
26
+ #enabled = true
27
+
28
+ # Optional local Keet-for-Agent gateway. Both fields and a stdin-only `keet`
29
+ # credential enable it; omit either field to keep ordinary local conversation.
30
+ #[keet]
31
+ #endpoint = "http://127.0.0.1:18769"
32
+ #media_root = "/private/path/to/kfa-cfl-media"
33
+
24
34
  # Optional DashScope STT and tool-delivered Voice messages.
25
35
  [speech]
26
36
  [speech.tts]
27
37
  provider = "minimax" # or "alibaba" (speech credential), "bytedance" (tts credential)
28
38
  voice = "Chinese (Mandarin)_Soft_Girl"
29
- # MiniMax requires the operator-installed, authenticated `mmx` CLI. No MiniMax secret belongs in this file.
39
+ speed = 1.15 # Optional 0.5–2.0 multiplier; MiniMax and ByteDance support it.
40
+ # MiniMax requires the operator-installed, authenticated `mmx` CLI. Alibaba's non-realtime API does not support speed. No MiniMax secret belongs in this file.