ci: re-trigger release pipeline (verify only: works on M2 instance)
Commits
main2026-07-20
success1f8dcea1
ci: publish npm package to GitGudLab registry on release using CI_JOB_TOKEN
update readme
ci: only publish container on the release branch
Merge feat/multi-feature-pack into release
ci: drop site-specific DNS — runner UPSTREAM_DNS handles it
ci: replace dnsmasq bridge with LAN forwarder in service resolv.conf
ci: dnsmasq bind-dynamic with explicit listen addresses
ci: resolv.conf rewrite for BuildKit sandboxes (copy daemon resolv, ignore --dns)
ci: dnsmasq DNS bridge in dind service (LAN blocks container DNS egress)
ci: clamp dind MTU (runner provides DNS)
ci: build container and publish to the gitgudlab registry
2026-06-30
Cache Keepalive: arm per-chat (only on MESSAGE_SENT, disarm on CHAT_CHANGED); fixes false-arming on chat open
2026-06-22
Cache Keepalive: skip + disarm if the idle timer fired >5s late (sleep/throttle guard)
2026-06-20
Cache Keepalive: stay dormant until the first message/generation of the tab session
Cache Keepalive: send ping as a user message (depth-0 injection) and update default message
Cache Keepalive: per-profile idle tracking + per-profile enable; ping only the active profile
Summarize: generate under the chosen profile via profile-switch + reconnect-wait (replaces sendRequest, which ignored the model)
Stable Diffusion: wait for API reconnect after switching to the image-prompt profile
Stable Diffusion: fix image-prompt profile being ignored (exclude from presets; generate under the chosen profile with full context)
Summarize: dedicated LLM connection profile for summarization
Add Cache Keepalive extension
Summarize: configurable system/user role for the summary prompt
Connection Manager: quick-switch profile button in the chat bar
Stable Diffusion: user-defined custom wand dropdown entries
Stable Diffusion: dedicated LLM connection profile for image prompt generation
Stable Diffusion: primary/secondary settings presets with auto-fallback
2026-05-03
2026-05-02
Refactor extension management and assets download menu (#5583)Signed
Add option to return malformed JSON string from extractJsonFromData (#5578)Signed
fix: npm audit package dependencies (#5572)Signed
Extension clone improvements (part 2) (#5571)Signed
Add account version tags to cookies (#5563)Signed
2026-05-01
Update/Turn expression-set-fallback into expression-fallback (#5564)Signed
2026-04-30
Add rate limit to basic auth middleware (#5504)Signed
feat: add nanogpt provider selection (#5544)Signed
Feat - Add expression-set-fallback slash command (#5551)Signed
Fix json schema use for openAI compat CUSTOM endpoints in several use paths (#5561)Signed
Extension management improvements (#5552)Signed
2026-04-29
fix: temperature -> maxTemperature (#5554)Signed