Commit graph

18570 commits

Author SHA1 Message Date
Classic298
f00dff429c
chore: add the server side of the tool call match fix 2026-09-09 03:09:19 +00:00
Classic298
b5be8b4caf
chore: cover the task list height cap 2026-09-09 02:08:35 +00:00
Classic298
9ddbc43f52
chore: cover file comparison and the query link submit 2026-09-09 01:10:42 +00:00
Classic298
f5794c05cc
chore: cover folder upload and the file browser selection fixes 2026-09-08 21:10:25 +00:00
Classic298
889dd79f35
chore: cover diff blocks, note formatting, tika 4 and the oauth session expiry 2026-09-08 20:10:30 +00:00
Classic298
d920db3edf
chore: cover the account menu row highlight 2026-09-08 06:07:22 +00:00
Classic298
e1e9216b8f
chore: name what the interface permission was blocking 2026-09-07 19:28:46 +00:00
Classic298
379fe7d573
chore: write the settings clobbering fix and trim the api note 2026-09-07 19:25:00 +00:00
Classic298
4c52c4dfd6
chore: cover the settings save rework 2026-09-07 19:05:43 +00:00
Classic298
a1d5a221b6
chore: note the terminal pane open and collapse behaviour 2026-09-07 17:27:48 +00:00
Classic298
4e453cbfc8
chore: cover three fixes from 29494, 29493 and 29325 2026-09-07 17:24:04 +00:00
Classic298
c8413dd604
chore: cover the tool step merge and the model list filters 2026-09-07 17:20:14 +00:00
Classic298
d50d6943a4
chore: cover the model access denial logging 2026-09-07 16:46:02 +00:00
Classic298
6731d6e7b4
chore: cover cookie forwarding and the note save on navigation 2026-09-07 16:29:11 +00:00
Classic298
64c67e9690
chore: note the llama.cpp continuation flags 2026-09-07 03:36:22 +00:00
Classic298
9491aeab2e
chore: fold the continue reply refinements into its entry 2026-09-07 00:06:47 +00:00
Classic298
93b277cf1e
chore: keep the connection listing fix brief 2026-09-06 22:59:38 +00:00
Classic298
8366a2e240
chore: write the connection listing role check as a security fix 2026-09-06 22:57:40 +00:00
Classic298
6878601274
chore: cover continuing a reply in a temporary chat 2026-09-06 22:33:18 +00:00
Classic298
4726afb226
chore: date the 0.11.4 section 2026-09-07 2026-09-06 22:19:15 +00:00
Classic298
b5fefa26f7
chore: fold the translation coverage entry into translation updates 2026-09-06 22:18:33 +00:00
Classic298
68597301d0
chore: retitle the terminal tabs entry 2026-09-06 22:17:16 +00:00
Classic298
f08fe204f6
chore: retitle the per-language wording entry 2026-09-06 22:17:06 +00:00
Classic298
a2e21b740c
chore: state only how much smaller the images are 2026-09-06 22:13:55 +00:00
Classic298
c47e3c92db
chore: write the measured image sizes and retitle the page loader entry 2026-09-06 22:09:14 +00:00
Classic298
64a7be019a
chore: drop the build and picture entries and retitle the tool imports one 2026-09-06 22:08:21 +00:00
Classic298
b946a00b1d
chore: lead the playwright entry with the speed gain 2026-09-06 22:06:13 +00:00
Classic298
1c596eb815
chore: cover the playwright media skip and lead the registry entry with the cost 2026-09-06 22:02:11 +00:00
Classic298
bcd34bbd7e
chore: cover the model registry rewrite fix 2026-09-06 21:53:54 +00:00
Classic298
a3b88c4495
chore: lead with the slim image download size 2026-09-06 21:48:26 +00:00
Classic298
ecd32c0b02
chore: cover the tool export scoping and the terminal command echo 2026-09-06 21:45:33 +00:00
Classic298
d7633ea088
chore: drop the entry for the unused PDF endpoint 2026-09-06 21:42:09 +00:00
Classic298
5d756db54a
chore: rewrite the changed entries and cover git leaving the slim image 2026-09-06 21:40:11 +00:00
Classic298
0df5c7e026
chore: fold the dropped Gemini SDK into the tool imports entry 2026-09-06 21:37:10 +00:00
Classic298
a023f64371
chore: split the slim limits into their own entries and cover the PDF removal 2026-09-06 21:29:55 +00:00
Classic298
c06e066be6
chore: cover the slim web search and code interpreter changes 2026-09-06 21:26:36 +00:00
Classic298
7384020d74
chore: lead the 0.11.4 sections with the slimming entries 2026-09-06 21:23:45 +00:00
Classic298
31fad36d69
chore: soften the slim backend entry and cover the browser speech runtime 2026-09-06 21:22:16 +00:00
Classic298
851cc27685
chore: say which slim limits stop the server and which do not
The entry put refusing to start against all three limits. Only two behave that
way: the database check raises while the module is read, and the storage
provider is chosen by a call made as the module is read. The vector store is
built on first use, so pointing slim at anything but PostgreSQL for it fails
when something searches, not at startup. The sentence now separates them.
2026-09-06 21:16:10 +00:00
Classic298
40b73a2743
chore: add the slim backend narrowing entry to 0.11.4
Changed gains the set of things slim will work with at all, which is a separate
matter from the entry above it: that one says the local models are gone and a
service is asked for when a feature reaches for one, this one says which
databases, vector stores and file stores remain, and that being pointed at
anything else stops the server before it starts rather than at first use.
The browser-driven page reader goes with them.

