You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't make a ton of sense to have standalone binaries for plugins which ship by default. It also complicates the build process and security story. Instead, we can statically link plugin logic in the agent and server binaries. Your mission, if you choose to accept it, is to teach the plugin catalog about builtins, and link them in directly. It should support both compiled-in builtins and bring-your-own for every plugin type.
The text was updated successfully, but these errors were encountered:
It doesn't make a ton of sense to have standalone binaries for plugins which ship by default. It also complicates the build process and security story. Instead, we can statically link plugin logic in the agent and server binaries. Your mission, if you choose to accept it, is to teach the plugin catalog about builtins, and link them in directly. It should support both compiled-in builtins and bring-your-own for every plugin type.
The text was updated successfully, but these errors were encountered: