Skip to content

Add !version command#171

Merged
11k merged 1 commit into
masterfrom
feat/version-command
Mar 23, 2026
Merged

Add !version command#171
11k merged 1 commit into
masterfrom
feat/version-command

Conversation

@11k

@11k 11k commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds a !version (!v) command that reads the version from package.json and outputs Running v{version} in chat
  • New file: lib/commands/implementations/version.js
  • Registered in configure-commands.js with alias !v

Test plan

  • All existing tests pass (npm test — 196 passing)
  • Start dev server and send !version in mock chat to verify output

Adds a new !version (!v) command that reads the version from
package.json and outputs "Running v{version}" in chat.
@11k 11k added the enhancement New feature or request label Mar 23, 2026
@11k 11k merged commit 62c5827 into master Mar 23, 2026
2 checks passed
@11k 11k deleted the feat/version-command branch March 23, 2026 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant