1
0
Fork 0
Commit graph

15 commits

Author SHA1 Message Date
c83451b1d4 omp: raise stream watchdogs to 900s for cold llama-swap loads
Adopts live agent config: streamFirstEventTimeoutSeconds/streamIdleTimeoutSeconds
= 900 (matches llama-swap healthCheckTimeout), default model ciru-strix-iu4,
statusline/TUI tweaks drifted since last adoption.
2026-08-29 21:25:04 -04:00
3414885fda omp: adopt live agent config and models on nibble (smol=kat-coder-v2.5-dev, default=ox-alpha) 2026-08-28 01:07:46 -04:00
73a9cea5ff omp: raise first-event stream watchdog to 180s for OpenAI-compat providers
llama-swap holds the request until a swapped model finishes loading; the
default first-event watchdog aborted mid-swap and triggered a fallback-model
switch that then cold-loaded too, repeating the stall. Env vars live in
.omp/agent/.env (decrypted from this blob); 0 would disable the watchdog.
2026-08-27 23:57:03 -04:00
0bdaefcf97 age: add nibble recipient, rekey secrets 2026-08-26 13:41:16 -04:00
100ee63772 omp: retarget fallback chains to llama-swap.miche, disable zai/minimax/nvidia providers 2026-08-24 17:15:06 -04:00
a0b92d65a0 show thinking blocks: hideThinkingBlock false 2026-08-21 17:32:12 -04:00
bacafdf715 fold omp runtime config and remaining pi extensions into source 2026-08-21 17:29:47 -04:00
358c66b8f6 age: add rain (new Arch box) recipient, re-encrypt secrets 2026-08-17 21:49:56 -04:00
8013d616fc omp: re-encrypt models.yml with tadbit + bopad recipients
re-add preserved the old 7-recipient set; re-encrypted to the full
9 recipients so every box can decrypt models.yml
2026-08-05 19:13:25 -04:00
86df3f33ab chore(dotfiles): sync omp + pi agent configs to chezmoi
- omp: re-add config.yml as private_config.yml (matches live fallback
  chains; minimax removed, slow -> deepseek/deepseek-v4-pro:high)
- omp: re-encrypt models.yml; llama-swap.miche static list synced to
  live /v1/models (21 models), stale entries dropped
- pi: fix broken settings.json tracking — dir_dot_pi/ mapped to a
  literal ~/dir_dot_pi, real ~/.pi/agent/settings.json was never
  managed. Track it via dot_pi/agent/settings.json.tmpl
2026-08-05 19:11:51 -04:00
df30dab5f6 Re-encrypt secrets: add bopad recipient (fixed rekey) 2026-07-29 13:13:52 -04:00
461b0bab56 Re-encrypt secrets with bopad recipient 2026-07-29 13:08:50 -04:00
5c06f37c4d omp: drop static model lists, fix stale model refs (miche)
- Remove static model lists from llama-swap.miche and llama-swap.byte
  (discovery: type: proxy now fetches live models from /v1/models)
- Update byte model IDs: qwen3.6-35b-heretic-mtp/a3b-mtp -> qwen36-35b-genesis,
  gemma-4-12b-heretic -> gemma4-12b-hauhau
- Update miche model IDs: gemma4-12b -> gemma4-12b-hauhau,
  qwen3.6-27b-mtp-rocmfp4-turbo -> qwen3.6-27b-mtp,
  qwen3.6-35b-a3b-mtp-rocmfp4 -> qwen36-35b-genesis
2026-07-06 13:34:38 -04:00
78754a31de omp: drop static model lists, use proxy discovery only
- Remove static model lists from llama-swap.byte and llama-swap.miche
  (discovery: type: proxy fetches live models from /v1/models)
- Update byte model IDs in config.yml to current roster:
  qwen3.6-35b-heretic-mtp -> qwen36-35b-genesis
  gemma-4-12b-heretic -> gemma4-12b-hauhau
  qwen3.6-35b-a3b-mtp -> qwen36-35b-genesis
2026-07-06 13:24:11 -04:00
13fa1a01dc chore: drop lazy-lock from chezmoi; sync omp agent config + dir mode from host 2026-07-02 18:11:11 -04:00