Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions project_54_intro_to_junie/1_5401_meet_junie.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ <h5>A Tool for Precision and Control</h5>
<h5>Why Junie stands out</h5>

<ul>
<li><strong>Plan Before You Execute:</strong> See a detailed execution plan — steps, files affected, and potential risks — before approving any changesnspections to version control.</li>
<li><strong>Plan Before You Execute:</strong> See a detailed execution plan — steps, files affected, and potential risks — before approving any changes to version control.</li>
<li><strong>Deep IDE Integration</strong> Fully integrated into JetBrains IDEs, Junie leverages code navigation, inspections, and version control without switching tools.</li>
<li><strong>Flexible Modes:</strong> Use <strong>Ask mode</strong>strong> for quick guidance or <strong>Code mode</strong>strong> for autonomous, multi-step tasks.</li>
<li><strong>Flexible Modes:</strong> Use <strong>Ask mode</strong> for quick guidance or <strong>Code mode</strong> for autonomous, multi-step tasks.</li>
<li><strong>Full Control:</strong> Review diffs, request modifications, or approve changes—you remain the author and final authority.</li>
</ul>

Expand Down
4 changes: 1 addition & 3 deletions project_54_intro_to_junie/5_5405_safety_features.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ <h5>Restricting Access with <code>.aiignore</code></h5>
</callout>

<p><strong>Checklist:</strong></p>
<checkable-item title=".aiignore file is created and Junie can't modify the MCP configuration">
.aiignore file is created and Junie can't modify the MCP configuration
</checkable-item>
<checkable-item title=".aiignore file is created and Junie can't modify the MCP configuration"></checkable-item>

<h5>Automating Approval with the Action Allowlist</h5>
<p>For routine and safe actions, you may not want to be prompted for approval every time. For example, running <code>git status</code> to check the repository state. You can add these safe commands to the <strong>Action Allowlist</strong>.</p>
Expand Down
Loading