From 761ffc63388201373e5d16f36c2af09be71b5933 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Thu, 17 Jul 2025 16:25:23 -0600 Subject: Zed integration (#4266) Co-authored-by: Agus Zubiaga Co-authored-by: Ben Brandt Co-authored-by: mkorwel --- packages/core/src/tools/ls.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 9fb60072..fc4f06dd 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, ToolResult } from './tools.js'; +import { BaseTool, Icon, ToolResult } from './tools.js'; import { Type } from '@google/genai'; import { SchemaValidator } from '../utils/schemaValidator.js'; import { makeRelative, shortenPath } from '../utils/paths.js'; @@ -74,6 +74,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, { properties: { path: { -- cgit v1.2.3