From d3fda9dafb3921c9edd5cf4fc166dedecd91d84f Mon Sep 17 00:00:00 2001 From: Agus Zubiaga Date: Wed, 13 Aug 2025 12:58:26 -0300 Subject: Zed integration schema upgrade (#5536) Co-authored-by: Conrad Irwin Co-authored-by: Ben Brandt --- packages/core/src/tools/ls.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/core/src/tools/ls.ts') diff --git a/packages/core/src/tools/ls.ts b/packages/core/src/tools/ls.ts index 79820246..7a4445a5 100644 --- a/packages/core/src/tools/ls.ts +++ b/packages/core/src/tools/ls.ts @@ -6,7 +6,7 @@ import fs from 'fs'; import path from 'path'; -import { BaseTool, Icon, ToolResult } from './tools.js'; +import { BaseTool, Kind, ToolResult } from './tools.js'; import { SchemaValidator } from '../utils/schemaValidator.js'; import { makeRelative, shortenPath } from '../utils/paths.js'; import { Config, DEFAULT_FILE_FILTERING_OPTIONS } from '../config/config.js'; @@ -75,7 +75,7 @@ export class LSTool extends BaseTool { LSTool.Name, 'ReadFolder', 'Lists the names of files and subdirectories directly within a specified directory path. Can optionally ignore entries matching provided glob patterns.', - Icon.Folder, + Kind.Search, { properties: { path: { -- cgit v1.2.3