makecindy / makecindy/cindy

支持在同一对话中跨模型连续接续思考过程

Open
#2,173 1 comment 0 reactions 0 assignees View on GitHub
feature
Dominant language
TypeScript
Stars
2.7k
Forks
395
Avg merge
21h 48m
Merged PRs (30d)
776

Description

**提交人**: nian qian
**客户端版本**: 0.1.37

---

## 使用场景
在同一个对话中先使用 Claude,再切换到 GPT;或先使用 GPT,再切换到 Claude。

## 诉求
切换模型后,新的模型目前似乎无法读取并接续上一个模型已经进行的思考过程,需要重新思考,无法做到连贯衔接。

希望切换模型时,新模型能够在安全且可用的前提下读取已有的思考上下文,并继续之前的思考过程,而不是从头重新思考。Claude ↔ GPT 两个方向都希望支持。

## 建议方案
在模型切换时保留并传递可兼容的思考上下文,让新模型可以延续已有推理状态;如果不同模型之间无法直接共享完整思考过程,也可以考虑提供等效的上下文摘要或连续思考机制。

这样可以减少重复思考,让同一对话在切换模型后保持连续性和流畅性。
---
**OS**: win32 x64 (10.0.26200)
**界面语言**: zh-CN

Contributor guide

Open the contributing guide

Research direction

No files, tests, or entry points are named. Start by locating the conversation model-switching flow and how Claude and GPT context is assembled; determine whether compatible reasoning context or a summary can be passed safely between models. Done means switching in either direction preserves useful continuity without requiring the model to restart from scratch.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
ai
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.