Fix CI: type gaps and hasMedia check

This commit is contained in:
Peter Steinberger
2025-11-27 18:14:20 +01:00
parent 93a103dde5
commit d4580d1a31
2 changed files with 7 additions and 4 deletions

View File

@@ -64,6 +64,7 @@ export type WarelayConfig = {
claudeOutputFormat?: ClaudeOutputFormat; // when command starts with `claude`, force an output format
mediaMaxMb?: number; // optional cap for outbound media (default 5MB)
typingIntervalSeconds?: number; // how often to refresh typing indicator while command runs
heartbeatMinutes?: number; // auto-ping cadence for command mode
};
};
web?: WebConfig;