fix: Move Quick Refactor agent to toml file

This commit is contained in:
Petr Mironychev
2026-06-29 00:27:01 +02:00
parent 755263c4de
commit e200278f9a
11 changed files with 120 additions and 48 deletions

View File

@@ -0,0 +1,17 @@
schema_version = 1
extends = "Ollama Base Chat"
name = "Ollama Chat Compression"
description = "Local Ollama conversation summarization (qwen2.5-coder). Carries the summary system prompt; no tools."
model = "qwen2.5-coder:7b"
enable_tools = false
tags = ["compression", "ollama", "local"]
system_prompt = """{{ read_file(":/tasks/chat-compressor.md") }}"""
[body.options]
num_predict = 2048
temperature = 0.3
num_ctx = 8192
keep_alive = "5m"