Compare commits

...

5 Commits

Author SHA1 Message Date
Jack Wotherspoon 7417ca0bc7 Merge branch 'main' into topics-debug-logs 2026-05-08 14:02:18 -04:00
Jack Wotherspoon fed09cd172 Merge branch 'main' into topics-debug-logs 2026-05-08 12:30:51 -04:00
Jack Wotherspoon b30f4515d0 Merge branch 'main' into topics-debug-logs 2026-05-08 08:34:50 -04:00
Jack Wotherspoon d5a38d3d03 Merge branch 'main' into topics-debug-logs 2026-05-07 14:40:37 -04:00
Jack Wotherspoon be25a24867 refactor(core): remove low-value [TopicTool] debug logs 2026-05-07 11:27:17 -04:00
-5
View File
@@ -19,7 +19,6 @@ import {
type ExecuteOptions,
} from './tools.js';
import type { MessageBus } from '../confirmation-bus/message-bus.js';
import { debugLogger } from '../utils/debugLogger.js';
import { getUpdateTopicDeclaration } from './definitions/dynamic-declaration-helpers.js';
import type { Config } from '../config/config.js';
@@ -69,10 +68,6 @@ class UpdateTopicInvocation extends BaseToolInvocation<
const currentIntent =
strategicIntent || this.config.topicState.getIntent() || '...';
debugLogger.log(
`[TopicTool] Update: Topic="${currentTopic}", Intent="${currentIntent}", isNew=${isNewTopic}`,
);
let llmContent = '';
let returnDisplay = '';