Cola-Echo
|
621b6bad30
|
fix: 兼容新版 SillyTavern 的 extensionSettings API 并修复总结世界书渲染崩溃
1. 将 window.extension_settings 替换为 getExtensionSettings()
- 新版 SillyTavern 已废弃 window.extension_settings 全局变量
- 改用 SillyTavern.getContext().extensionSettings(通过已有的 getExtensionSettings helper)
- 影响文件: table-filler.js, mode-manager.js, service-interceptor.js, independent-template-modal.js
2. 修复总结世界书未配置时自动拆分导致的渲染崩溃
- renderSummaryPartsUI 中 getSummaryConfig() 在未配置时会 throw
- 导致整个世界书列表渲染失败,自动拆分开关也无法显示
- 改为安全读取 config?.summaryConfigs?.[book.name],未配置时显示"未配置"状态
|
2026-03-03 23:28:36 +08:00 |
|
user
|
6078f85d06
|
feat: v0.5.0 - 总结世界书拆分优化、Part调试面板、Amily表格并发等
主要更新:
- 总结世界书并发拆分功能(自动检测约5万字拆分为Part)
- Part调试面板
- Amily表格并发填充模块(src/table-filler/)
- 合并去重开关
- 内置默认独立模板
- 多主题支持优化
- 添加.gitignore排除不必要文件
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-27 01:46:18 +08:00 |
|
user
|
e78cd230d9
|
feat: 优化进度条体验和修复一键全选功能
- 进度条改用检查点驱动模拟真实流式传输进度 (5→15→25→35→45→60→75→85→92→100)
- 每个检查点间使用 ease-out 缓动平滑过渡
- 完成时从当前进度平滑动画到 100%
- 修复一键全选按钮事件绑定问题
- 添加调试日志帮助诊断问题
- 修复 addSystemMessage 使用不存在容器的问题
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-02-04 19:25:39 +08:00 |
|
Cola-Echo
|
1fd223930d
|
Update from local source
|
2026-02-04 10:33:49 +08:00 |
|
user
|
84dc04ef61
|
feat: 更新插件至 v0.4.6
- 更新核心功能代码
- 优化样式和 UI
- 更新提示词配置
- 更新流程配置
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-01-26 00:58:57 +08:00 |
|
Cola-Echo
|
f51c4ef6dc
|
Update memory-manager-concurrent
|
2026-01-21 18:11:33 +08:00 |
|