Quick Start

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "shire" > Install

  • Get from Marketplace:

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

Usage

  1. first create new file, like sample.shire, with content:
Explain code /file:src/main/java/com/example/Controller.java
  1. Run file with Shire plugin, and you will see AI response result.

Use in IDE

Example:

--- name: "AutoTest" description: "AutoTest" actionLocation: ContextMenu interaction: AppendCursor when: { $fileName.contains(".java") && $filePath.contains("src/main/java") } --- @ext-context.autotest Write unit test for following ${context.language} code. ${context.frameworkContext} /file:src/main/kotlin/com/phodal/blog/controller/UserController.kt

Config LLM

当前我们只支持 OpenAI API 风格的 SAAS 服务,你需要在 Settings -> Tools -> Shire 中配置你的 API Token 和 Model。

GLM 示例