github / github/copilot-sdk

Setting `LargeOutput` but if subagent started, it won't inherit the LargeOutput but use the operating system's default tmp directory

オープン
#2,158 コメント 3 件 リアクション 1 件 担当者 0 名 GitHub で見る
bug
主要言語
Java
スター
10.5k
フォーク
1.5k
平均マージ
1日 11時間
マージ済み PR(30日)
127

説明

When using the copilot sdk, we want to specify the LargeOutput dir to limit the large output from Tools be saved to specified directory. It works for the main agent, but sometimes subagents are launched, and the subagents will also call MCP Tools, whose large output will be saved to /tmp in Linux.

This is not ideal, because we want all large output to be saved to the specified directory. Our read tools are not allowed to read any directory in the operainng system, if the large output is saved to the default tmp dir (like /tmp in Linux), some customed defined read tools will fail since we only allow them to read specific directory

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

No file or test is named. Start by tracing how LargeOutput is propagated from the main agent to launched subagents and their MCP tool calls. Done means large output from both the main agent and subagents is saved in the specified directory rather than the operating system's default temporary directory.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
java, linux
領域
tooling
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
静か
明瞭さ
おおむね明確
初心者へのやさしさ
52/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。