[PR #11354] feat: add /record command template #13753

Open
opened 2026-02-16 18:18:35 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/11354

State: open
Merged: No


Summary

  • add a /record command template under .opencode/commands
  • add an auto-record plugin under .opencode/plugins
  • document custom commands in README

Install / Enable

  • Add the command template: .opencode/commands/record.md
  • For auto recording, place .opencode/plugins/auto-record.ts in your project or ~/.config/opencode/plugins/
  • Restart OpenCode after installing

Usage

  • /record (uses latest Q&A)
  • /record \"Question\" \"Answer\" (explicit)
  • /record \"Question\" \"Answer\" \"/path\" (custom output dir)
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/11354 **State:** open **Merged:** No --- ## Summary - add a /record command template under .opencode/commands - add an auto-record plugin under .opencode/plugins - document custom commands in README ## Install / Enable - Add the command template: `.opencode/commands/record.md` - For auto recording, place `.opencode/plugins/auto-record.ts` in your project or `~/.config/opencode/plugins/` - Restart OpenCode after installing ## Usage - `/record` (uses latest Q&A) - `/record \"Question\" \"Answer\"` (explicit) - `/record \"Question\" \"Answer\" \"/path\"` (custom output dir)
yindo added the pull-request label 2026-02-16 18:18:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13753