- Added `/exec`, which executes python code in the context of the client, providing functionality similar to a browser's dev console
- Manage commands in a separate submodule as individual functions, making it easier to add/remove/modify commands with hooks
- Increased verbosity during start up
- Updated dependencies:
- websocket-client: `1.6.4 -> 1.7.0`
- python-socks: `2.4.3 -> 2.4.4`
- prompt-toolkit: `3.0.41 -> 3.0.43`