tanzhenxin
|
45df0e8b82
|
feat(core): migrate console calls to debugLogger (M3 Phase 6)
Migrate remaining console.* calls in packages/core utilities and services
to use the structured DebugLogger pattern. This continues the Phase 6
migration work for utilities and helpers.
Files migrated:
- config/config.ts, core/client.ts, core/prompts.ts
- core/anthropicContentGenerator, core/openaiContentGenerator
- core/coreToolScheduler.ts, fallback/handler.ts
- models/modelRegistry.ts, prompts/prompt-registry.ts
- services/chatRecordingService.ts, sessionService.ts, loopDetectionService.ts
- skills/skill-load.ts, skill-manager.ts
- subagents/subagent.ts, subagent-manager.ts
- utils: editor, environmentContext, fileUtils, getFolderStructure,
installationManager, jsonl-utils, llm-edit-fixer, nextSpeakerChecker,
openaiLogger, request-tokenizer/*, retry, ripgrepUtils, safeJsonParse,
summarizer, systemEncoding, workspaceContext
Remaining: utils/errorReporting.ts (13 calls)
|
2026-01-25 22:12:45 +08:00 |
|