Skip to content
/ TUIkit Public

Commit 1429bce

Browse files
committed
update
1 parent 9c668ec commit 1429bce

7,583 files changed

Lines changed: 12633 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.serena/memories/observable-environment-feasibility-report.md

Lines changed: 706 additions & 0 deletions
Large diffs are not rendered by default.

.serena/project.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,37 @@ default_modes:
110110
# initial prompt for the project. It will always be given to the LLM upon activating the project
111111
# (contrary to the memories, which are loaded on demand).
112112
initial_prompt: ""
113+
114+
# override of the corresponding setting in serena_config.yml, see the documentation there.
115+
# If null or missing, the value from the global config is used.
116+
symbol_info_budget:
117+
118+
# The language backend to use for this project.
119+
# If not set, the global setting from serena_config.yml is used.
120+
# Valid values: LSP, JetBrains
121+
# Note: the backend is fixed at startup. If a project with a different backend
122+
# is activated post-init, an error will be returned.
123+
language_backend:
124+
125+
# list of regex patterns which, when matched, mark a memory entry as read‑only.
126+
# Extends the list from the global configuration, merging the two lists.
127+
read_only_memory_patterns: []
128+
129+
# line ending convention to use when writing source files.
130+
# Possible values: unset (use global setting), "lf", "crlf", or "native" (platform default)
131+
# This does not affect Serena's own files (e.g. memories and configuration files), which always use native line endings.
132+
line_ending:
133+
134+
# list of regex patterns for memories to completely ignore.
135+
# Matching memories will not appear in list_memories or activate_project output
136+
# and cannot be accessed via read_memory or write_memory.
137+
# To access ignored memory files, use the read_file tool on the raw file path.
138+
# Extends the list from the global configuration, merging the two lists.
139+
# Example: ["_archive/.*", "_episodes/.*"]
140+
ignored_memory_patterns: []
141+
142+
# advanced configuration option allowing to configure language server-specific options.
143+
# Maps the language key to the options.
144+
# Have a look at the docstring of the constructors of the LS implementations within solidlsp (e.g., for C# or PHP) to see which options are available.
145+
# No documentation on options means no options are available.
146+
ls_specific_settings: {}

docc-output/css/39.cc2d61d1.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docc-output/css/989.4f123103.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docc-output/css/documentation-topic.b031fba4.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docc-output/css/index.d0b63544.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docc-output/css/topic.59e2bdb7.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docc-output/css/tutorials-overview.9c2b2457.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docc-output/data/documentation/tuikit.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

docc-output/data/documentation/tuikit/alert.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)