Skip to content

Commit 8a6b45b

Browse files
committed
Make news links open in new window [skip ci]
1 parent 5eb7c02 commit 8a6b45b

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

news/20260111.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h3>Extended Symbol Information, Type Hierarchy and Compact Overviews</h3>
88
<li><strong>Extended symbol information:</strong> The `find_symbol` and `find_referencing_symbols` tools (and their JetBrains variants)
99
now can return more information about the symbol (specifically, docstrings and signatures).
1010
</li>
11-
<li><strong>Type hierarchy tool:</strong> A new tool &ndash; exclusive to <a href="https://oraios.github.io/serena/02-usage/025_jetbrains_plugin.html">JetBrains mode</a> &ndash;
11+
<li><strong>Type hierarchy tool:</strong> A new tool &ndash; exclusive to <a target="_blank" href="https://oraios.github.io/serena/02-usage/025_jetbrains_plugin.html">JetBrains mode</a> &ndash;
1212
that can fetch a symbol's hierarchy, i.e. superclasses and subclasses, which is very useful in many situations.
1313
</li>
1414
<li><strong>Compact overviews:</strong> The `get_symbols_overview` tools now return a much more compact
@@ -17,6 +17,6 @@ <h3>Extended Symbol Information, Type Hierarchy and Compact Overviews</h3>
1717
</li>
1818
</ul>
1919
<p>
20-
For more detailed information, see our <a href="https://github.com/oraios/serena/blob/main/CHANGELOG.md">changelog</a>.
20+
For more detailed information, see our <a target="_blank" href="https://github.com/oraios/serena/blob/main/CHANGELOG.md">changelog</a>.
2121
</p>
2222
</div>

news/20260303.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ <h3>Nested and Global Memories</h3>
77
into topics and sharing them across projects.
88
</p>
99
<p>
10-
For more detailed information, see the <a href="https://oraios.github.io/serena/02-usage/045_memories.html">documentation</a>.
10+
For more detailed information, see the <a target="_blank" href="https://oraios.github.io/serena/02-usage/045_memories.html">documentation</a>.
1111
</p>
1212
</div>

news/20260330.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ <h3>Querying of External Projects</h3>
88
to other projects.
99
</p>
1010
<p>
11-
Find out more about this feature in our <a href="https://oraios.github.io/serena/02-usage/040_workflow.html#reading-from-external-projects">documentation</a>.
11+
Find out more about this feature in our <a target="_blank" href="https://oraios.github.io/serena/02-usage/040_workflow.html#reading-from-external-projects">documentation</a>.
1212
</p>
1313
</div>

news/20260411.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ <h3>Serena v1.1: Hooks and New Release Mechanism</h3>
44
<p>
55
<b>Installation.</b> Serena has matured and we are switching to a PyPI-based release and installation mechanism.
66
The recommended uv-tool-based installation decreases startup times and facilitates CLI usage.
7-
See <a href="https://oraios.github.io/serena/02-usage/010_installation.html">updated installation instructions</a>
7+
See <a target="_blank" href="https://oraios.github.io/serena/02-usage/010_installation.html">updated installation instructions</a>
88
for more details.
99
</p>
1010
<p>
1111
<b>Improving Tool Usage via Hooks.</b> To address issues with agents not using Serena's tools (agent drift), we now provide the `serena-hooks` commands and a recommended
1212
setup for Claude Code and VSCode.
13-
Please read the <a href="https://oraios.github.io/serena/02-usage/030_clients.html">updated documentation</a> for more details.
13+
Please read the <a target="_blank" href="https://oraios.github.io/serena/02-usage/030_clients.html">updated documentation</a> for more details.
1414
We <i>strongly recommend using the hooks</i>, since recent updates in Claude Code and VSCode resulted in
1515
reduced performance, which our hook commands compensate for.
1616
</p>
1717

1818
<p>
19-
<b>Community.</b> We opened a <a href="https://discord.com/invite/cVUNQmnV4r">Discord server</a> for our community.
19+
<b>Community.</b> We opened a <a target="_blank" href="https://discord.com/invite/cVUNQmnV4r">Discord server</a> for our community.
2020
</p>
2121

2222
</div>

0 commit comments

Comments
 (0)