mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-30 10:09:19 -04:00
19 lines
712 B
TOML
19 lines
712 B
TOML
schema_version = 1
|
|
|
|
extends = "Claude Base Chat"
|
|
name = "Claude Quick Refactor"
|
|
description = "Anthropic Claude Sonnet — agentic inline refactor with extended thinking and tools (gathers context before editing). Static output rules from :/tasks/quick-refactor.md; QuickRefactorHandler injects the live editor context (file, code, cursor/selection)."
|
|
|
|
model = "claude-sonnet-4-6"
|
|
enable_tools = true
|
|
enable_thinking = true
|
|
tags = ["refactor", "claude", "cloud"]
|
|
|
|
system_prompt = """{{ read_file(":/tasks/quick-refactor.md") }}"""
|
|
|
|
[body]
|
|
max_tokens = 16000
|
|
temperature = 1
|
|
thinking = { type = "adaptive", display = "summarized" }
|
|
output_config = { effort = "high" }
|