-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
Add a cortex history command that shows a chronological timeline of memory creation, grouped by date.
Expected behavior
$ cortex history --limit 20
March 22, 2026
10:30 AM [decision] Using Fastify adapter for NestJS
10:15 AM [preference] Always use TypeScript strict mode
09:45 AM [context] CDK stacks blocked on API keys
March 21, 2026
04:20 PM [thread] Deepgram latency investigation
02:10 PM [decision] Ghost Mode uses Swift sidecar
Flags
--limit <n>— max entries (default 20)--project <name>— scope to project--type <type>— filter by memory type--json— JSON output
Good first issue
This is a great first contribution! The CLI pattern is well-established in packages/cli/src/index.ts. Look at the existing timeline command for reference.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers