From e2971e5ff5459108cdad008d671740816233204e Mon Sep 17 00:00:00 2001 From: Mikhail Kilin Date: Tue, 3 Mar 2026 01:04:55 +0300 Subject: [PATCH] chore: add symbol_info_budget and language_backend fields to serena config Co-Authored-By: Claude Sonnet 4.6 --- .serena/project.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.serena/project.yml b/.serena/project.yml index 34017e5..28d6c2a 100644 --- a/.serena/project.yml +++ b/.serena/project.yml @@ -108,3 +108,14 @@ default_modes: # fixed set of tools to use as the base tool set (if non-empty), replacing Serena's default set of tools. # This cannot be combined with non-empty excluded_tools or included_optional_tools. fixed_tools: [] + +# override of the corresponding setting in serena_config.yml, see the documentation there. +# If null or missing, the value from the global config is used. +symbol_info_budget: + +# The language backend to use for this project. +# If not set, the global setting from serena_config.yml is used. +# Valid values: LSP, JetBrains +# Note: the backend is fixed at startup. If a project with a different backend +# is activated post-init, an error will be returned. +language_backend: