Hyu
1f1a3aff55
fix(release): publish installable multi-arch artifacts ( #2432 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v4.10.7
2026-08-14 01:06:31 +08:00
Hyu
de28b3160c
docs(deploy): document optional runtime tokens ( #2431 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-14 00:29:58 +08:00
Hyu
79773b669a
fix(auth): allow callbacks from literally any origin ( #2430 )
...
* fix(auth): allow callbacks from any origin
* chore: retrigger repository checks
---------
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-13 23:58:23 +08:00
Hyu
5084f2391d
fix(auth): support dynamic OSS callbacks and LangBot Account copy ( #2428 )
...
* fix(auth): support dynamic OSS callbacks and LangBot Account copy
* style(web): format LangBot Account copy
---------
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-13 23:18:01 +08:00
Hyu
b121c66f18
Merge pull request #2425 from langbot-app/fix/pin-plugin-sdk-hotfix
...
fix: pin Plugin Runtime SDK 0.5.3
2026-08-13 18:44:49 +08:00
Chan
536534865e
fix: pin plugin runtime SDK 0.5.3
2026-08-13 10:39:51 +00:00
Hyu
ff528e8e0b
Merge pull request #2424 from langbot-app/fix/pin-plugin-sdk-052
...
chore(runtime): pin plugin SDK 0.5.2
2026-08-13 17:36:18 +08:00
Chan
f7914a8900
test: remove obsolete private deploy workflow assertion
2026-08-13 09:31:45 +00:00
Chan
c18fc9dfe3
chore(runtime): pin plugin SDK 0.5.2
2026-08-13 09:27:50 +00:00
Hyu
bc40418bda
Merge pull request #2422 from langbot-app/fix/remove-cloud-v2-deploy
...
chore: remove private Cloud deployment configuration
2026-08-13 16:18:27 +08:00
Chan
45ed6efceb
chore: remove private Cloud deployment configuration
2026-08-13 08:14:40 +00:00
Hyu
c67a503532
feat(health): expose plugin runtime readiness ( #2420 )
...
Co-authored-by: Chan <dadachann@users.noreply.github.com >
2026-08-12 19:49:56 +08:00
Hyu
8b14d2ab8e
fix(runtime): allow shared plugin reconcile to finish ( #2419 )
...
Co-authored-by: Chan <dadachann@users.noreply.github.com >
2026-08-12 19:31:23 +08:00
Hyu
97428310b9
fix(runtime): require Cloud control secrets ( #2418 )
...
Co-authored-by: Chan <dadachann@users.noreply.github.com >
2026-08-12 18:42:23 +08:00
Hyu
338ee733cb
fix(deploy): preserve recovered Cloud adapter pin ( #2417 )
...
Co-authored-by: Chan <dadachann@users.noreply.github.com >
2026-08-12 18:06:34 +08:00
Hyu
c3299fd1a6
fix(wizard): remove redundant Space CTA ( #2416 )
...
Co-authored-by: Chan <dadachann@users.noreply.github.com >
2026-08-12 16:56:25 +08:00
Hyu
be8478e940
[verified] docs(skills): add Space model selection tool ( #2415 )
...
Co-authored-by: Chan <dadachann@users.noreply.github.com >
2026-08-12 15:53:38 +08:00
RockChinQ
96a535827f
fix(i18n): add missing reasoning labels
2026-08-11 23:34:36 +08:00
RockChinQ
9b81a0b606
chore(deps): pin langbot-plugin 0.5.1
2026-08-11 21:35:03 +08:00
RockChinQ
bbc912d0ef
fix(runtime): restore standalone runtime compatibility
2026-08-11 21:35:03 +08:00
Hyu
20710df9cb
fix(cloud): scope QR login requests to workspace ( #2414 )
...
Co-authored-by: Chan <dadachann@users.noreply.github.com >
2026-08-11 16:57:16 +08:00
Hyu
90f3d880e5
fix(deps): constrain mcp to v1 ( #2413 )
...
Co-authored-by: Chan <dadachann@users.noreply.github.com >
2026-08-11 13:23:03 +08:00
Dongchuan Fu
e37987215e
feat(provider): add pipeline reasoning controls ( #2373 )
...
* feat(provider): add pipeline reasoning controls
* fix(provider): preserve local agent model compatibility
* refactor(web): use shadcn reasoning slider
* fix(runtime): stabilize reasoning chat delivery
* fix(provider): route reasoning controls by model family
* fix(provider): handle hosted Kimi reasoning protocols
* fix(provider): map qwen reasoning levels to budgets
* fix(provider): preserve think tags in streamed reasoning
* fix(provider): preserve reasoning tool metadata
* style(provider): satisfy ruff checks after merge
* fix(persistence): preserve reasoning migration compatibility
2026-08-09 17:38:01 +08:00
leonoxo
22c389edc1
fix(pipeline): ground local-agent system prompt with current date ( #2399 )
...
The local-agent runner's system prompt is a static string with no
template-variable support, so the model had no anchor for "today" and
resolved relative time references (e.g. "this quarter", "latest")
against whichever period was best represented in training data instead
of the real date, sometimes confidently answering with stale
information for time-sensitive questions.
PreProcessor now appends a short, deterministically-computed
"Current date: ..." note to the system prompt on every request for
local-agent pipelines, alongside guidance to verify time-sensitive
facts with a search tool rather than answering from memory. The
existing skill-awareness prompt injection is refactored to share the
same append-to-system-prompt helper.
2026-08-08 22:29:54 +08:00
Hyu
78068db9c8
fix(cloud): preserve tenant scope for extension tasks ( #2408 )
...
* fix(cloud): preserve tenant scope for extension tasks
* ci: retrigger extension scope checks
---------
Co-authored-by: Chan <dadachann@users.noreply.github.com >
2026-08-07 11:32:38 +08:00
Hyu
7dc9dafb7c
fix(plugin): validate runtime timeout before startup ( #2407 )
...
Co-authored-by: Chan <dadachann@users.noreply.github.com >
2026-08-07 11:26:42 +08:00
Hyu
4bd899e77b
fix(cloud): track workspace membership provenance ( #2406 )
...
* fix(cloud): converge legacy revision-zero members
* fix(cloud): track workspace membership provenance
* test(persistence): track current migration head
---------
Co-authored-by: Chan <dadachann@users.noreply.github.com >
2026-08-07 11:26:06 +08:00
Hyu
ddb6dbf593
fix(cloud): tolerate slow plugin runtime reconciliation ( #2405 )
...
Co-authored-by: Chan <dadachann@users.noreply.github.com >
2026-08-06 20:39:20 +08:00
Hyu
f59343fd5b
fix: provision Cloud models after Workspace activation ( #2403 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-05 23:26:23 +08:00
Hyu
211710e24c
fix: allow trusted halfvec tenant search casts ( #2402 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-05 22:09:01 +08:00
Hyu
cdd5c6589c
fix: support 3072-dimensional knowledge embeddings ( #2401 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-05 21:19:57 +08:00
Hyu
3b4698463c
chore: pin runtime control binding SDK ( #2400 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-05 15:12:40 +08:00
Hyu
edd6cad449
chore: pin fenced debug runtime sessions ( #2396 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-04 19:59:51 +08:00
Hyu
d78546967c
feat: expose Workspace-scoped rotating plugin debug keys ( #2395 )
...
* feat: add Workspace-scoped rotating plugin debug tokens
* chore: pin formatted Workspace debug runtime
* chore: pin merged Workspace debug runtime
* chore: pin tenant-safe debug runtime
---------
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-04 19:20:06 +08:00
Hyu
c08bfc8ced
feat: report independent instance and workspace identities ( #2394 )
...
* feat: report independent instance and workspace identities
* test: include workspace in OAuth callback fixture
* ci: pin production cloud adapter to Space release
* fix: preserve authenticated Workspace telemetry attribution
* ci: pin production cloud adapter to final Space release
---------
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-04 17:27:23 +08:00
Hyu
7820949d3a
fix(workspace): show member emails ( #2393 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-04 11:48:43 +08:00
Hyu
e263a5d1d7
fix(web): use natural tooltip wrapping ( #2391 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-03 21:26:55 +08:00
Hyu
6bad7bcffc
fix(web): keep extension market navigable at quota ( #2390 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-03 20:10:46 +08:00
Hyu
f0b2c103c1
fix(web): disable quota-reached create actions ( #2389 )
...
* fix(web): disable quota-reached create actions
* fix(web): close quota review gaps
---------
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-03 19:08:47 +08:00
Hyu
3101c9be6a
[verified] fix: harden OSS and Cloud workspace UI ( #2387 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-03 13:27:38 +08:00
Hyu
1e6e4c0ca7
fix(cloud): show owner model balance and enforce single owner ( #2384 ) ( #2385 )
...
* fix(cloud): show owner model balance and enforce single owner
* fix(migrations): create owner index idempotently
---------
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-03 02:14:43 +08:00
Hyu
408c8031d4
Merge pull request #2383 from langbot-app/sync/cloud-fixes-to-master
...
merge: sync Cloud production fixes to master
2026-08-02 17:24:48 +08:00
dadachann
0e6cca4690
merge: sync Cloud production fixes to master
2026-08-02 09:19:41 +00:00
dadachann
a7a7218afe
fix(cloud): accept invitations with current account
2026-08-02 09:08:49 +00:00
Hyu
a67728c163
fix cloud monitoring and invitation sign-in ( #2381 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-02 16:39:14 +08:00
Hyu
e9c9e896c6
fix(cloud): preserve pipeline routing in debug chat ( #2380 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-02 01:49:17 +08:00
Hyu
e2331c4967
fix(cloud): restore plugins and pipeline execution ( #2379 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-02 01:34:11 +08:00
Hyu
0ccbcd5f5f
fix(migrations): preserve published Cloud revision head ( #2375 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-02 00:56:20 +08:00
Hyu
c5aada494d
fix(cloud): treat workspace owners as Space-bound ( #2378 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-02 00:33:46 +08:00
Hyu
e36e3aaea8
fix(cloud): accept null model abilities ( #2377 )
...
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com >
2026-08-01 18:50:47 +08:00