1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# agent-feed user config
#
# This file is optional. If it is missing, agent-feed uses compiled defaults.
# Values here tune local summarization and publishing behavior before CLI flags.
# Safety rules are not configurable here: raw prompts, raw command output, raw
# diffs, secrets, credentials, and private paths are never publish material.
[]
# Summarizer route:
# codex-memory keeps local continuity across publish intervals
# codex-exec asks Codex once per summary
# claude-code asks Claude Code once per summary
# process sends the prompt to the command in [summarize.processor]
# http-endpoint sends the prompt to the endpoint in [summarize.processor]
# deterministic uses the built-in no-network summarizer
= "codex-memory"
# Editorial style. This can tune tone and selection, but cannot override the
# redaction, JSON output, or publish/no-publish rules compiled into the binary.
= "austere technical broadcast; lowercase; compact news headline; lead with what shipped, improved, regressed, or became useful"
= 3000
= false
= false
[]
# Extra summary guidance is appended inside the safe prompt envelope.
= [
"prefer durable user/operator impact over agent mechanics",
"use project tags in chips when they help separate parallel work",
]
[]
# Leave blank to use ~/.agent_feed/summary-memory.json.
= ""
= [
"treat same-topic updates as publishable only when outcome, phase, availability, or impact changed",
]
[]
# Used only when summarizer = "process" or "http-endpoint".
= ""
= []
= ""
= ""
[]
# Additional reject regexes. These add to the built-in secret/PII filters.
= []
[]
# Images are disabled by default. Enabling images only asks the configured
# processor for optional projection-safe image references; it may still return
# no image for a headline.
= false
= "codex-exec"
= "austere technical broadcast; black field; off-white type; thin rules; no readable code"
= 1800
= false
= []
[]
# Used only when images.processor = "process" or "http-endpoint".
= ""
= []
= ""
= ""