Skip to content

Commit ac28ef4

Browse files
committed
patch
1 parent adb77d7 commit ac28ef4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/client/ClientAgent.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,12 @@ export class ClientAgent implements IAgent {
13301330
});
13311331
}
13321332

1333+
/**
1334+
* Commits a developer message to the history, notifying the system via BusService without triggering execution.
1335+
* Useful for logging developer notes or debugging information, coordinated with SessionConnectionService.
1336+
* @param {string} message - The developer message to commit, trimmed before storage.
1337+
* @returns {Promise<void>} Resolves when the message is committed and the event is emitted.
1338+
*/
13331339
async commitDeveloperMessage(message: string): Promise<void> {
13341340
GLOBAL_CONFIG.CC_LOGGER_ENABLE_DEBUG &&
13351341
this.params.logger.debug(

0 commit comments

Comments
 (0)