You are browsing as a guest. Sign up (or log in) to start making projects!

32m 1s logged

What I built

STDerr is a Slack bot for developers. A little something you’d actually use mid-coding when you’re too lazy to open a browser. Three commands:

/stderr-ping - STDerr latency test

/stderr-connect - Connect to your AI provider with your API key

/stderr-stack [error] - turns a error message into how and what caused it. Powered by your AI provider with API Key

/stderr-timestamp - returns unix timestamp + ISO 8601.

/stderr-commit [description] - turns description into a proper conventional commit message (feat:, fix:, chore:, etc.) powered by your AI provider with API Key

/stderr-regex [description] - turns description into a Regex expression that you can use.

Stack:

  • index.js - Main Slack bot (Socket Mode)
  • ai.js - Unified AI chat interface
  • providers.js - Provider registry
  • store.js - Per-user config persistence
0
7

Comments 0

No comments yet. Be the first!