Commit graph

18554 commits

Author SHA1 Message Date
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
Classic298
79cb5ae619
chore: add the note date entry to 0.11.4
Fixed records the date beneath a note title, which was wrapped in a button left
over from an earlier styling pass, so it took a pointing hand and announced
itself as something to press while doing nothing at all. It sits at the foot of
the section beside the dialog banding, both being small corrections to how
something looks rather than what it does.
2026-09-06 19:41:54 +00:00
Classic298
4280236ba0
chore: add the terminal dock entry to 0.11.4
Added leads with the terminal pane carrying a tab for every command a model is
running beside the shell, which is the most visible thing in the release for
anyone who watches an agent work.

It was held back earlier on the reading that the dock was built but never
rendered. That reading came from searching a checkout that predated the commit;
the commit swaps the single terminal for the dock in the files pane, so it has
been in front of people since it landed.
2026-09-06 19:33:08 +00:00
Classic298
06c70698e5
chore: add the Apple Silicon and WebKit entries to 0.11.4
Fixed gains the question against a knowledge base that killed the server
outright on a Mac when a reranking model ran locally, placed high, an answer
lost with the connection costing more than one that reads oddly.

It also gains the two separate things the WebKit pull request corrects, kept
apart because a reader meets them as different problems: an assistant reply
coming up blank on Apple devices whose browser never says Safari, and the
sidebar hover preview laid out at the width of a full conversation there since
0.11.0.
2026-09-06 19:23:04 +00:00
Classic298
8349df139f
chore: add the document escape sequence entry to 0.11.4
Fixed records the escape sequences in an uploaded file being rewritten before
the text was stored, so what was indexed and what the model read differed from
the file as written, and inconsistently at that, since the rewriting stopped at
the first line holding an angle bracket. It sits beside the sketch upload, both
being corrections to what a file turns into on its way into knowledge.
2026-09-06 19:20:54 +00:00
Classic298
20527ee662
chore: carry the wording editor follow-ups into the 0.11.4 entry
Two follow-ups tidy the editor the per-language wording is written in, dropping
the line that said whether a field was translated or using the default and
holding back the controls beside a skill or tool name. Neither changes what the
entry describes, so they join its links rather than standing on their own.

The terminal work is left out: the dock it adds is not rendered anywhere yet,
and the rest of that commit rewrites the existing terminal in place and sends
two identifying headers upstream, none of which shows to anyone using it.
2026-09-05 03:54:06 +00:00
Classic298
b1d1b7821a
chore: add the interface wording and sketch upload entries to 0.11.4
Added records an administrator being able to replace the interface's own
wording language by language, which is a separate thing from a model or a tool
carrying wording of its own and so stands beside that entry rather than joining
it. A replacement that drops a placeholder the original fills in is refused, as
it is for the resources.

Fixed records the Arduino sketch that failed to upload to a knowledge base
because its extension was missing from the list of files read as plain text, so
it went to a document extraction server that answered with something the loader
could not read.
2026-09-04 23:16:44 +00:00
Classic298
5e73aef3fc
chore: carry the valve labels and translation table into the wording entry
The entry named only what a resource is called and says about itself, leaving
out the labels on its valves, which are translatable down to the options in a
dropdown, and the table each editor now offers in place of the code when a
language is picked, with the JSON file it reads and writes. An import that
drops a placeholder the original fills in is refused, which is worth the words
it takes to say.

It stays one entry: every part of this arrived together and none of it existed
in another form before.
2026-09-04 22:39:49 +00:00
Classic298
19be91e729
chore: widen the per-language wording entry in 0.11.4
The mechanism that gave a model its name, description and starter prompts in
each language now covers tools, skills, functions, banners and arena entries
too, each written in the editor that owns it, so the entry names them rather
than standing as a second one beside it. Both commits travel with it.

The response shape entry is unchanged: it is the saving call for the admin
defaults, which this second commit does not touch.
2026-09-04 22:33:42 +00:00
Classic298
72261b153d
chore: add the per-language model wording entries to 0.11.4
Added leads with a model carrying its name, description and starter prompts in
each language, written in the workspace editor or the admin defaults and chosen
by the language the interface is set to, falling back to the plain wording where
that language has none. Every part of it arrived together, so it is one entry.

