Display recent agent activities from auto-logged context bundle data with filtering options.
# Show Agent Activity History Display recent agent activities from auto-logged context bundle data with filtering options. ## Arguments - `$ARGUMENTS` - Optional time filter: `--hours 8`, `--max 20`, `--session current|all` ## Instructions 1. **Parse Arguments**: Check if user provided time filters - If `--hours N` specified, use N hours lookback - If `--max N` specified, limit to N entries - If `--session all` specified, show all sessions - Default: last 24 hours, max 20 entries, current session only 2. **Execute History Command**: Run the agent history ...
Show recent bash command history (last 20 commands)
Learn from commit history to identify patterns, debugging strategies, and improvement areas
Show activity timeline for issues, git, and project
Explore git commit history using git-intelligence MCP tools
Search through your bash command history using Atuin. This command helps you find previously executed commands with their exit codes and timestamps.