config

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Transcript TranscriptConfig `yaml:"transcript,omitempty"`
}

Config is the top-level configuration structure for aglogs.

type TranscriptConfig

type TranscriptConfig struct {
	// DetailLevel controls the verbosity of transcript output.
	// "summary" (default): Shows a one-line summary of tool calls.
	// "full": Shows full tool inputs and outputs.
	DetailLevel string `yaml:"detail_level,omitempty"`

	// MaxDiffLines controls how many lines of a diff to show before truncating.
	// 0 (default): Show all diff lines without truncation.
	// >0: Show at most this many lines, then summarize the rest.
	MaxDiffLines int `yaml:"max_diff_lines,omitempty"`
}

TranscriptConfig defines settings for transcript viewing.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL