mirror of
https://github.com/tiennm99/goclaw.git
synced 2026-06-11 14:11:29 +00:00
0e75c21e55
Team delegation: - Unify spawn/subagent/delegate into single spawn tool - Sibling-aware announce suppression with artifact accumulation - Fix auto-complete race (isLastDelegation guard) - Add team tasks list limit (20) with search guidance - Multi-round orchestration patterns in TEAM.md - Communication guidance for initial vs follow-up delegations Telegram resilience: - Add retrySend wrapper (3 attempts, escalating delay) for network errors - Fix HTML fallback: strip tags + unescape entities instead of showing raw HTML - Pre-process HTML tags in LLM output to markdown before conversion pipeline - Skip caption truncation entirely when > 1024 bytes, send text separately - Auto-send large images (>5MB) as documents to avoid compression Artifact forwarding: - Fix missing ContentType on forwarded media (mimeFromExt for result.Media/ForwardMedia) - Add deliver parameter to write_file for file attachment delivery - Extend mimeFromExt with document MIME types UI: fix regenerate dialog overflow, improve task list layout, delegation detail view Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
292 B
SQL
6 lines
292 B
SQL
ALTER TABLE team_messages DROP COLUMN IF EXISTS task_id;
|
|
ALTER TABLE team_messages DROP COLUMN IF EXISTS metadata;
|
|
ALTER TABLE team_tasks DROP COLUMN IF EXISTS metadata;
|
|
ALTER TABLE delegation_history DROP COLUMN IF EXISTS metadata;
|
|
ALTER TABLE handoff_routes DROP COLUMN IF EXISTS metadata;
|