Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kilo-Org/cloud
/ agent-conversation-tabs.test.ts
File
agent-conversation-tabs.test.ts
apps/extension/src/shared/agent-conversation-tabs.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* eslint-disable max-lines */
2
import
{ describe, expect, it } from
'vitest'
;
3
import
{ createAssistantMessage, createUserMessage } from
'./agent-conversation'
;
4
import
{
Callers
nothing calls this directly
Calls
12
createAssistantMessage
Function · 0.90
normalizeStoredConversations
Function · 0.90
createNextStoredConversation
Function · 0.90
updateActiveStoredConversationEvents
Function · 0.90
createDefaultStoredConversations
Function · 0.90
closeStoredConversation
Function · 0.90
getStoredConversationTitle
Function · 0.90
createUserMessage
Function · 0.90
closeStoredConversationTab
Function · 0.90
deleteStoredConversation
Function · 0.90
getSortedStoredConversationHistory
Function · 0.90
openStoredConversation
Function · 0.90
Tested by
no test coverage detected