5 Commits

Author SHA1 Message Date
ki.sagidullin
46be641967 fix(agents): запрещаем question всем агентам — конвейер не должен зависать на интерактиве 2026-08-24 12:00:27 +05:00
ki.sagidullin
6fae81bac6 feat(agents): tools в frontmatter аналитика, dev и ревьюера 2026-08-24 11:32:00 +05:00
ki.sagidullin
6586285992 feat(agents): permissions в frontmatter аналитика, dev и ревьюера 2026-08-24 10:41:53 +05:00
Hermes
9c5f38698c fix: idle-таймер сбрасывается по live-стриму LLM + дефолт 5м; агенты opencode в agents/ с mode: primary
All checks were successful
CI / test (push) Successful in 56s
CI / build-and-package (amd64, linux) (push) Successful in 42s
CI / build-and-package (amd64, windows) (push) Successful in 40s
- opencode ищет кастомных агентов в поддиректории agents/ (как .opencode),
  а не в корне OPENCODE_CONFIG_DIR → распаковка теперь в <dir>/agents/*.md
- markdown-агентам добавлен mode: primary (иначе subagent по умолчанию)
- idle-детекция сбрасывает таймер при live-строках (text/tool/agent/reasoning),
  а не только по росту БД → «LLM думает и стримит» не считается зависанием
- дефолт idle_timeout поднят с 2м до 5м
2026-08-17 10:57:19 +05:00
Hermes
4a6ed57971 worker: add reviewer stage (branch→review→push) with R1-R6 errors
All checks were successful
CI / test (push) Successful in 47s
CI / build-and-package (amd64, linux) (push) Successful in 43s
CI / build-and-package (amd64, windows) (push) Successful in 40s
2026-08-16 21:21:21 +05:00