feat(auto-reply): greet on bare /new

This commit is contained in:
Peter Steinberger
2025-12-20 13:04:55 +00:00
parent 6e200ed1c0
commit c2c5b28c70
4 changed files with 26 additions and 14 deletions

View File

@@ -145,7 +145,7 @@ Example:
- Session files: `~/.clawdis/sessions/{{SessionId}}.jsonl`
- Session metadata (token usage, last route, etc): `~/.clawdis/sessions/sessions.json` (legacy: `~/.clawdis/sessions.json`)
- `/new` starts a fresh session for that chat (configurable via `resetTriggers`)
- `/new` starts a fresh session for that chat (configurable via `resetTriggers`). If sent alone, the agent replies with a short hello to confirm the reset.
## Heartbeats (proactive mode)