feat: add WorkBuddy agent support#525
Conversation
arbing
commented
May 21, 2026
- Register WorkBuddy as the agent type for Tencent Cloud CodeBuddy's office AI agent product.
- Use https://www.codebuddy.cn/work/ as the product reference for the WorkBuddy integration context.
- Parse WorkBuddy JSONL transcripts, including user and assistant messages, tool calls, tool results, token usage, and subagent relationships.
- Discover WorkBuddy project sessions under .workbuddy/projects and wire them into incremental sync and source lookup.
- Expose WorkBuddy in README, CLI environment variable help, settings, and frontend agent metadata.
roborev: Combined Review (
|
roborev: Combined Review (
|
roborev: Combined Review (
|
roborev: Combined Review (
|
roborev: Combined Review (
|
roborev: Combined Review (
|
roborev: Combined Review (
|
roborev: Combined Review (
|
roborev: Combined Review (
|
- fix: preserve WorkBuddy assistant token usage - fix: isolate WorkBuddy e2e data source - fix: correct WorkBuddy cached token accounting - fix: repair WorkBuddy nested session watching - fix: secure WorkBuddy path handling - fix: correct WorkBuddy token coverage and project extraction - fix: point NilAway include-pkgs at go.kenn.io module path
roborev: Combined Review (
|
function_call_result outputs shaped like {"type":"text","text":"..."}
were stored as raw JSON. DecodeContent's object branch only handles the
iFlow shape, so these results decoded to an empty string in the UI.
workBuddyResultRaw now extracts the text from such objects and stores it
as a plain string that DecodeContent renders.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
roborev: Combined Review (
|
roborev: Combined Review (
|