Files
puter/extensions
Daniel Salazar 2c1b21e197 feat: type extension cache update events (#2548)
* feat: type extension cache update events

Expose outer.cacheUpdate in extension API typings and consolidate extension service typing via ServicesMap.

* fix: batch broadcast events

* fix: bad import

* fix: import socket io

* fix: bad undefined call

* fix: simplify await for broadcast processing
2026-02-25 17:05:05 -08:00
..
2025-12-09 18:42:10 -05:00
2026-02-03 19:39:07 -05:00
2025-12-01 13:39:55 -08:00

Extension System Development Guide

Where to find documentation

Here

Documentation for extensions is here.

Bundled extensions

  • dev-console (extensions/dev-console/) Dev socket for running backend commands locally. Opt-in via DEVCONSOLE=1 (e.g. npm run dev). See Backend dev socket.

Not Here

Outdated documentation for extensions is here. This documentation may include some topics that are missing from the current documentation. Eventually those topics should be updated and transferred to the current documentation so that this documentation may be removed.