Skip to content

Releases: hhyqhh/inno-agent

Inno Agent v0.3.0

12 Jun 09:17

Choose a tag to compare

What's Changed

Full Changelog: v0.2.7...v0.3.0

What's Changed

Full Changelog: v0.2.7...v0.3.0

Inno Agent v0.2.7

11 Jun 12:30

Choose a tag to compare

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

10 Jun 10:07

Choose a tag to compare

What's Changed

  • fix: provider switch not persisting to new sessions by @hhyqhh in #20

Full Changelog: v0.2.5...v0.2.6

What's Changed

  • fix: provider switch not persisting to new sessions by @hhyqhh in #20

Full Changelog: v0.2.5...v0.2.6

Inno Agent v0.2.5

10 Jun 01:19

Choose a tag to compare

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

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

Full Changelog: v0.2.4...v0.2.5

Inno Agent v0.2.4

06 Jun 03:56

Choose a tag to compare

What's Changed

  • feat: L3 跨对话语义检索(sqlite 索引 + 阈值召回) by @hhyqhh in #12

Full Changelog: v0.2.3...v0.2.4

What's Changed

  • feat: L3 跨对话语义检索(sqlite 索引 + 阈值召回) by @hhyqhh in #12

Full Changelog: v0.2.3...v0.2.4

Inno Agent v0.2.3

05 Jun 03:07

Choose a tag to compare

Bug Fixes

  • 模型切换卡死:修复流式对话进行中切换模型/provider 导致 UI 永久卡死的问题,switchModelrefreshConfiguredProviders 不再占用 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

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

Full Changelog: v0.2.1...v0.2.3

Inno Agent v0.2.2

03 Jun 16:24

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.2

Full Changelog: v0.2.0...v0.2.2

Inno Agent v0.2.0

31 May 15:53

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

Full Changelog: v0.2.0...v0.2.1

Inno Agent v0.2.0

30 May 05:46
2752eb4

Choose a tag to compare

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

  • @hhyqhh made their first contribution in #1

Full Changelog: https://github.com/hhyqhh/inno-agent/commits/v0.2.0