MCPcopy Index your code
hub / github.com/continuedev/continue / updateHistory

Method updateHistory

extensions/cli/src/session.ts:116–120  ·  view source on GitHub ↗
(history: ChatHistoryItem[])

Source from the content-addressed store, hash-verified

114 }
115
116 updateHistory(history: ChatHistoryItem[]): void {
117 const session = this.getCurrentSession();
118 session.history = history;
119 saveSession();
120 }
121
122 updateTitle(title: string): void {
123 const session = this.getCurrentSession();

Callers 1

updateSessionHistoryFunction · 0.80

Calls 2

getCurrentSessionMethod · 0.95
saveSessionFunction · 0.85

Tested by

no test coverage detected