Skip to content

Commit 894d3e2

Browse files
authored
Merge pull request #131 from JetBrains/fadeeva/new-release
Update default junie_version to 888.219
2 parents fda30be + 316ed85 commit 894d3e2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,14 @@ Each recipe includes complete workflows, prompts, and configuration examples you
147147

148148
#### Junie Configuration
149149

150-
| Input | Description | Default |
151-
|-------|-------------|----|
152-
| `prompt` | Custom instructions for Junie. Special values: `code-review` for PR reviews, `fix-ci` for CI failure analysis, `minor-fix` for quick PR adjustments. See [Cookbook](COOKBOOK.md) for examples. | - |
153-
| `junie_version` | Junie CLI version to install | `888.212` |
154-
| `model` | Model to use for the primary agent. Available: `sonnet`, `opus`, `gpt`, `gpt-codex`, `gemini-pro`, `gemini-flash`, `grok` | - |
150+
| Input | Description | Default |
151+
|-------|-------------|-------------------|
152+
| `prompt` | Custom instructions for Junie. Special values: `code-review` for PR reviews, `fix-ci` for CI failure analysis, `minor-fix` for quick PR adjustments. See [Cookbook](COOKBOOK.md) for examples. | - |
153+
| `junie_version` | Junie CLI version to install | `888.219` |
154+
| `model` | Model to use for the primary agent. Available: `sonnet`, `opus`, `gpt`, `gpt-codex`, `gemini-pro`, `gemini-flash`, `grok` | - |
155155
| `junie_work_dir` | Working directory for Junie files | `/tmp/junie-work` |
156-
| `junie_guidelines_filename` | Filename of the guidelines file (should be in `<project-root>/.junie` dir) | `guidelines.md` |
157-
| `allowed_mcp_servers` | Comma-separated list of MCP servers to use (e.g., `mcp_github_checks_server`). Note: inline comment server is automatically enabled for PRs. | - |
156+
| `junie_guidelines_filename` | Filename of the guidelines file (should be in `<project-root>/.junie` dir) | `guidelines.md` |
157+
| `allowed_mcp_servers` | Comma-separated list of MCP servers to use (e.g., `mcp_github_checks_server`). Note: inline comment server is automatically enabled for PRs. | - |
158158

159159
**Inline Arguments**: You can pass custom Junie CLI arguments directly in comments, issues, or custom prompts using `junie-args:` syntax. These arguments take priority over workflow inputs.
160160

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ inputs:
4848
junie_version:
4949
description: "Version of Junie to use"
5050
required: false
51-
default: "888.212"
51+
default: "888.219"
5252
model:
5353
description: "Model to use for the primary agent"
5454
required: false

0 commit comments

Comments
 (0)