Commit Graph

3 Commits

Author SHA1 Message Date
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
7d16b9e596 Update print statement from 'Hello' to 'Goodbye' 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