Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,8 @@ export default tseslint.config(
'@xterm/headless', // node module allowed even in /common/
'@vscode/tree-sitter-wasm', // used by agentHost for command auto-approval
'@vscode/copilot-api', // used by agentHost for Copilot API requests
'@anthropic-ai/sdk' // used by agentHost for Anthropic API requests
'@anthropic-ai/sdk', // used by agentHost for Anthropic API requests
'@anthropic-ai/claude-agent-sdk' // used by agentHost for Claude Agent SDK session enumeration / queries
]
},
{
Expand Down
Loading
Loading