MCPcopy Create free account
hub / github.com/anus-dev/ANUS / resetChat

Method resetChat

packages/core/src/core/client.ts:213–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211 }
212
213 async resetChat(): Promise<void> {
214 this.chat = await this.startChat();
215 }
216
217 async addDirectoryContext(): Promise<void> {
218 if (!this.chat) {

Callers 2

client.test.tsFile · 0.80
clearCommand.tsFile · 0.80

Calls 1

startChatMethod · 0.95

Tested by

no test coverage detected