-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Pull requests: esengine/DeepSeek-Reasonix
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix(agent,provider): un-stick compaction on thinking-model summaries and unnumbered overflows / 修复思考型模型摘要与无数字超窗导致的分段压缩死锁
agent
Core agent loop (internal/agent, internal/control)
provider
Model providers & selection (internal/provider)
v2
Go rewrite (1.x) — main-v2 branch, active development
#9882
opened Sep 7, 2026 by
Linearl
Contributor
Loading…
Recover from summary-request overflow and rescue over-ceiling context / 摘要请求超窗自恢复与硬上限截断救援
agent
Core agent loop (internal/agent, internal/control)
config
Configuration & setup (internal/config)
desktop
Wails desktop app (desktop/**)
provider
Model providers & selection (internal/provider)
v2
Go rewrite (1.x) — main-v2 branch, active development
#9879
opened Sep 7, 2026 by
SivanCola
Collaborator
Loading…
feat(i18n): add Spanish (es-419) locale support
agent
Core agent loop (internal/agent, internal/control)
config
Configuration & setup (internal/config)
desktop
Wails desktop app (desktop/**)
tui
Terminal UI / CLI (internal/cli, internal/control)
v2
Go rewrite (1.x) — main-v2 branch, active development
#9870
opened Sep 7, 2026 by
GuidoMaxier
Loading…
fix: clarify completion verification actions / 明确本轮验证操作
agent
Core agent loop (internal/agent, internal/control)
desktop
Wails desktop app (desktop/**)
v2
Go rewrite (1.x) — main-v2 branch, active development
#9869
opened Sep 6, 2026 by
SivanCola
Collaborator
Loading…
fix(agent,control): make interrupted turns recoverable without repeating side effects / 中断回合可恢复且不重复副作用
agent
Core agent loop (internal/agent, internal/control)
desktop
Wails desktop app (desktop/**)
provider
Model providers & selection (internal/provider)
skills
Skill system (internal/skill, internal/tool)
v2
Go rewrite (1.x) — main-v2 branch, active development
#9868
opened Sep 6, 2026 by
SivanCola
Collaborator
Loading…
perf(agent): per-request session effort override skips the runtime rebuild / 思考强度切换走每请求覆盖免重建
agent
Core agent loop (internal/agent, internal/control)
desktop
Wails desktop app (desktop/**)
provider
Model providers & selection (internal/provider)
v2
Go rewrite (1.x) — main-v2 branch, active development
#9866
opened Sep 6, 2026 by
Linearl
Contributor
Loading…
perf(desktop): short-circuit same-level effort switches / 同档位思考强度切换短路
desktop
Wails desktop app (desktop/**)
v2
Go rewrite (1.x) — main-v2 branch, active development
#9865
opened Sep 6, 2026 by
Linearl
Contributor
Loading…
chore(deps): bump the go group across 1 directory with 6 updates
dependencies
Pull requests that update a dependency file
go
Pull requests that update go code
v2
Go rewrite (1.x) — main-v2 branch, active development
#9857
opened Sep 6, 2026 by
dependabot
Bot
Loading…
docs: align Go prerequisites with the 1.26 module directives
v2
Go rewrite (1.x) — main-v2 branch, active development
#9847
opened Sep 6, 2026 by
wqshan-cn
Contributor
Loading…
docs: sync Go 1.26 prerequisites
v2
Go rewrite (1.x) — main-v2 branch, active development
#9803
opened Sep 4, 2026 by
dajiaohuang
Loading…
chore(deps): bump the npm group across 1 directory with 3 updates
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
v2
Go rewrite (1.x) — main-v2 branch, active development
#9798
opened Sep 4, 2026 by
dependabot
Bot
Loading…
fix(goal/recovery): boundedllm falls back to reasoning when content is empty / content 为空且 reasoning 有内容时以推理文本作为响应,避免 thinking 模型上 goal evaluator 空响应暂停 (#9678)
v2
Go rewrite (1.x) — main-v2 branch, active development
#9785
opened Sep 4, 2026 by
myipanta
Contributor
Loading…
2
fix(provider): stop compaction summaries inheriting reasoning effort / 压缩摘要请求强制无推理,避免思维等级消耗摘要预算 (#9613)
agent
Core agent loop (internal/agent, internal/control)
provider
Model providers & selection (internal/provider)
v2
Go rewrite (1.x) — main-v2 branch, active development
#9778
opened Sep 4, 2026 by
myipanta
Contributor
Loading…
feat(desktop): unify session experience and stabilize transcript / 统一会话体验并稳定 Transcript 滚动
agent
Core agent loop (internal/agent, internal/control)
config
Configuration & setup (internal/config)
desktop
Wails desktop app (desktop/**)
v2
Go rewrite (1.x) — main-v2 branch, active development
#9777
opened Sep 4, 2026 by
SivanCola
Collaborator
Loading…
feat(tools): always gate managed config writes behind fresh approval / 受管配置文件写入始终需人工确认
config
Configuration & setup (internal/config)
skills
Skill system (internal/skill, internal/tool)
v2
Go rewrite (1.x) — main-v2 branch, active development
#9770
opened Sep 3, 2026 by
BuGlessRB
Contributor
Loading…
feat(cli): auto-submit fully answered ask batches in YOLO mode / YOLO 模式下自动提交已全部作答的问题批次
tui
Terminal UI / CLI (internal/cli, internal/control)
v2
Go rewrite (1.x) — main-v2 branch, active development
#9769
opened Sep 3, 2026 by
BuGlessRB
Contributor
Loading…
feat(terminal): 支持持久化交互式 PTY 终端会话管理器 (Persistent PTY Terminal)
agent
Core agent loop (internal/agent, internal/control)
config
Configuration & setup (internal/config)
desktop
Wails desktop app (desktop/**)
skills
Skill system (internal/skill, internal/tool)
v2
Go rewrite (1.x) — main-v2 branch, active development
#9755
opened Sep 3, 2026 by
mchenziyi
Contributor
Loading…
Stabilize transcript scrolling and Markdown surfaces / 稳定 transcript 滚动与 Markdown 展示
desktop
Wails desktop app (desktop/**)
v2
Go rewrite (1.x) — main-v2 branch, active development
#9754
opened Sep 3, 2026 by
SivanCola
Collaborator
Loading…
feat(config): add independent accounts per curated provider / 为精选供应商增加独立多账号
config
Configuration & setup (internal/config)
desktop
Wails desktop app (desktop/**)
tui
Terminal UI / CLI (internal/cli, internal/control)
v2
Go rewrite (1.x) — main-v2 branch, active development
#9751
opened Sep 3, 2026 by
SivanCola
Collaborator
Loading…
fix(desktop): align per-model context window cards
desktop
Wails desktop app (desktop/**)
v2
Go rewrite (1.x) — main-v2 branch, active development
#9748
opened Sep 3, 2026 by
zcxads666
Contributor
Loading…
feat(agent): pass filesystem images to subagents via task images param
agent
Core agent loop (internal/agent, internal/control)
config
Configuration & setup (internal/config)
v2
Go rewrite (1.x) — main-v2 branch, active development
#9741
opened Sep 2, 2026 by
youssefbm2008
Loading…
chore(deps): bump qs from 6.15.3 to 6.16.0 in /desktop/frontend
dependencies
Pull requests that update a dependency file
desktop
Wails desktop app (desktop/**)
javascript
Pull requests that update javascript code
v2
Go rewrite (1.x) — main-v2 branch, active development
#9736
opened Sep 2, 2026 by
dependabot
Bot
Loading…
Previous Next
ProTip!
Updated in the last three days: updated:>2026-09-04.