Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ ask-user.test.ts
File
ask-user.test.ts
packages/agent-core/test/tools/ask-user.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterEach, describe, expect, it, vi } from
'vitest'
;
2
3
import
type
{ Agent } from
'../../src/agent'
;
4
import
type
{ PermissionMode } from
'../../src/agent/permission'
;
Callers
nothing calls this directly
Calls
10
createBackgroundManager
Function · 0.90
executeTool
Function · 0.90
input
Function · 0.85
reject
Function · 0.85
readOutput
Method · 0.80
makeTool
Function · 0.70
exec
Method · 0.65
getTask
Method · 0.65
wait
Method · 0.65
abort
Method · 0.65
Tested by
no test coverage detected