Skip to content

Accept empty path for aft_search #288

Description

@tenshiak

Description

Currently when the LLM uses an empty string for the path parameter, aft_search throws an error saying 'path' must be a non-empty well-formed Unicode string. This parameter is optional; by default, if omitted, it searches the current workspace.

The problem is that GPT 5.6 Luna ALWAYS uses it with an empty path instead of omiting it. To fix it, I ask to make the plugin accept an empty path parameter and treat it like it's not there (search current workspace). It would be in line with other tools accepting empty parameters.

I have not checked if there is a similar issue with other tools.

Use case

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions