|
|
0be6a86e94
|
feat: add API config system, FilePipe backend, and ConfigManager
- ConfigManager: route sensitive keys (API keys) to localStorage,
migrate existing values out of extension_settings on startup
- ApiKeyStore: local/cloud storage modes with RSA+AES hybrid encryption
- ApiProfileManager: named connection profiles (chat/embedding/rerank)
with per-slot type-validated assignments
- FilePipe: complete IndexedDB backend (read/write/delete/list/stat)
- Amily2Bus: inject FilePipe via forPlugin() capability token
- UI: api-config-panel with profile CRUD and slot assignment
- TableSystemService: initial service layer scaffold
- logger.js: XSS fix
|
2026-03-10 22:07:15 +08:00 |
|
|
|
3c7318492a
|
2602 dev init
|
2026-02-13 13:06:17 +08:00 |
|
|
|
593492eec9
|
fix
|
2026-02-13 09:59:41 +08:00 |
|
|
|
20c06427af
|
fix
|
2026-02-13 09:59:41 +08:00 |
|
|
|
46eb943904
|
fix
|
2026-02-13 09:59:41 +08:00 |
|
|
|
8e87a8d297
|
优化 _buildProfilePayload 方法,全面继承 Profile 属性并规范化关键字段,确保参数完整性和兼容性
|
2026-02-13 09:59:41 +08:00 |
|
|
|
5fe572c433
|
重构参数合并逻辑,封装 Profile 参数提取至 _buildProfilePayload 方法,确保后端正确应用预设配置
|
2026-02-13 09:59:41 +08:00 |
|
|
|
19695f3828
|
修复预设模式下的参数合并逻辑,确保后端正确应用配置,优化请求有效性
|
2026-02-13 09:59:41 +08:00 |
|
|
|
3d6a3d2f97
|
增强 NccsApi 和 Amily2Bus 的注册逻辑,添加 FakeStream 设置选项,优化初始化流程
|
2026-02-13 09:59:41 +08:00 |
|
|
|
3168575277
|
fix
|
2026-02-13 09:59:41 +08:00 |
|
|
|
1914884a8b
|
优化 ModelCaller 的日志记录和流式处理逻辑,增强 SSE 解析能力
|
2026-02-13 09:59:41 +08:00 |
|
|
|
80348ded2c
|
移除 Logger 类中 process 方法的调试输出,使用注释替代
|
2026-02-13 09:59:41 +08:00 |
|
|
|
4058386c01
|
修复 ModelCaller 中的导入路径,确保正确引用 amilyHelper
|
2026-02-13 09:59:41 +08:00 |
|
|
|
1e20ce79a1
|
添加 ModelCaller 和 Options 类,重构 Logger,增强 Amily2Bus 架构,更新 README 和 TODO 文件
|
2026-02-13 09:59:41 +08:00 |
|
|
|
2c31e1cbc8
|
Initial commit with CC BY-NC-ND 4.0 license
|
2026-02-13 09:59:19 +08:00 |
|