zot/internal
patriceckhart 80c0ac97a5 feat: auto-swarm summary, system-prompt nudge, README/docs
- Sub-agents are long-lived daemons that keep running on the inbox
  after the initial task, so agent.Wait() never unblocks for them.
  Replaced the Wait-based watcher with a per-turn OnTurnEnd callback:
  Agent.SetOnTurnEnd installs it under the agent mutex, the runner's
  stdout decoder fires it on every turn_end event from the child.
- trackSwarmAgent now subscribes via SetOnTurnEnd. First turn_end per
  tracked sub-agent marks it done; when every entry is done, zot
  flushes one [auto-swarm update] turn via SubmitOrQueue summarising
  each agent's status / task / transcript tail (and the turn error if
  any) so the main agent can recap the collective outcome in chat.
- System addendum extended to tell the model to expect that update
  message and treat it as observed state, not a new user request.
- README: /settings row in the slash-commands table, new /settings
  subsection covering both toggles, auto-swarm paragraph appended to
  the /swarm subsection, /settings listed as a read-only mid-turn
  command.
2026-05-25 18:47:29 +02:00
..
agent feat: auto-swarm summary, system-prompt nudge, README/docs 2026-05-25 18:47:29 +02:00
assets assets: refresh zot logo to cleaner pixel-art Z 2026-04-20 12:01:43 +02:00
auth Add expanded login provider support 2026-05-24 11:08:09 +02:00
core Expand model catalog and improve session resume 2026-05-24 10:15:07 +02:00
extproto feat: runtime cwd switching via hidden /cd and extension submit_slash 2026-05-19 19:38:47 +02:00
provider Align built-in model catalog 2026-05-24 19:32:19 +02:00
skills Load user skills by default 2026-05-24 20:12:06 +02:00
swarm feat: auto-swarm summary, system-prompt nudge, README/docs 2026-05-25 18:47:29 +02:00
tui Improve multiline input navigation 2026-05-24 11:38:46 +02:00