Commit Graph
5 Commits
Author SHA1 Message Date
abdus 3b4fc7159e feat(chat): Add Clear button to history popup
Lets you wipe all saved conversations from localStorage (not just
today's) after a confirmation prompt.
2026-07-28 10:13:00 +02:00
abdus eee4addd86 feat(chat): Add undo button to trim conversation to a prior message
Lets you click Undo under a user message to drop it and everything
after it, refilling the prompt with that message's text/images so it
can be edited and resent.
2026-07-28 09:22:15 +02:00
abdus d0c1f1ab8a feat(chat): Update models 2026-07-24 15:56:19 +02:00
abdus fbbd0a4763 feat(chat): Add image paste support
Paste images into the textarea to attach them to a message. Pending
images show as thumbnails above the input with a × remove button.
Images are sent to all three providers (OpenAI image_url, Anthropic
image_url via compat endpoint, Gemini inline_data).
2026-04-09 22:48:23 +02:00
abdus db89164aeb refactor(chat): Move under chat dir 2026-04-09 10:00:31 +02:00