Skip to content

docs: sync with goclaw source changes 4d31fe0..0dab087f (EN+VI)#33

Merged
thieung merged 1 commit into
nextlevelbuilder:masterfrom
thieung:docs/sync-source-4d31fe0-to-0dab087f
Mar 27, 2026
Merged

docs: sync with goclaw source changes 4d31fe0..0dab087f (EN+VI)#33
thieung merged 1 commit into
nextlevelbuilder:masterfrom
thieung:docs/sync-source-4d31fe0-to-0dab087f

Conversation

@thieung
Copy link
Copy Markdown
Contributor

@thieung thieung commented Mar 26, 2026

Summary

  • Rewrite delegation-and-handoff: spawn no longer accepts agent param — delegation now uses team_tasks(action="create", assignee=...) with auto-dispatch. Max 3 dispatches/task, lead cannot self-assign.
  • Update tool count: 33+ → 50+ built-in tools in how-goclaw-works (diagram + table)
  • WebSocket connect params: add user_id, sender_id?, locale? to connect method and code example
  • MCP bridge tool streak exclusion: mcp_* prefix tools treated as neutral in read-only streak detector
  • REST API reference: add MCP server update field table (timeout_sec) and channel instance update field table (display_name)
  • Ollama Docker deployment: document automatic localhost/127.0.0.1host.docker.internal rewrite
  • Telegram yield mention_mode: new mention_mode: "yield" for multi-bot shared groups — config, Mention Modes table, Mermaid diagram, troubleshooting

All changes applied to both EN and VI (12 files).

Upstream note

⚠️ goclaw/docs/11-agent-teams.md Section 7 ("Delegation Integration") still describes the old spawn + agent + team_task_id flow. The actual code now uses team_tasks(action="create", assignee=...) with auto-dispatch via dispatchTaskToAgent(). The source doc needs updating to match.

Test plan

  • Verify Mermaid diagrams render correctly (delegation flow, mention gating)
  • Check field tables in REST API reference match source allowlists
  • Confirm Telegram mention_mode config example is valid JSON
  • Verify delegation examples use team_tasks tool (not spawn)
  • Verify goclaw-source SHAs match actual goclaw commits

@thieung thieung force-pushed the docs/sync-source-4d31fe0-to-0dab087f branch from d469979 to 4fbf41f Compare March 26, 2026 17:08
- 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.
@thieung thieung force-pushed the docs/sync-source-4d31fe0-to-0dab087f branch from 4fbf41f to a1e91d0 Compare March 26, 2026 17:38
@thieung thieung merged commit b19a378 into nextlevelbuilder:master Mar 27, 2026
@thieung thieung deleted the docs/sync-source-4d31fe0-to-0dab087f branch March 27, 2026 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant