Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.80
clearCommand.ts
File · 0.80
Calls
1
startChat
Method · 0.95
Tested by
no test coverage detected