Releases: hhyqhh/inno-agent
Releases · hhyqhh/inno-agent
Inno Agent v0.3.0
What's Changed
- fix: avoid blocking save and chat when reloading skills by @hhyqhh in #23
- Feature/adapt online by @GuoYongHeng in #24
Full Changelog: v0.2.7...v0.3.0
What's Changed
- fix: avoid blocking save and chat when reloading skills by @hhyqhh in #23
- Feature/adapt online by @GuoYongHeng in #24
Full Changelog: v0.2.7...v0.3.0
Inno Agent v0.2.7
What's Changed
- feat: skill library browser with one-click import by @hhyqhh in #21
- fix: stop caret jumping to end in skills markdown editor by @hhyqhh in #22
Full Changelog: v0.2.6...v0.2.7
What's Changed
- feat: skill library browser with one-click import by @hhyqhh in #21
- fix: stop caret jumping to end in skills markdown editor by @hhyqhh in #22
Full Changelog: v0.2.6...v0.2.7
Inno Agent v0.2.6
Inno Agent v0.2.5
What's Changed
- docs: 新增 Skill 使用教程,整理文档目录 by @Chloris-Blaxk in #13
- feat: send workspace files to channels + session origin tagging by @hhyqhh in #14
- fix: prevent slow model API from blocking the session queue by @hhyqhh in #15
- fix: make terminate reliably abort the backend stream by @hhyqhh in #16
- feat: add manual toggle for L3 cross-conversation memory by @hhyqhh in #17
- fix: keep interrupted first session and add existing-workspace picker by @hhyqhh in #18
- fix: surface backend LLM errors in the chat UI by @hhyqhh in #19
New Contributors
- @Chloris-Blaxk made their first contribution in #13
Full Changelog: v0.2.4...v0.2.5
What's Changed
- docs: 新增 Skill 使用教程,整理文档目录 by @Chloris-Blaxk in #13
- feat: send workspace files to channels + session origin tagging by @hhyqhh in #14
- fix: prevent slow model API from blocking the session queue by @hhyqhh in #15
- fix: make terminate reliably abort the backend stream by @hhyqhh in #16
- feat: add manual toggle for L3 cross-conversation memory by @hhyqhh in #17
- fix: keep interrupted first session and add existing-workspace picker by @hhyqhh in #18
- fix: surface backend LLM errors in the chat UI by @hhyqhh in #19
New Contributors
- @Chloris-Blaxk made their first contribution in #13
Full Changelog: v0.2.4...v0.2.5
Inno Agent v0.2.4
Inno Agent v0.2.3
Bug Fixes
- 模型切换卡死:修复流式对话进行中切换模型/provider 导致 UI 永久卡死的问题,
switchModel和refreshConfiguredProviders不再占用 enqueue 队列;前端增加 10 秒超时保护 - 终止对话后新对话卡死:修复点击终止后再开启新对话或切换 session 卡死的问题,SSE 连接断开时现在会调用
session.abort()立即释放后端 agent 队列 - 图片历史丢失:修复刷新页面或切换 session 后图片消失的问题,session 历史解析时现在正确还原图片内容
- 图片放大预览:对话中的图片支持点击全屏放大,可通过点击遮罩、Esc 键或 X 按钮关闭
What's Changed
- 更新dockerfile by @GuoYongHeng in #8
- 修复若干Windows系统下存在或潜在的问题 by @Septend9 in #9
- fix: 修复模型切换卡死、图片历史丢失及图片放大预览 by @hhyqhh in #10
- fix: 修复终止对话后新对话卡死的消息阻塞问题 by @hhyqhh in #11
New Contributors
- @GuoYongHeng made their first contribution in #8
- @Septend9 made their first contribution in #9
Full Changelog: v0.2.1...v0.2.3
What's Changed
- 更新dockerfile by @GuoYongHeng in #8
- 修复若干Windows系统下存在或潜在的问题 by @Septend9 in #9
- fix: 修复模型切换卡死、图片历史丢失及图片放大预览 by @hhyqhh in #10
- fix: 修复终止对话后新对话卡死的消息阻塞问题 by @hhyqhh in #11
New Contributors
- @GuoYongHeng made their first contribution in #8
- @Septend9 made their first contribution in #9
Full Changelog: v0.2.1...v0.2.3
Inno Agent v0.2.2
Full Changelog: v0.2.0...v0.2.2
Full Changelog: v0.2.0...v0.2.2
Inno Agent v0.2.0
Full Changelog: v0.2.0...v0.2.1
Full Changelog: v0.2.0...v0.2.1
Inno Agent v0.2.0
What's Changed
- Fix unnecessary scrollbars on chat input textarea by @hhyqhh in #1
- Fix ask_user_question tool failing to register by @hhyqhh in #2
- Add LiteParse document parsing integration by @hhyqhh in #3
- Workspace rework: per-session binding, agent.md + private skills, sidebar grouping by @hhyqhh in #4
- fix(terminal): fix 'posix_spawnp failed' so the terminal can connect by @hhyqhh in #5
- fix(ci): fix empty version in release title/artifact name by @hhyqhh in #6
- fix(build): fix 'posix_spawnp failed' in packaged DMG release by @hhyqhh in #7
New Contributors
Full Changelog: https://github.com/hhyqhh/inno-agent/commits/v0.2.0