serena icon indicating copy to clipboard operation
serena copied to clipboard

A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations)

Results 86 serena issues
Sort by recently updated
recently updated
newest added

#### Why do I think it's a bug 1. nvim lsp client is able to rename it 2. others lsp mcps are able to rename it (they don't support workspace...

This replaces the elixir language server from the deprecated NextLS to the new Exert that is planned to go into core once it is stable. This addresses: https://github.com/oraios/serena/issues/591 I am...

**Is your feature request related to a problem? Please describe.** Claude Code is forgetting to use Serena tools, probably due to automatic context compaction. It has to be actively reminded...

## Summary - Implement a `NimLanguageServer` class that handles downloading/installing `nimlangserver`, sets up environment variables, writes auxiliary Nim/nimsuggest config files, and improves logging/readiness checks so the process starts reliably. -...

## Suspected root cause In the Serena version I'm using, `RustAnalyzer._ensure_rust_analyzer_installed()` only relies on `RustAnalyzer._get_rust_analyzer_path()`. In that version, `_get_rust_analyzer_path()` appears to only call `rustup which rust-analyzer` and does not fall...

Adds full Vue.js language support to Serena using the official `@vue/language-server`. ## Key Changes **New Vue Language Server** (`src/solidlsp/language_servers/vue_language_server.py`) - Integrates `@vue/language-server` for Vue SFC (`.vue`) file support - Manages...

## Summary - Adds new `auto_index_on_activate` config option to `ProjectConfig` (defaults to `false`) - When enabled, automatically indexes all project source files after project activation - Pre-populates symbol caches for...

## Summary - Add TOML language server using Taplo with automatic binary download for .toml file validation, formatting, and schema support - Implement security hardening: SHA256 checksum verification, zip slip...

## Description Running `serena project index` on certain Rust projects fails with: ``` ValueError: 'toml' is not a valid Language ``` ## Root Cause When a Rust project's `.serena/project.yml` contains...