This is a companion plugin designed for developing Caido plugins. It should be used in conjunction with the caido-dev toolkit.
- Automatically reloads the plugin whenever code changes are detected.
- Execute the command
caido-dev watch
to start a watch server. - Copy the server URL and paste it into the Server URL field of this plugin.
- Click the Connect button to connect to the watch server.
This should load the plugin in the Caido instance. Any changes you make to the code will be reflected in the plugin.