Files
thedotmack__claude-mem/plugin/scripts
posthog[bot] 08a8b9c568 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
2026-09-19 18:14:19 +00:00
..