這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

BudCoder WP

外掛說明

BudCoder WP is a simplified version of BudCoder.com, providing a specialized AI code generation service dedicated to WordPress. It aims to offer an extremely convenient code generation service for developers and advanced users. Features include:

  • Launch a fully functional WordPress environment in your browser for debugging and testing within twenty seconds.
  • Import plugins from the online server to the debugging environment by creating tickets. The entire process is done on the browser side, ensuring privacy and security.
  • Automatically generate and modify plugin code through conversational interaction with AI. Deploy and test with a single click, and export the plugin with ease.
  • Customize AI prompts for generating and modifying code, providing high freedom and playability.

Limitations of Bud Coder

Currently, Bud Coder is in its early stages, with basic processes completed but optimization of the intelligent system not yet started. Due to the limitations of the GPT-4O model, there are certain restrictions:

  • Suitable for automatically handling simple logic and writing moderately complex plugins under human interaction. High complexity tasks cannot be completed yet.
  • Can only modify specified single files, not the entire plugin directory.
  • Due to GPT4O’s maximum context of 128K, considering output return, the maximum code submission length should be within 40-50K tokens.

Source Code

https://github.com/easychen/budcoder-wp

  1. plugin/bud-coder-for-wp: WordPress Plugins PHP
  2. editor: Editor Source( React )

安裝方式

  1. Install it in WordPress directory.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Use the BudCoder menu item in the WordPress admin dashboard to interact with the plugin.

常見問題集

How does the plugin ensure privacy and security?

All operations are done on the browser side, ensuring that no data is sent to the server.

What kind of tasks can the AI handle?

The AI can handle simple to moderately complex tasks. High complexity tasks may not be fully supported at this stage.

Is the AI functionality free?

The AI functionality requires an OpenAI key.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈BudCoder WP〉的開發相關工作。

參與者

將〈BudCoder WP〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.1

  • Initial release.