Skip to content

explorer_agent reads wrong files when broken_file path has leading slash #18

Description

@VinaySampath14

When the Explorer agent identifies a broken file with a leading slash
(e.g. /src/agents/coder_agent.py instead of src/agents/coder_agent.py),
the file read fails silently and broken_file is set to empty string.

Expected: strip leading slash before attempting file read
Actual: silent failure, coder_agent receives empty broken_file

File: src/agents/explorer_agent.py

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions