github / github/copilot-sdk

Support non-local session store

未关闭
#666 0 条评论 3 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Java
星标
10.5k
派生
1.5k
平均合并
1 天 11 小时
30 天内合并 PR
128

描述

Product Feedback: Copilot CLI SDK — Sessions are local-only

The session.list RPC only reads from ~/.copilot/ on the local filesystem — there's no cloud-backed API to fetch session history remotely even though we are authenticating via the same PAT across different environments/servers.

This makes it difficult to build production-deployed apps (e.g. Docker containers) that display a user's Copilot CLI sessions. Auth works fine, but session.list always returns 0 results in any non-local environment.

🙏 Feature request: A cloud API endpoint like GET /user/copilot/sessions (similar to how Copilot Chat syncs sessions in VS Code) so session history is accessible remotely as long as the user authenticated via the same PAT

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。