fix: start instant typing at run start

This commit is contained in:
Peter Steinberger
2026-01-21 16:54:54 +00:00
parent 5d73a412c6
commit 43afad9f51
2 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ Docs: https://docs.clawd.bot
- Nodes tool: include agent/node/gateway context in tool failure logs to speed approval debugging.
- macOS: exec approvals now respect wildcard agent allowlists (`*`).
- UI: remove the chat stop button and keep the composer aligned to the bottom edge.
- Typing: start instant typing indicators at run start so DMs and mentions show immediately.
- Configure: restrict the model allowlist picker to OAuth-compatible Anthropic models and preselect Opus 4.5.
- Configure: seed model fallbacks from the allowlist selection when multiple models are chosen.
- Model picker: list the full catalog when no model allowlist is configured.

View File

@@ -196,6 +196,8 @@ export async function runReplyAgent(params: {
return undefined;
}
await typingSignals.signalRunStart();
activeSessionEntry = await runMemoryFlushIfNeeded({
cfg,
followupRun,