singularity-forge/src/resources/extensions
Jeremy McSpadden 8b70fc03f6 feat: add /gsd logs command to browse activity, debug, and metrics logs (#1162)
Adds a new /gsd logs command for browsing and inspecting GSD's existing
logging infrastructure. Users can now discover and review activity logs,
debug logs, and metrics without navigating the filesystem manually.

Subcommands:
  /gsd logs           — List recent activity + debug logs with metrics summary
  /gsd logs <N>       — Show summary of activity log #N (tool calls, files, errors)
  /gsd logs debug     — List debug log files
  /gsd logs debug <N> — Show debug log summary (events, duration, errors)
  /gsd logs tail [N]  — Show last N activity log summaries (default 5)
  /gsd logs clear     — Remove old activity and debug logs (keeps recent 5)

Addresses #1161 — users needed a way to understand what happened during
auto-mode sessions for debugging.
2026-03-18 09:10:11 -06:00
..
async-jobs fix: don't trigger LLM turns on async_bash job completion (#875) (#880) 2026-03-17 08:30:13 -06:00
bg-shell fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00
browser-tools feat(browser-tools): configurable screenshot resolution, format, and quality (#1152) 2026-03-18 08:33:40 -06:00
context7 fix: resolve TypeScript type errors in misc extension files (#204) (#213) 2026-03-13 11:36:17 -06:00
google-search fix(google-search): add 30s timeout to Gemini API call (#1139) 2026-03-18 08:25:24 -06:00
gsd feat: add /gsd logs command to browse activity, debug, and metrics logs (#1162) 2026-03-18 09:10:11 -06:00
mac-tools fix: resolve TypeScript type errors in misc extension files (#204) (#213) 2026-03-13 11:36:17 -06:00
mcporter feat(mcporter): add .gsd/mcp.json per-project MCP config support (#1141) 2026-03-18 08:26:02 -06:00
remote-questions fix: pause auto-mode when env variables needed instead of blocking (#1147) 2026-03-18 08:32:46 -06:00
search-the-web fix(search): consolidate duplicate Brave API helpers (#1010) 2026-03-17 18:06:23 -06:00
shared feat: add OSC 8 clickable hyperlinks for file paths in export notifications (#1114) 2026-03-18 08:21:56 -06:00
slash-commands fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00
subagent fix: inline bundled extension path parsing in subagent 2026-03-17 17:45:48 -05:00
ttsr fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00
universal-config perf: add concurrency limits to unbounded Promise.all operations (#1029) 2026-03-17 18:29:28 -06:00
voice fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00
ask-user-questions.ts fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00
get-secrets-from-user.ts fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00