-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhlid.config.example.toml
More file actions
82 lines (75 loc) · 2.67 KB
/
Copy pathhlid.config.example.toml
File metadata and controls
82 lines (75 loc) · 2.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[vault]
name = ""
path = ""
skills = ""
memory = ""
[server]
port = 3000
tls_proxy_port = 3443
local_network_access = false
allow_external_agents = false
[ui]
live_sessions_hotkey = "Alt+Shift+KeyS"
# Hlid and vault entries always remain in the slash picker. Turn this on to also
# show provider-owned skills, commands, and plugin entries.
show_provider_entries = false
[voice]
enabled = false
# "local" dictates with Whisper; "codex_dictation" uses Codex realtime;
# "codex" sends the full recording as a normal Codex turn.
input_provider = "local"
model = ""
language = "auto"
auto_send = false
read_aloud_provider = "device"
read_aloud_voice = ""
read_aloud_rate = 1
# Local neural read aloud uses a selected, separately downloaded model and CPU runtime.
tts_model = ""
tts_voice = "expr-voice-2-f"
tts_threads = 4
# Codex dictation and Raven Live share this voice and preview gate.
codex_voice = "marin"
codex_live_mode = false
hotkey = "Alt+Shift+KeyV"
max_recording_seconds = 300
# "auto" uses Vulkan when a compatible GPU is available and falls back to CPU.
# "cpu" always disables GPU compute.
acceleration = "auto"
threads = 4
vocabulary = ["Claude", "Codex", "Hlið", "Raven", "Forge", "Umbod", "MCP", "Anthropic", "OpenAI", "TypeScript", "GitHub", "Bun"]
# Optional advanced mode: connect an externally managed CLIProxyAPI process.
# The normal setup is Forge > Integrations > CLIProxyAPI, which downloads,
# configures, starts, and updates a loopback-only Windows build for Hlid.
# [cliproxy]
# enabled = true
# mode = "external"
# base_url = "http://127.0.0.1:8317"
# The api_key is a client-facing `api-keys` value, not a management key.
# api_key = "replace-with-a-long-local-key"
# model = "gpt-5.6-sol"
# effort = "xhigh"
# permission_mode = "default"
# turn_recaps = true
# Project Preview uses a disposable Chromium profile by default. Forge can opt
# into a consented running profile so Preview tabs can use its signed-in state.
# The browser must have remote debugging enabled at
# chrome://inspect/#remote-debugging (or its browser-specific equivalent).
[project_preview]
use_real_browser_profile = false
# A Windows-native Codex Computer Use worker can follow the calling session's
# model while keeping its own default effort. This only works when Hlid runs on
# Windows with a native Codex CLI and the computer-use plugin. Forge edits it.
[codex.windows_computer_use]
model = "inherit"
effort = "medium"
# Installed Agent Client Protocol agents get enabled from Forge. It shows the
# install command when one is missing, but Hlid does not run it automatically.
# [[acp_agents]]
# id = "opencode"
# executable = "opencode"
# args = ["acp"]
#
# [[acp_agents]]
# id = "pi-acp"
# executable = "pi-acp"