openclaw/docs/reference
Hunter Miller 3bf74611c2 fix(plugins): auto-install dependencies for bundled plugins
Bundled plugins ship with source but not node_modules. When a bundled
plugin is enabled and has external dependencies, the loader now
automatically runs npm install on first load.

This fixes the issue where plugins like tlon (which depend on
@urbit/http-api and @urbit/aura) would fail to load from a fresh
npm install because their dependencies weren't installed.

Changes:
- loader.ts: Add ensureBundledPluginDeps() to install deps before loading
- docs/channels/tlon.md: Update to reflect bundled status and auto-install
- docs/plugin.md: Add tlon to plugin list, update dep install guidance
- docs/reference/RELEASING.md: Clarify bundled vs npm-published plugins
2026-01-26 12:31:26 -06:00
..
templates feat(templates): add emoji reactions guidance to AGENTS.md (#1591) 2026-01-24 13:12:16 +00:00
AGENTS.default.md docs: complete channels rename sweep 2026-01-13 08:40:39 +00:00
api-usage-costs.md docs: add api usage and costs overview 2026-01-18 14:55:09 +00:00
device-models.md docs: reorganize documentation structure 2026-01-07 00:45:46 +01:00
RELEASING.md fix(plugins): auto-install dependencies for bundled plugins 2026-01-26 12:31:26 -06:00
rpc.md refactor!: rename chat providers to channels 2026-01-13 08:40:39 +00:00
session-management-compaction.md docs: add transcript hygiene reference 2026-01-23 01:34:21 +00:00
test.md docs: document testing kit 2026-01-10 01:15:47 +00:00
transcript-hygiene.md fix: gate openai reasoning downgrade on model switches (#1562) (thanks @roshanasingh4) 2026-01-24 08:16:42 +00:00