Skip to content

Setting LargeOutput doesn't seem to have any effect #1788

Description

@aelij

By default, sessions write large outputs to the $TMP directory (e.g. /tmp/1782206406834-copilot-tool-output-s4fxvs.txt). We tried to set LargeOutput to redirect the files to a different directory but it doesn't seem to be change the target directory:

config.LargeOutput = new LargeToolOutputConfig
{
    Enabled = true,
    MaxSizeBytes = 2_000,
    OutputDirectory = outputDir,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions