导出与编程助手的会话记录以便复盘改善
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.7k
- Forks
- 719
- Avg merge
- 4h 30m
- Merged PRs (30d)
- 83
Description
目前与编程助手(GPT-4、Codex 等大模型)的对话无法导出完整历史记录,不方便后续复盘、整理提示词、回顾模型思考过程。
希望增加会话记录导出功能,支持:Markdown或PDF 等格式
导出内容应包含:
- 用户完整提示词
- 模型每一轮回复
- 时间戳(可选)
- 完整对话上下文与模型推理轨迹
手动复制粘贴效率低、易丢失上下文,长对话尤其不便。
导出记录可用于:
- 提示词工程优化
- 复盘模型思考逻辑
- 存档重要编程对话
- 团队共享调试过程
该功能对用户复盘和工作流非常重要,需求强烈。
更进一步的,可以参考 selfware协议 支持人与agent、agent与agent的后续对话,专门解决 Agent 之间上下文传递的问题。
一个 .self 文件 = 数据 + 视图 + 操作历史 + 协作记录。用户在monkey-code上干完活,打个包扔给 Claude Code或者丢给自己养的小龙虾,它接着干,所有上下文都在。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or implementation entry points are named. Start by locating where conversation history and model responses are stored, then determine how export formats and complete context would fit the existing workflow. Done should include a defined export containing the requested conversation data and a clear decision on whether reasoning traces and selfware interoperability are supported.
Written by the indexing model from the issue text.
Assessment
- Domain
- ai
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100