docs: sync with goclaw source changes 4d31fe0..0dab087f (EN+VI)#33
Merged
thieung merged 1 commit intoMar 27, 2026
Merged
Conversation
d469979 to
4fbf41f
Compare
- Rewrite delegation-and-handoff: spawn no longer accepts 'agent' param, delegation now uses team_tasks(action=create, assignee=...) with auto-dispatch - Update tool count 33+ → 50+ in how-goclaw-works - Add user_id to websocket connect params and code example - Add MCP bridge tool streak exclusion note in how-goclaw-works - Add MCP server update fields (timeout_sec) and channel instance update fields (display_name) to REST API reference - Add Docker localhost rewrite section to Ollama provider page - Add Telegram yield mention_mode for multi-bot group support - Update goclaw-source metadata across all modified pages Note: goclaw/docs/11-agent-teams.md Section 7 still describes the old spawn-based delegation flow — upstream source doc needs updating to match the current team_tasks auto-dispatch mechanism.
4fbf41f to
a1e91d0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
spawnno longer acceptsagentparam — delegation now usesteam_tasks(action="create", assignee=...)with auto-dispatch. Max 3 dispatches/task, lead cannot self-assign.user_id,sender_id?,locale?to connect method and code examplemcp_*prefix tools treated as neutral in read-only streak detectortimeout_sec) and channel instance update field table (display_name)localhost/127.0.0.1→host.docker.internalrewritemention_mode: "yield"for multi-bot shared groups — config, Mention Modes table, Mermaid diagram, troubleshootingAll changes applied to both EN and VI (12 files).
Upstream note
goclaw/docs/11-agent-teams.mdSection 7 ("Delegation Integration") still describes the oldspawn + agent + team_task_idflow. The actual code now usesteam_tasks(action="create", assignee=...)with auto-dispatch viadispatchTaskToAgent(). The source doc needs updating to match.Test plan
team_taskstool (notspawn)