@lamplitisles/codex-for-love 0.2.1 → 0.4.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":"1789531501289"}
1
+ {"version":"1789543730015"}
@@ -1,25 +1,25 @@
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.B48_EwAa.js" rel="modulepreload">
4
- <link href="/_app/immutable/chunks/BLOTIi3k.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.D1dr4Kbn.js" rel="modulepreload">
4
+ <link href="/_app/immutable/chunks/DdacV1pJ.js" rel="modulepreload">
5
5
  <link href="/_app/immutable/chunks/DtqGwW3l.js" rel="modulepreload">
6
- <link href="/_app/immutable/entry/app.goDpBvd6.js" rel="modulepreload">
6
+ <link href="/_app/immutable/entry/app.ROL0GFnN.js" rel="modulepreload">
7
7
  <link href="/_app/immutable/chunks/xihTtKlq.js" rel="modulepreload">
8
- <link href="/_app/immutable/nodes/0.Wk08-krq.js" rel="modulepreload">
8
+ <link href="/_app/immutable/nodes/0.-C44RqM4.js" rel="modulepreload">
9
9
 
10
- <link href="/_app/immutable/assets/0.D3rCUG9u.css" rel="stylesheet"></head>
10
+ <link href="/_app/immutable/assets/0._f6eIGbJ.css" rel="stylesheet"></head>
11
11
  <body data-sveltekit-preload-data="hover"><div style="display: contents">
12
12
  <script>
13
13
  {
14
- __sveltekit_c9k1ma = {
14
+ __sveltekit_1jsrk9c = {
15
15
  base: ""
16
16
  };
17
17
 
18
18
  const element = document.currentScript.parentElement;
19
19
 
20
20
  Promise.all([
21
- import("/_app/immutable/entry/start.B48_EwAa.js"),
22
- import("/_app/immutable/entry/app.goDpBvd6.js")
21
+ import("/_app/immutable/entry/start.D1dr4Kbn.js"),
22
+ import("/_app/immutable/entry/app.ROL0GFnN.js")
23
23
  ]).then(([kit, app]) => {
24
24
  kit.start(app, element);
25
25
  });
@@ -21,11 +21,16 @@ 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 DashScope STT and tagged TTS; write the DashScope API key using `credential ... speech`.
25
- # [speech]
26
- # endpoint = "https://dashscope.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation"
27
- # [speech.tts]
28
- # provider = "alibaba" # or "bytedance" (uses the separate `tts` credential)
29
- # endpoint = "https://dashscope.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation"
30
- # model = "qwen3-tts-flash"
31
- # voice = "Cherry"
24
+ # Optional local Keet-for-Agent gateway. Both fields and a stdin-only `keet`
25
+ # credential enable it; omit either field to keep ordinary local conversation.
26
+ #[keet]
27
+ #endpoint = "http://127.0.0.1:18769"
28
+ #media_root = "/private/path/to/kfa-cfl-media"
29
+
30
+ # Optional DashScope STT and tool-delivered Voice messages.
31
+ [speech]
32
+ [speech.tts]
33
+ provider = "minimax" # or "alibaba" (speech credential), "bytedance" (tts credential)
34
+ voice = "Chinese (Mandarin)_Soft_Girl"
35
+ speed = 1.15 # Optional 0.5–2.0 multiplier; MiniMax and ByteDance support it.
36
+ # MiniMax requires the operator-installed, authenticated `mmx` CLI. Alibaba's non-realtime API does not support speed. No MiniMax secret belongs in this file.