Remove RLM/Duo modes and restore footer scroll

This commit is contained in:
Hunter Bown
2026-02-03 18:29:36 -06:00
parent 02ecc51e9c
commit e0bccecd5c
39 changed files with 126 additions and 5350 deletions
-12
View File
@@ -54,8 +54,6 @@ subagents = true
web_search = true # enables web.run and web_search
apply_patch = true
mcp = true
rlm = true
duo = true
exec_policy = true
# ─────────────────────────────────────────────────────────────────────────────────
@@ -78,16 +76,6 @@ exponential_base = 2.0
# model = "deepseek-chat" # Model to use for summarization
# cache_summary = true # Cache the summary block
# ─────────────────────────────────────────────────────────────────────────────────
# RLM Sandbox Configuration (PLANNED - not yet implemented)
# ─────────────────────────────────────────────────────────────────────────────────
# [rlm]
# max_context_chars = 10000000 # Max characters for context (10MB)
# max_search_results = 100 # Max search results
# default_chunk_size = 2000 # Default chunk size
# default_overlap = 200 # Default chunk overlap
# session_dir = "~/.deepseek/rlm" # Directory for RLM sessions
# ─────────────────────────────────────────────────────────────────────────────────
# Profile Example (for multiple environments)
# ─────────────────────────────────────────────────────────────────────────────────