It sits directly below the entry it qualifies.
2026-09-06 21:15:21 +00:00
Classic298
6687cdbfba
chore: add the sign-in form setting entry to 0.11.4
Added records the sign-in form becoming something an administrator can switch
off from the authentication settings. The setting itself is not new, having
been available since before this release as a value read at startup; what is
new is reaching it without restarting the server, so it is recorded as an
addition rather than a change to how signing in works.

The date on the section already stands at the day of this change.
2026-09-06 21:12:11 +00:00
Classic298
4e2e62e34a
chore: bring the 0.11.4 date up to the newest change it records
The date was set when the section was opened and left there while entries kept
arriving, so it sat three days behind the last commit it covers.
2026-09-06 21:06:37 +00:00
Classic298
238110fbc4
chore: add the tool server request entry to 0.11.4
Fixed records a tool call to an OpenAPI tool server repeating in the body the
arguments already placed in the address, which a server checking its input
strictly refused, so reading worked and writing through any such address did
not. It is placed high, a whole class of tool call failing outright costing
more than the corrections below it.
2026-09-06 21:02:39 +00:00
Classic298
c4b4957376
chore: add the webhook picture and nameless tool call entries to 0.11.4
Fixed gains the channel webhook picture that anyone signed in could fetch, or
be sent onward to, without belonging to the channel, which sits directly below
the model picture entry, the two being the same gap on two routes.

It also gains the tool call arriving with no name at all, which was kept as it
came, written into the stored message and handed back on the next turn for the
endpoint to refuse, and now fails once where it starts.

The line uninstalling the install tool is not recorded: it went in the same
breath as the mount that made it unnecessary, and the size entry already says
the tool no longer ships.
2026-09-06 21:01:36 +00:00
Classic298
9a35025e21
chore: add the BuildKit entry and fold the install tool into the size entry
The install tool now leaves every image rather than only the slim one, since it
is mounted for the install step instead of being installed and removed, so the
size entry names it among what the image no longer carries and the slim clause
keeps only the source maps.

Changed records what building the image yourself now takes: the BuildKit
builder, which the syntax line alone did not require before, and reach to the
registry that tool is fetched from.
2026-09-06 21:00:45 +00:00
Classic298
e2b1298d13
chore: correct the slim entry and add the citation link entry to 0.11.4
The slim entry read as though a service had to be configured before the image
would run. It does not: the vector client is built on first use behind a lock,
the speech engine raises only when one is asked for, and extraction raises per
file, so an instance starts and holds a conversation with none of it in place
and each feature asks for what it needs when it is reached. The entry now says
that.

The image size entry gains the slim build leaving behind the tool that
installed its packages and the source maps built beside the interface.

Fixed gains the source attached to a reply opening only where it points at a
web address, which sits with the document preview correction, both being about
where a link in something the model handed back is allowed to go. Portuguese
(Brazil) joins the translation entry.
2026-09-06 20:56:35 +00:00
Classic298
d9baf075c1
chore: add the slim image entry to 0.11.4
Changed records the slim image giving up the local models and converters it
carried, so an instance built that way now needs a service configured for
embeddings, vector storage, document extraction past plain text, and speech,
and refuses to build alongside the graphics card or Ollama options. The admin
pages mark what is unavailable and the server answers with what to configure,
both part of the same change.

It is kept out of the image size entry above, which gathers what was carried
and never used; this one removes things that were used and asks for them from
somewhere else.
2026-09-06 20:52:15 +00:00
Classic298
2d387fd665
chore: write the image size figure in digits
The file gives every measurement in digits and spells out only counts of
things, so the size the image loses is written the same way as the ones
recorded before it.
2026-09-06 20:42:44 +00:00
Classic298
176cccc4a5
chore: gather the image size work and add the docx preview entries to 0.11.4
The image size entry now carries the fonts nothing loaded and the packages
nothing imports alongside the second Python it already named, with all four
pull requests, and states the running total rather than the one measurement it
started from. They are one entry because a reader meets them as one thing: less
to pull.

Changed records what that costs anyone whose tool or function imported a
package it never declared, which worked only while the package happened to be
in the image.

Fixed records the Word document preview no longer rendering an HTML
sub-document embedded in the file, and refusing a link that points anywhere
but a web address, a mail address or a telephone number.
2026-09-06 20:41:23 +00:00
Classic298
c5699a0f25
chore: add the token logging, model picture and image size entries to 0.11.4
Fixed leads, below the advisory, with the credentials an identity provider
handed over being written into the application log when a sign-in failed part
way through, and with the model picture that any signed-in person could fetch
whatever their access, which also told them whether a model id existed at all.
Both sit above the rest of the section, a credential in a log file and a way to
enumerate what a server holds costing more than anything below them.

Changed records the consequence a viewer will notice: a model picture falling
back to the standard logo wherever no grant is held, which is a change to what
people see rather than a correction, so it is kept apart from the entry above.

Added records the container image losing the second Python it never used.
2026-09-06 20:27:53 +00:00