Skip to content

[WIP] Refactor command input#790

Draft
dozro wants to merge 3 commits into
devfrom
feat/enhanced-command-input
Draft

[WIP] Refactor command input#790
dozro wants to merge 3 commits into
devfrom
feat/enhanced-command-input

Conversation

@dozro
Copy link
Copy Markdown
Member

@dozro dozro commented May 11, 2026

Description

Fixes #156

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

AI disclosure:

No AI used, just a non-AI generator for JSON schemas

@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Missing changeset

This pull request does not include a changeset. Please add one before requesting review so the change is properly documented and included in the release notes.

How to add a changeset:

  1. Run pnpm run document-change (interactive) and commit the generated file, or
  2. Manually create .changeset/<descriptive-name>.md:
---
default: patch
---

Short user-facing summary of the change.

Replace patch with major, minor, patch, docs, or note as appropriate.

📖 Read more in CONTRIBUTING.md.

If this PR is internal/maintenance with no user-facing impact, a maintainer can add the internal label to skip this check.

Comment thread src/app/plugins/commandHandling/builtin/miscCommands.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Redoing the command interface

2 participants