a7fb0a4369
fix: 同步 PI_CODING_AGENT_DIR 并更新模型列表
...
CI / build-check-test (push) Has been cancelled
- build.sh 导出 PI_CODING_AGENT_DIR 以对齐 pi-mcp-adapter 配置路径
- 更新 models.generated.ts
- 移除 bmi-calculator.html 示例文件
2026-06-26 13:21:14 +08:00
539599dbb8
feat(coding-agent): isolate SproutClaw namespace from upstream pi
...
CI / build-check-test (push) Has been cancelled
Use piConfig name sproutclaw and configDir .sproutclaw so commands, env vars,
and project config no longer collide with the stock pi install.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-24 10:29:28 +08:00
294ce75892
docs: 更新 README,修正过时内容
...
CI / build-check-test (push) Has been cancelled
- 移除 .pi/ 目录条目(已 gitignore)
- 更新 WebUI 说明为独立 sproutclaw-web 服务
- 修正 build.sh/test.sh 说明和脚本引用错误
- 更新合并上游流程(直接 merge,不再用临时分支)
- 补充 Gitea remote 配置说明
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-21 20:56:31 +08:00
f1c5e7dc1d
chore: rename pi-built/pi-test scripts to build/test
...
CI / build-check-test (push) Has been cancelled
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-21 20:54:00 +08:00
812bca79a3
docs: 将 CONTRIBUTING.md 和 SECURITY.md 翻译为中文
...
CI / build-check-test (push) Has been cancelled
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-21 20:49:18 +08:00
07a918d4cd
chore: merge upstream sync branch into main
...
CI / build-check-test (push) Has been cancelled
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-21 20:18:34 +08:00
8ad811c977
feat: sync upstream pi-mono (386 commits)
...
从上游 badlogic/pi-mono 同步 386 个提交,手动解决所有冲突:
保留 SproutClaw 独有功能:
- RPC: reload 命令、bash 流式输出、get_extensions 命令
- settings-manager: showChangelogOnStartup 设置
- agent-session: turnIndex getter
- 移除 pi 版本检查通知(interactive-mode)
- skills 系统、启动脚本、自定义工具脚本
直接采用上游版本:
- packages/ai 模型列表及测试文件
- packages/coding-agent 文档
- 其余未冲突的全部上游代码
升级 @mistralai/mistralai 至 2.2.6(修复 promptCacheKey 类型错误)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-21 20:18:02 +08:00
131546b2fe
chore: remove npm audit scheduled cron trigger
...
CI / build-check-test (push) Has been cancelled
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-21 19:50:04 +08:00
9ed9ed91dd
chore: remove .pi config from git tracking
...
.pi 是本地持久化配置目录,不应上传到仓库。
从追踪中移除所有 .pi 文件,并在 .gitignore 顶部添加整体排除规则。
同时修复 pre-commit hook 在 gitignore 文件重 add 时不报错。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-21 19:45:14 +08:00
0d8ea01b43
chore: sync latest workspace updates
...
- 更新 AI 模型列表(models.generated.ts / image-models.generated.ts)
- 新增 bmi-calculator.html
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-21 19:41:28 +08:00
Armin Ronacher
d93b92baca
fix(coding-agent): show changelog URL in update notice
2026-06-20 22:23:25 +02:00
Armin Ronacher
b4f31408b6
Add [Unreleased] section for next cycle
2026-06-20 22:15:40 +02:00
Armin Ronacher
615bf2f874
Release v0.79.9
2026-06-20 22:15:37 +02:00
Armin Ronacher
1aa79b9b29
docs: update unreleased changelog audit
2026-06-20 22:00:00 +02:00
Armin Ronacher
350ac3f344
fix: remove inprogress from auto-closed issues
2026-06-20 21:48:37 +02:00
Armin Ronacher
500b568b04
fix(ai): use OpenAI endpoint for Fireworks GLM-5.2
...
closes #5923
2026-06-20 21:32:02 +02:00
Armin Ronacher
5505316ea2
fix(coding-agent): cache extension imports for session switches
...
Closes #5905 .
2026-06-20 21:07:45 +02:00
Armin Ronacher
a1da88aed4
fix(coding-agent): make session path traversal linear
...
Avoid quadratic path construction when walking deep session branches. On a 600k-entry pathological session, path construction improved from about 20.3s with Array.unshift() to about 35ms with push() plus reverse().
Refs #5804 .
2026-06-20 20:29:15 +02:00
Armin Ronacher
8597ebafd9
fix(ai): expose OpenRouter GLM-5.2 xhigh effort
...
closes #5770
2026-06-20 18:47:42 +02:00
Armin Ronacher
416c673dfe
fix: skip no-action for to-discuss issues
2026-06-20 16:13:13 +02:00
Alexey Zaytsev
3095977d13
fix(tui): stabilize streaming code fence rendering ( #5846 )
2026-06-20 14:58:30 +02:00
Armin Ronacher
8b97e75c6b
feat(ai): add chat-template thinking compat
...
closes #5673
2026-06-19 23:34:17 +02:00
Armin Ronacher
128330e36f
fix(coding-agent): preserve untouched lines in fuzzy edit
...
closes #5899
2026-06-19 20:16:47 +02:00
Vegard Stikbakke
1287b69fe0
fix(coding-agent): run legacy WSL bash commands via stdin
...
closes #5893
2026-06-19 15:08:25 +02:00
Vegard Stikbakke
6e6ce70caf
fix(ai): filter Copilot models by account availability
...
closes #5897
2026-06-19 13:17:13 +02:00
Armin Ronacher
226a316824
fix: mark auto-closed issues not planned
2026-06-19 12:46:56 +02:00
Vegard Stikbakke
373cd6ae52
fix(coding-agent): prioritize provider matches in model selector
...
closes #5892
2026-06-19 12:25:02 +02:00
Armin Ronacher
47d1d90a8e
fix: close no-action issues as not planned
2026-06-19 11:08:16 +02:00
Armin Ronacher
783571a615
feat: track auto-closed issue triage
2026-06-19 11:03:11 +02:00
Armin Ronacher
56b22768db
Add [Unreleased] section for next cycle
2026-06-19 09:53:45 +02:00
Armin Ronacher
8eb9704b3e
Release v0.79.8
2026-06-19 09:53:43 +02:00
Armin Ronacher
74677bbfbf
docs: audit unreleased changelogs
2026-06-19 09:45:03 +02:00
Armin Ronacher
a2f70e5f28
fix(coding-agent): reset tool test mocks
2026-06-19 09:22:13 +02:00
Armin Ronacher
ea65a51a15
fix: update vulnerable dependencies
2026-06-19 00:43:44 +02:00
Fred K. Schott
0d89a33373
feat(packages): Add selective pi-ai base entrypoints ( #5348 )
2026-06-19 00:41:49 +02:00
Armin Ronacher
1a418ad223
chore: remove inprogress label on close
2026-06-19 00:26:30 +02:00
Armin Ronacher
9179734cc2
docs(coding-agent): audit unreleased changelog
2026-06-18 23:58:34 +02:00
Armin Ronacher
651d10d90b
feat(ai): enable Mistral prompt caching
2026-06-18 23:47:25 +02:00
Armin Ronacher
8025fdd01f
meta: Update readmes slightly
2026-06-18 23:36:08 +02:00
Armin Ronacher
fd1ba2c7fe
test(coding-agent): seed auto-compaction queue fixture
2026-06-18 23:15:18 +02:00
Armin Ronacher
cab89d1435
docs: audit unreleased changelogs
2026-06-18 23:09:41 +02:00
Armin Ronacher
c60f6a8ab3
feat(coding-agent): expose post-compaction token estimates
...
closes #5877
2026-06-18 23:01:10 +02:00
Danila Poyarkov
b09fbde00e
feat(ai): add OpenRouter Fusion alias ( #5866 )
2026-06-18 22:39:02 +02:00
Armin Ronacher
7d08c81a09
fix(coding-agent): avoid empty compaction summaries
...
closes #4811
2026-06-18 22:17:57 +02:00
Armin Ronacher
6b9f3f492f
fix(coding-agent): avoid retrying successful overflow compaction
...
closes #5720
2026-06-18 19:30:14 +02:00
Armin Ronacher
788a044483
Add [Unreleased] section for next cycle
2026-06-18 18:22:10 +02:00
Armin Ronacher
c4ab61dcbf
Release v0.79.7
2026-06-18 18:22:07 +02:00
Armin Ronacher
717494223d
docs: audit unreleased changelogs
2026-06-18 18:16:48 +02:00
Armin Ronacher
aae62dfa87
feat(coding-agent): make bare update self-only
2026-06-18 18:09:03 +02:00
Alexey Zaytsev
2b46f38863
feat(coding-agent): Expose edit-diff for extensions ( #5756 )
2026-06-18 17:14:39 +02:00