mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-30 10:09:19 -04:00
14 lines
439 B
TOML
14 lines
439 B
TOML
schema_version = 1
|
|
|
|
extends = "Claude Base Chat"
|
|
name = "Claude Quick Refactor"
|
|
description = "Anthropic Claude — deterministic inline refactor. QuickRefactorHandler supplies the refactor system prompt; output is cleaned and inserted into the editor. No thinking; tools off."
|
|
|
|
model = "claude-sonnet-4-6"
|
|
enable_tools = false
|
|
tags = ["refactor", "claude", "cloud"]
|
|
|
|
[body]
|
|
max_tokens = 16000
|
|
temperature = 0.2
|