Releases: Lusan-sapkota/Flint
Releases · Lusan-sapkota/Flint
Release list
v0.1.4
Added
- The docs are published at
flint.lusansapkota.com.np, from
thedocs/folder, in Flint's own dark colors with a grouped page
menu: a home page with a quick start (Docker first), screenshots, the
changelog, and the reasoning behind the design (where the ideas come
from, what was deliberately not built). - Set your own context window in Settings → Connection, one for local
models (for a GPU with room for more than the defaults) and one for
cloud models, with common sizes (32k = 32768, 1M = 1048576, ...) to
pick from. Cloud models get 32k by default instead of the 4k/8k meant
for small local ones, and no model is given more than it supports. - Ollama cloud models (
:cloud) are tagged "cloud" in the model picker,
Settings and the chat, with a line saying the chat is sent to
ollama.com. Not being signed in to Ollama now says to run
ollama signin. - Change a chat's attached folder with the Change link on the folder
chip. The new folder replaces the old one as the chat's standing
context. - A "Saved to memory" card where you saved a memory from a chat, which
expands to show what was saved and stays after a reload. - Settings → Memories shows which chat each memory was saved from, with
a link back to it. - Reply instead on a waiting shell command: tell the model what to do
rather than just denying it. Your reply is an ordinary message, so
@weband@memorywork in it. - Log out from Settings too, at the bottom of its sidebar.
- Edit your name and email, and change your password, in Settings →
Account. A new email or password needs your current password, and a
password change logs out your other devices.
Changed
@webresults carry their publish dates, in the sources card and for
the model, when Brave has one for every result. The model then answers
"latest version" questions with its source's date instead of
presenting a month-old page as current (E21).@webpicks more relevant results: its re-ranking now sends
nomic-embed-textthe search prefixes it was trained with (E20).- Logging out asks "Are you sure you want to log out?" first.
- The
@websources card spans the chat's full width too, and no longer
jumps wider as it opens. - Shell command cards span the chat's full width, so command output like
df -hshows every column instead of scrolling sideways. - Deleting a chat asks Yes / No instead of making you type DELETE. Typing
DELETE stays for deleting a model, a memory or your account. - In a chat without a folder, asking the model to run or check something
gets the command to run yourself and a note that attaching a folder
lets it run commands, instead of made-up output (E19).
Fixed
- A chat whose first reply failed no longer tries to generate a title
anyway, which cost a model call (quota, on a cloud model) and kept
the input blocked while it ran. - The "waiting for the reply" dots no longer stay on forever after an
instant response, such as the@compact"Nothing to compact" notice or
an error Ollama returns right away. - A cloud model's details in Settings → Models show its context length.
- qwen3.5 no longer fails with "System message must be at the beginning"
after@memory, a later@web, or once a long chat is summarized. Its
chat template allows one system message, first; Flint now resends
such messages as user messages for models that refuse them (E22). nomic-embed-textunloads as soon as an@websearch has re-ranked
its results, instead of staying in memory for Ollama's default 5
minutes beside the chat model.- When Ollama isn't reachable, Flint says so plainly (where it looked
and what to do) instead of showing Go's raw connection error, and says
it once per page instead of in every section. - A saved Brave Search key is no longer sent back to the browser. It was
in the Settings page and in/api/me, where the eye button or the page
source showed it in full. Settings now shows only its last four
characters, with Replace and Remove. - After a reload, messages keep their
@web/@memorytags as typed,
and recalled memories show as "Recalled memories for …" after the
message that asked, instead of the instruction text meant for the
model. Collapsible headers keep their arrow on the same line. - A denied command card shows just "Denied", not the instructions Flint
writes for the model. - Collapsible headers (sources, system messages) and link hovers no
longer flash Pico's default blue. - The "Attached folder" card no longer jumps sideways while it opens and
closes.
v0.1.3
Added
- Delete your account from Settings. It asks for your password and, if
you've set security questions, their answers, then a typedDELETE
confirmation. Everything in the account is deleted for good, including
attachment files, and every session is signed out. - Settings says when
nomic-embed-textis missing and offers to pull it.
It's optional:@webworks without it, using Brave's ranking, and it
only loads while a search runs. The Installed list marks it, and deleting
it says what changes. - Load and unload models from Settings → Models. Loading one unloads
whatever else is running first. - Settings → Connection lists your
@websearches: the exact query sent
to Brave, when, which chat, and how many this month.
Changed
- Settings is laid out like the chat page: sections in a sidebar
(Connection, Models, Memories, Account), one at a time, instead of one
long scrolling column. On phones they become tabs. - Thinking, sources, system messages and model details open and close
with a short transition instead of snapping.
Fixed
- Display math no longer shows a small vertical scrollbar.
- A model's details button shows a readable summary (family, parameters,
quantization, context length, capabilities) instead of raw JSON or an
empty box.
v0.1.2
Changed
- A denied command no longer makes the model claim it lacks permissions.
It now hears that you chose not to run that one command, and tries
another way or asks you instead of guessing the output (E18). - The context meter shows how many older messages have been condensed
into a summary, for example "100 / 4.1k · 3 condensed". - Hovering a chat in the sidebar shows its full title.
Fixed
- Clicking the chat you're already in no longer reloads the page.