feat(commands): Enable @file processing in TOML commands (#6716)

This commit is contained in:
Abhi 2025-08-27 23:22:21 -04:00 committed by GitHub
parent 529c2649b8
commit bfdddcbd99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 1836 additions and 331 deletions

View file

@ -19,7 +19,7 @@ import { ToolErrorType } from './tool-error.js';
import { getErrorMessage } from '../utils/errors.js';
import type { Config } from '../config/config.js';
import { ApprovalMode } from '../config/config.js';
import { getResponseText } from '../utils/generateContentResponseUtilities.js';
import { getResponseText } from '../utils/partUtils.js';
import { fetchWithTimeout, isPrivateIp } from '../utils/fetch.js';
import { convert } from 'html-to-text';
import { ProxyAgent, setGlobalDispatcher } from 'undici';