picoclaw/pkg/agent
dj-oyu b344b2ae46 fix: resolve post-merge test failures and lint issues
- Fix test assertions to match upstream's changed error messages and
  command output formats across tools, agent, and channels packages
- Fix mockEditorWithSendID/mockDraftSender to properly shadow embedded
  EditMessage method in channels manager tests
- Remove unused functions (selectCandidates, findNearestUserMessage,
  retryLLMCall, inboundMetadata, absolutePathPattern, processRunning)
- Fix dogsled violations with newTestAgentLoopSimple helper
- Deduplicate test setup code (plan nudge, plan model tests)
- Add nolint directives for intentional CJK test fixtures and
  structurally similar but distinct test table patterns
- Auto-fix formatting (gci, gofumpt, golines, whitespace)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 14:48:58 +09:00
..
context.go fix: resolve post-merge test failures and lint issues 2026-03-13 14:48:58 +09:00
context_cache_test.go refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
context_test.go refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
instance.go fix: resolve post-merge type mismatches and duplicate declarations 2026-03-13 13:14:57 +09:00
instance_ext_test.go fix: resolve post-merge test failures and lint issues 2026-03-13 14:48:58 +09:00
instance_test.go refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
loop.go fix: resolve post-merge test failures and lint issues 2026-03-13 14:48:58 +09:00
loop_commands.go refactor: split loop.go and tools into upstream-friendly file layout 2026-03-13 00:56:40 +09:00
loop_ext_test.go fix: resolve post-merge test failures and lint issues 2026-03-13 14:48:58 +09:00
loop_hooks.go fix: resolve post-merge test failures and lint issues 2026-03-13 14:48:58 +09:00
loop_info.go refactor: split loop.go and tools into upstream-friendly file layout 2026-03-13 00:56:40 +09:00
loop_mcp.go fix(agent): initialize MCP in direct agent mode (#1361) 2026-03-12 01:06:48 +08:00
loop_media.go fix: resolve linter issues (gci import grouping, gofumpt, govet shadow) 2026-03-03 17:04:54 +08:00
loop_orch.go refactor: split loop.go and tools into upstream-friendly file layout 2026-03-13 00:56:40 +09:00
loop_plan.go refactor: split loop.go and tools into upstream-friendly file layout 2026-03-13 00:56:40 +09:00
loop_reporter_test.go style: fix gci import ordering across pkg/{tools,agent,session} 2026-03-05 01:37:13 +09:00
loop_session.go refactor: split loop.go and tools into upstream-friendly file layout 2026-03-13 00:56:40 +09:00
loop_streaming.go refactor: split loop.go and tools into upstream-friendly file layout 2026-03-13 00:56:40 +09:00
loop_task.go refactor: split loop.go and tools into upstream-friendly file layout 2026-03-13 00:56:40 +09:00
loop_test.go fix: resolve post-merge test failures and lint issues 2026-03-13 14:48:58 +09:00
loop_thread_test.go chore: fix golines formatting for CI 2026-03-04 05:33:34 +09:00
memory.go Merge remote-tracking branch 'upstream/main' into refactor/upstream-compat 2026-03-13 12:23:01 +09:00
memory_ext.go fix: resolve post-merge test failures and lint issues 2026-03-13 14:48:58 +09:00
memory_test.go style: fix gci import ordering across pkg/{tools,agent,session} 2026-03-05 01:37:13 +09:00
mock_provider_test.go refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
registry.go refactor: replace moderate-diff Go files with upstream, add fork extensions 2026-03-13 09:48:58 +09:00
registry_test.go refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
session_recorder.go feat(tasks-2): implement subagent orchestration container model 2026-03-05 01:36:25 +09:00
session_recorder_test.go feat(tasks-2): implement subagent orchestration container model 2026-03-05 01:36:25 +09:00
session_tracker.go style: fix gci import ordering across pkg/{tools,agent,session} 2026-03-05 01:37:13 +09:00
session_tracker_test.go style: fix gci import ordering across pkg/{tools,agent,session} 2026-03-05 01:37:13 +09:00
thinking.go feat: add extended thinking support for Anthropic models (#1076) 2026-03-05 09:51:18 +08:00
thinking_test.go feat: add extended thinking support for Anthropic models (#1076) 2026-03-05 09:51:18 +08:00