build(plugin): rebuild bundles so the field-optimize timeout ships

Marketplace installs run the packaged plugin/scripts/*.cjs bundles, not the
TypeScript source. The Claude observation call in the old worker-service.cjs
still passed three arguments, so CLAUDE_MEM_FIELD_OPTIMIZE_TIMEOUT_MS had no
effect on installed plugins and oversized-field compression kept the fixed
deadline.

Regenerate the bundles with `npm run build`. worker-service.cjs now carries
the resolver and the five-argument call; the other bundles pick up the new
default key from SettingsDefaultsManager.

Generated-By: PostHog Desktop
Task-Id: 61211075-5f19-4673-b2b1-60b6839cd9e4
This commit is contained in:
posthog[bot]
2026-09-19 18:14:19 +00:00
committed by GitHub
parent d9f6620cd0
commit 08a8b9c568
5 changed files with 365 additions and 365 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long