Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anus-dev/ANUS
/ addHistory
Method
addHistory
packages/core/src/core/client.ts:158–160 ·
view source on GitHub ↗
(content: Content)
Source
from the content-addressed store, hash-verified
156
}
157
158
async
addHistory(content: Content) {
159
this.getChat().addHistory(content);
160
}
161
162
getChat(): AnusChat {
163
if
(!this.chat) {
Callers
7
addDirectoryContext
Method · 0.45
sendMessageStream
Method · 0.45
anusChat.test.ts
File · 0.45
client.test.ts
File · 0.45
prompt
Method · 0.45
useAnusStream
Function · 0.45
addShellCommandToAnusHistory
Function · 0.45
Calls
1
getChat
Method · 0.95
Tested by
no test coverage detected