ashlr

/ashlr-settings

View or change ashlr-plugin settings.

When to use

When you want to change the snip threshold, enable or disable summarization, configure the Pro token, or view the current configuration.

What it does

Without arguments: prints the current settings from ~/.ashlr/settings.json in a readable table.

With arguments: updates the specified key and writes back to settings.

Output (view)

ashlr settings  (~/.ashlr/settings.json)

  snipThreshold       2048    bytes before snip-compact kicks in
  summarize           false   LLM summarizer enabled (requires Ollama or Pro)
  summarizeModel      null    Ollama model for summarization
  proToken            null    ashlr Pro token
  calibration         true    auto-calibrate token multiplier
  genomeAutoPropose   true    auto-propose genome updates after tool calls
  genomeAutoConsolidate true  auto-consolidate proposals in background

Changing a setting

/ashlr-settings snipThreshold 4096
KeyDefaultDescription
snipThreshold2048File size in bytes before snip-compact
summarizefalseEnable LLM summarizer
summarizeModelnullOllama model name
proTokennullashlr Pro API token
genomeAutoProposetrueAuto-propose genome updates
genomeAutoConsolidatetrueAuto-consolidate proposals

On this page