diff --git a/docs/full_featured_plugin_guide.md b/docs/full_featured_plugin_guide.md index a86a7a8e..cae37c36 100644 --- a/docs/full_featured_plugin_guide.md +++ b/docs/full_featured_plugin_guide.md @@ -1,4 +1,4 @@ -# Full-featured Plugin Development Guide +# Full-featured Plugin Development Guide (Generated by AI) Full-featured plugins are comprehensive plugins that run in dedicated host processes and communicate with Wox via WebSocket. They provide the full power of the Wox plugin system with rich APIs, persistent state, and advanced features. diff --git a/docs/script_plugin_guide.md b/docs/script_plugin_guide.md index 4b9d2965..c5cc24d5 100644 --- a/docs/script_plugin_guide.md +++ b/docs/script_plugin_guide.md @@ -1,4 +1,4 @@ -# Script Plugin Development Guide +# Script Plugin Development Guide (Generated by AI) Script plugins are lightweight, single-file plugins that provide a simple way to extend Wox functionality. They are perfect for quick automation tasks, personal utilities, and learning plugin development. @@ -13,7 +13,7 @@ Script plugins communicate with Wox using JSON-RPC over stdin/stdout. Each scrip Use the `wpm` plugin to create a new script plugin: ``` -wpm create script