multica/server/pkg/agent
Jiang Bohan dd2ce90b1d fix(agent): address openclaw review feedback
- Remove duplicate extractOCToolOutput, reuse extractToolOutput from opencode.go
- Rename extractEventText → openclawExtractText to avoid package-level name collisions
- Add clarifying comments for error status stickiness and result event behavior
- Remove redundant extractOCToolOutput tests (already covered by opencode tests)
2026-04-07 14:52:54 +08:00
..
agent.go feat(agent): add OpenClaw runtime support 2026-04-07 14:40:51 +08:00
agent_test.go fix(agent): fix data races, add tests, and fix raw protocol detection 2026-03-24 14:21:10 +08:00
claude.go feat(agent): improve live output UI and add execution history 2026-03-30 23:10:54 +08:00
claude_test.go feat(security): add agent output redaction and private agent assignment enforcement 2026-03-30 22:22:04 +08:00
codex.go feat(logging): add structured logging across server and SDK 2026-03-26 10:57:11 +08:00
codex_test.go feat(logging): add structured logging across server and SDK 2026-03-26 10:57:11 +08:00
openclaw.go fix(agent): address openclaw review feedback 2026-04-07 14:52:54 +08:00
openclaw_test.go fix(agent): address openclaw review feedback 2026-04-07 14:52:54 +08:00
opencode.go feat(daemon): add opencode as supported agent provider (#341) 2026-04-02 17:52:07 +08:00
opencode_test.go feat(daemon): add opencode as supported agent provider (#341) 2026-04-02 17:52:07 +08:00