Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Qinbf/groundmap
/
Class
tools/debug-console/lib/providers/claude-code.ts:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
export
class
ClaudeCodeProvider implements Provider {
45
readonly id =
"claude-code"
as
const
;
46
readonly name =
"Claude Code (CLI)"
;
47
readonly is_agent = true;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected