tftsr-devops_investigation/src-tauri/src/commands
Shaun Arman 8a88f046d3 feat(image): add BMP support and upload_file_to_datastore command
- Add image/bmp to supported MIME types
- New upload_file_to_datastore command for GenAI datastore file uploads
  - Uses multipart/form-data with session ID authentication
  - Returns ImageAttachment for consistency
- Updated test to expect BMP support (was negative test)
2026-04-09 17:13:58 -05:00
..
ai.rs fix(lint): resolve all clippy warnings for CI compliance 2026-04-07 09:47:57 -05:00
analysis.rs fix(pii): remove lookahead from hostname regex, fix fmt in analysis test 2026-04-05 09:59:19 -05:00
db.rs feat: add image attachment support with PII detection 2026-04-08 20:03:34 -05:00
docs.rs fix(security): harden secret handling and audit integrity 2026-04-04 23:37:05 -05:00
image.rs feat(image): add BMP support and upload_file_to_datastore command 2026-04-09 17:13:58 -05:00
integrations.rs feat(ai): add tool-calling and integration search as AI data source 2026-04-07 09:35:34 -05:00
mod.rs feat: add image attachment support with PII detection 2026-04-08 20:03:34 -05:00
system.rs feat(image): add BMP support and upload_file_to_datastore command 2026-04-09 17:13:58 -05:00