50 lines
797 B
YAML
50 lines
797 B
YAML
# Recommended project-local Oh My Pi settings for POM 2.
|
|
theme:
|
|
dark: pom-nocturne
|
|
light: pom-parchment
|
|
|
|
symbolPreset: unicode
|
|
|
|
statusLine:
|
|
preset: full
|
|
separator: powerline-thin
|
|
sessionAccent: true
|
|
showHookStatus: true
|
|
|
|
terminal:
|
|
showImages: true
|
|
|
|
images:
|
|
autoResize: true
|
|
blockImages: false
|
|
|
|
tools:
|
|
intentTracing: true
|
|
artifactSpillThreshold: 50
|
|
artifactHeadBytes: 20
|
|
artifactTailBytes: 20
|
|
|
|
task:
|
|
eager: preferred
|
|
batch: true
|
|
maxConcurrency: 8
|
|
maxRecursionDepth: 2
|
|
showResolvedModelBadge: true
|
|
|
|
async:
|
|
enabled: true
|
|
|
|
compaction:
|
|
strategy: snapcompact
|
|
midTurnEnabled: true
|
|
autoContinue: true
|
|
|
|
memory:
|
|
backend: local
|
|
|
|
steeringMode: one-at-a-time
|
|
followUpMode: one-at-a-time
|
|
interruptMode: immediate
|
|
defaultThinkingLevel: high
|
|
hideThinkingBlock: false
|