Changed opens the section for the saving call that now answers with the
suggestions and their per-language wording together where it returned the bare
list, which anything reading that response directly has to account for. No
schema change travels with it, so the section carries no migration warning.
2026-09-04 21:44:04 +00:00
Classic298
556ee730cf
chore: add the arena, relevance and dialog entries to 0.11.4
Fixed gains the arena model that failed on something unrelated whenever its
provider answered with an error, so the reason never reached the chat and
titles and tags broke alongside it; it is placed high, a message that fails
outright costing more than one that reads oddly. It also gains the relevance
figure that a reply drawing on a single source never showed, appearing only
once a second source joined it, and the grey band the attach webpage dialog
carried between its address box and its button.
2026-09-04 21:21:01 +00:00
Classic298
66b8c36a8f
chore: add the note from search entry to 0.11.4
Fixed records the three ways starting a note from the search box went wrong, as
one entry because they are one action: the browser back button making a further
note on every press, the action doing nothing at all when the notes page was
already open, and the typed text losing everything from the first ampersand or
hash onwards. It sits below the listener leak, unwanted notes being a nuisance
rather than something that grows on the server.
2026-09-04 19:57:07 +00:00
Classic298
e14132c5de
chore: extend the quick delete entry to automations in 0.11.4
The shortcut that turns a note's trailing controls into a delete button now does
the same for a row on the automations page, so the entry names both places and
carries both pull requests with the issues they close, rather than repeating
itself for the second surface.

The pass blanking redundant English values in the en-US catalogue is omitted:
the key stands in for the value there, so nothing reads differently.
2026-09-04 16:00:13 +00:00
Classic298
6a713c1bc0
chore: add the version check, ligature and search entries to 0.11.4
Fixed gains the version check that reported whatever it was running as the
newest release whenever it could not reach the listing, and logged nothing
about it, which is placed high because an administrator reads it as an answer
rather than a failure. It also gains the arrow sequences drawn as glyphs, which
had text look altered although every character was stored and sent as typed;
that one sits with the other reading corrections.

Added gains the text search moved off the path the server answers on, so a long
search no longer keeps other requests waiting.

The metadata entry gains the four vector stores that never applied the shared
size cap, coercion and sanitising, bringing them in line with the other eleven
rather than standing as an entry of its own.
2026-09-04 15:46:45 +00:00
Classic298
1af996ab6d
chore: add the notes shortcut and web citation entries to 0.11.4
Added records the shortcut that turns a note's menu button into a delete button
while Shift is held, ahead of the placeholder and translation entries in their
reserved places.

Fixed records the pages a web search only listed no longer being offered as
things to cite, which had produced citations pointing at the wrong result under
a title that read as correct. It sits directly below the code formatter, a
citation that is wrong being worse to a reader than one that is missing.
2026-09-04 15:31:00 +00:00
Classic298
2faf98e339
chore: add the code formatter entry and widen the translation coverage entry in 0.11.4
Fixed leads with the built-in code formatter, which pulled in the formatter but
none of the packages it depends on, so saving any tool or function ended in a
missing module error however plain the code was. It sits directly below the
advisory, being the correction that stops the most people getting their work
saved.

The settings heading entry widens into one covering every string that was fixed
in English, the headings among them, now that labels and messages across the
admin pages, the workspace and notifications have been opened up the same way
and Spanish, Russian and Ukrainian have filled them in. Its five commits travel
together. German and Spanish join the translation entry.
2026-09-04 07:47:10 +00:00
Classic298
4a3059bc51
chore: add the settings group heading entry to 0.11.4
The groundwork that made these headings translatable was held back last time,
the keys having landed empty in every catalogue so nothing read differently.
Russian and Ukrainian now carry the wording, so the change shows and the entry
joins Fixed at the foot of the section, below the corrections that reach
further. The two commits that made the headings translatable are referenced;
the catalogues that filled them sit in the translation entry, which names both
languages and carries no links.
2026-09-03 21:12:43 +00:00