personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor(cli): update Think group label to 'AI processing'

Follow-up to fc3a189e — the rename scope called for updating the
sol.py help group label from 'Think (daily processing)' to
'Think (AI processing)' alongside the dream → think rename; this
one-liner was missed by the lode.

+1 -1
+1 -1
sol.py
··· 91 91 92 92 # Command groupings for help display 93 93 GROUPS: dict[str, list[str]] = { 94 - "Think (daily processing)": [ 94 + "Think (AI processing)": [ 95 95 "import", 96 96 "think", 97 97 "indexer",