Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ dist/
node_modules/
*.tsbuildinfo
.pnpm-store/
.DS_Store
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $ARGUMENTS`,
'memory-loop-status': {
description: 'Check status of all active memory loops',
agent: 'code',
subtask: true,
subtask: false,
template: `Check the status of all memory loops.

## Step 1: List Active Loops
Expand All @@ -56,7 +56,7 @@ Run \`memory-loop-status\` with no arguments to list all active loops for the cu

## Step 2: Get Detailed Status

For each active loop found, run \`memory-loop-status\` with the loop name to get detailed status.
For each active loop found, run \`memory-loop-status\` with the loop name to get detailed status. Token counts, iterations, last output.

## Step 3: Report

Expand Down
Loading