dadachann
7c1445051b
build(deps): pin published plugin SDK 0.6.0b2
v4.11.0-beta.2
2026-09-15 09:55:03 +00:00
dadachann
f8123ead0a
feat(telemetry): add isolated beta quality diagnostics and release identity
2026-09-15 09:35:01 +00:00
Hyu
91d6de8858
fix(bots): add icon to processor compatibility warning
2026-09-15 15:11:30 +08:00
Hyu
11f73ddf12
fix(bots): highlight unsupported processor events and show overlap
2026-09-15 15:05:34 +08:00
Hyu
8b7621cb29
fix(i18n): refine processor compatibility warning
2026-09-15 14:58:41 +08:00
Hyu
b71d18f697
test(bots): wait for save notices before reusing subscriptions
2026-09-15 14:58:08 +08:00
Hyu
1c17c4a0db
fix(bots): warn about incomplete processor event support
2026-09-15 14:56:43 +08:00
Hyu
2e6fe63750
fix(agents): combine runner selection and configuration in one tab
2026-09-15 14:27:27 +08:00
Hyu
5c98329170
fix(web): unify processor creation and entity detail loading states
2026-09-15 13:51:39 +08:00
Hyu
d497defbf7
fix(runner): keep installation context within each stream resume
2026-09-15 13:51:27 +08:00
BiFangKNT
38ff4766ef
chore: update .gitignore
2026-09-15 08:22:11 +08:00
Hyu
eb4563775d
docs(readme): remove retired public demo from all languages ( #2543 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-09-15 01:11:42 +08:00
dadachann
9db097399c
ci: recover beta PyPI publication from immutable tags
2026-09-14 17:00:58 +00:00
dadachann
f7cef62290
test: declare agent usage in beta runtime fixture
v4.11.0-beta.1
2026-09-14 16:56:35 +00:00
dadachann
89d42bedaa
chore: release 4.11.0-beta.1 with SDK 0.6.0-beta.1
2026-09-14 16:47:47 +00:00
RockChinQ
184037a427
feat(bots): bind plugin processor configurations independently
2026-09-15 00:28:13 +08:00
sheetung
60bb67f025
Fnos packaging ( #2524 )
...
* feat(packaging): add fnOS FPK packaging and CI workflow
Add packaging/fnos/ shell (manifest, lifecycle cmd scripts, install/
upgrade/uninstall wizards, desktop entry, EULA) plus in-repo build
script. A release now auto-builds langbot-<tag>-fnos.fpk via
.github/workflows/build-fnos-fpk.yaml, uploaded to the release assets.
* ci(fnos): skip release upload on manual dispatch
github.event.release.tag_name is empty when triggered via
workflow_dispatch, causing 'gh release upload' to fail with
'requires at least 2 arg(s)'. Restrict the step to release events.
* ci(fnos): normalize release asset name
Strip a trailing -fnos from the tag-derived version before appending
the suffix, avoiding langbot-<v>-fnos-fnos.fpk when the tag itself
already carries -fnos.
* ci(fnos): use release tag version for auto build, manifest for manual
Auto build (release/tag) reads version from tag like other release
workflows; build.sh strips the v prefix when injecting into manifest.
Manual dispatch falls back to the version maintained in manifest.
* feat(fnos): add post-install deployment notice to install wizard
Last wizard step now informs users that first startup takes about
5-10 minutes for dependency setup before the web UI is ready.
* docs(fnos): add packaging directory README
* refactor(fnos): rename app from ai.langbot to langbot
Rename appname, desktop entry, data share, build artifacts, and all
references from ai.langbot to langbot across packaging files.
---------
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-09-14 00:31:19 +08:00
Type_rBody
cbe6844342
Merge pull request #2541 from hedging8563/codex/refresh-tokenlab-logo-20260913
...
chore(brand): refresh TokenLab logo
2026-09-13 22:18:08 +08:00
hedging8563
940895c541
chore(brand): refresh TokenLab logo
2026-09-13 21:24:38 +08:00
Hyu
9b130680ca
ci(discord): announce published stable releases via webhook ( #2539 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-09-13 00:39:21 +08:00
RockChinQ
e913658e03
fix(processors): clarify processing modes and reorder choices
2026-09-13 00:18:36 +08:00
huanghuoguoguo
d26d0635c5
fix(vector): correct SeekDB adapter semantics ( #2536 )
2026-09-12 19:40:30 +08:00
彼方
58cde8c022
Merge pull request #2534 from langbot-app/fix/i18n-passkey-keys
...
fix(i18n): complete passkey keys across all locale files
2026-09-12 16:47:27 +08:00
彼方
9eb8683997
Merge pull request #2530 from langbot-app/feat/passkey-login
...
feat(auth): support passkey (webauthn) login and credential management
2026-09-12 16:00:10 +08:00
BiFangKNT
19526e1400
test(api): define explicit fixtures for passkey integration tests
2026-09-12 15:51:56 +08:00
BiFangKNT
dfde9578c1
fix(ci): fix ruff lint errors and postgres legacy migration table exclusion
2026-09-12 15:35:47 +08:00
Hyu
ec5b8cc8a8
docs(space): sync Runner usage recommendation contract ( #2533 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-09-12 13:37:14 +08:00
RockChinQ
1277c6da07
feat(runner): filter marketplace recommendations by explicit usage
2026-09-12 12:51:16 +08:00
Hyu
137bb4fdb3
fix(ci): recover immutable release PyPI builds ( #2532 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-09-12 12:50:37 +08:00
Hyu
273b8839b9
chore(release): prepare LangBot 4.10.11 ( #2531 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
v4.10.11
2026-09-12 12:33:26 +08:00
BiFangKNT
9db6650274
style(tests): Remove unused time import from test file
2026-09-12 12:26:51 +08:00
BiFangKNT
b594cf23e4
feat(auth): add webauthn authentication support
2026-09-12 12:17:26 +08:00
RockChinQ
fa15f48fd7
feat(models): sort catalog by listing date availability and price
2026-09-12 02:07:33 +08:00
RockChinQ
18c1ed93b8
fix(models): show reasoning icon in model selectors
2026-09-12 01:23:06 +08:00
RockChinQ
8b85876a19
fix(models): simplify capability badges
2026-09-12 01:09:12 +08:00
RockChinQ
18b84566c3
fix(models): flag models without pricing
2026-09-12 01:04:03 +08:00
RockChinQ
50d544aa6f
fix(models): align selector metadata
2026-09-12 00:57:55 +08:00
RockChinQ
33b4035140
feat(models): show LangBot Models pricing
2026-09-12 00:53:47 +08:00
RockChinQ
a3509b3626
feat(models): show LangBot Models availability
2026-09-11 21:17:20 +08:00
Hyu
45d77c3926
fix(plugin): preserve explicit nested installation scope ( #2528 )
...
* fix(plugin): preserve explicit nested installation scope
* fix(deps): pin released RAG runtime SDK 0.5.8
---------
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-09-11 17:41:33 +08:00
Hyu
1ea9cd3f6f
fix(pipelines): show the actual sandbox scope restriction ( #2527 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-09-11 14:42:38 +08:00
Hyu
ff6ad6adc2
fix(monitoring): restore Cloud messages and bot-scoped sessions ( #2526 )
...
* fix(monitoring): restore Cloud message persistence and bot-scoped sessions
* fix(migrations): support partial monitoring schemas and align regression fixtures
* test(migrations): complete raw bot session fixture values
---------
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-09-11 14:34:37 +08:00
Hyu
e631da0073
fix(runner): align SDK pin and complete real runtime verification ( #2525 )
...
* fix(runner): align SDK pin and workspace-aware integration fixtures
* fix(ci): format sources and resolve current migration head
* test(persistence): align standalone migration fixtures with current models
* test(web): align smoke fixtures with current processor UI
---------
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-09-11 12:57:29 +08:00
RockChinQ
24ddcfe13e
fix(i18n): localize Runner component labels
2026-09-11 00:03:09 +08:00
RockChinQ
d93e44d82d
feat(runner): authorize contextual platform APIs
2026-09-11 00:02:44 +08:00
RockChinQ
f24a7c9bb2
feat(runner): unify plugin execution across agents and event processors
2026-09-10 18:04:38 +08:00
RockChinQ
8903a40c41
fix(runtime): preserve explicit replies and report bot configuration errors
2026-09-10 17:21:22 +08:00
RockChinQ
b7a04f7a24
fix(bots): streamline detail layout and event listening
2026-09-10 15:29:52 +08:00
RockChinQ
15fa0f50e3
fix(ui): distinguish EventProcessor with a trigger icon
2026-09-10 15:18:04 +08:00
RockChinQ
d1c79a35e8
fix(4.11): align omni adapters and EventProcessor marketplace support
2026-09-10 15:06:57 +08:00