rowboat/apps/x/packages
Gagan 3fc4621dc1 fix(apps): pin the host default model on materialized bundled agents
Bundled agents can't ship a model override (the author's providers are
not the installer's), so materialized tasks ran on the bg-task category
default — gemini flash lite — which reliably mangles large app-set-data
payloads (invalid JSON string → contract rejection → the installed app
never gets data; observed with pr-dashboard's refresh agent).

Materialization now resolves getDefaultModelAndProvider() on the host
and pins that on the new task — the installer's machine picks the
strong model, the package still pins nothing. Existing tasks keep
their user-set model (update path unchanged).
2026-07-07 14:14:05 +05:30
..
core fix(apps): pin the host default model on materialized bundled agents 2026-07-07 14:14:05 +05:30
shared fix(apps): eliminate blank-app window on launch and add crash visibility 2026-07-06 20:52:31 +05:30