Fix truncation issues in piplan, SQLite storage, and history compression; add PIPlanMaxChars configuration
This commit is contained in:
@@ -72,7 +72,7 @@ func RunChild(ctx context.Context, cfg config.Config, log *logger.Logger) error
|
||||
cfg.ToolOutputMaxChars,
|
||||
fileDocLog,
|
||||
))
|
||||
registry.Register(piplan.New(cfg.ToolOutputMaxChars, piPlanLog))
|
||||
registry.Register(piplan.New(cfg.PIPlanMaxChars, piPlanLog))
|
||||
registry.Register(giteaticket.New(
|
||||
giteaticket.Config{
|
||||
BaseURL: cfg.Gitea.BaseURL,
|
||||
|
||||
Reference in New Issue
Block a user