Skip to content

Add image attachment support to chat#6

Merged
PureWeen merged 1 commit intomainfrom
dev/kubaflo/images-support
Feb 8, 2026
Merged

Add image attachment support to chat#6
PureWeen merged 1 commit intomainfrom
dev/kubaflo/images-support

Conversation

@kubaflo
Copy link
Collaborator

@kubaflo kubaflo commented Feb 8, 2026

Enable inline image attachments via drag-and-drop, paste, and file picker. UI changes (Home.razor / Home.razor.css) add an attachment strip, attach button, drag-over styling, and file input handling; pending images are shown and can be removed. Message sending now allows sending when images are attached and prepends attached file paths to the prompt. ChatMessageList.razor now detects user-specified local image paths and inlines them as data URIs when available; styles for inline attachments added to ChatMessageList.razor.css. index.html adds JS interop helpers (setupImageDropZone, readFileAsBase64, triggerImageFilePicker, readSelectedFiles) to read images and call OnImageDropped. Images are saved to a temporary AppData directory and cleaned up when removed. Small defensive/fallback handling added for various file-read scenarios.

Screen.Recording.2026-02-08.at.01.00.27.mov

Enable inline image attachments via drag-and-drop, paste, and file picker. UI changes (Home.razor / Home.razor.css) add an attachment strip, attach button, drag-over styling, and file input handling; pending images are shown and can be removed. Message sending now allows sending when images are attached and prepends attached file paths to the prompt. ChatMessageList.razor now detects user-specified local image paths and inlines them as data URIs when available; styles for inline attachments added to ChatMessageList.razor.css. index.html adds JS interop helpers (setupImageDropZone, readFileAsBase64, triggerImageFilePicker, readSelectedFiles) to read images and call OnImageDropped. Images are saved to a temporary AppData directory and cleaned up when removed. Small defensive/fallback handling added for various file-read scenarios.
@PureWeen PureWeen merged commit d22589b into main Feb 8, 2026
PureWeen added a commit that referenced this pull request Feb 20, 2026
Concurrency fixes:
- Swap _sessions before wiring event handler on reconnect (#2)
- Block ALL events from orphaned handlers, not just terminal (#3)
- Add lock(_imageQueueLock) to all image queue mutations (#4)
  including dequeue, reinsert, ClearQueue, rename, close, dispose
- Clear IsResumed on error and watchdog paths (#5)
- Add RunContinuationsAsynchronously to remaining TCS (#6)

Architecture/contract fixes:
- Add [JsonIgnore] to ShouldWarnOnStall, LastSimilarity (#7)
- Fix ConsecutiveErrors increment-before-check ordering (#8)
- Set IsCancelled on all non-success termination paths (#10)
  including stall, error-stall, max-iteration, OperationCanceled,
  empty-assignment error stall, and single-agent StopReflectionCycle
- Add session dir deletion for ghost evaluator pruning (#12)
- Add CompletedAt to StopReflectionCycle (#12 related)

Already correct (no changes needed):
- #9: CurrentIteration == 1 check was already fixed
- #11: Comments already reference string-based stall detection

Documentation:
- Update stall detection from 'hash match' to 'string equality'
- Update error handling to show ConsecutiveErrors (not ConsecutiveStalls)
- Add IsCancelled invariant to exit conditions table
- Add 5 new invariants: orphan gate, reconnect ordering,
  image queue locking, IsResumed clearing, TCS creation
- Document empty-assignment retry behavior

817/817 tests pass.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@PureWeen PureWeen deleted the dev/kubaflo/images-support branch February 22, 2026 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants