Skip to content

fix(schema): add shell_alias definition#7441

Merged
jdx merged 1 commit intojdx:mainfrom
anp:shell-alias-schema
Dec 19, 2025
Merged

fix(schema): add shell_alias definition#7441
jdx merged 1 commit intojdx:mainfrom
anp:shell-alias-schema

Conversation

@anp
Copy link
Contributor

@anp anp commented Dec 19, 2025

I recently started using the shell_alias feature (thanks!), but it results in a message like

Additional properties are not allowed ('shell_alias' was unexpected)

from the Even Better TOML extension in VSCode. It seems like the extension is pulling from schemastore, which in turn points to https://mise.jdx.dev/schema/mise.json. I'm assuming that this file is backed by the file I've modified, but please let me know if I've misunderstood.

Lints and e2e tests pass locally for me with this, but I'm not sure they cover this schema file. I am not sure exactly how to test this locally, open to suggestions!


Note

Add shell_alias to schema/mise.json as an object mapping alias names to command strings.

  • Schema (schema/mise.json):
    • Add top-level shell_alias property: object of alias -> command string.

Written by Cursor Bugbot for commit 23177f2. This will update automatically on new commits. Configure here.

@jdx
Copy link
Owner

jdx commented Dec 19, 2025

bugbot run

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no bugs!


@jdx jdx enabled auto-merge (squash) December 19, 2025 03:51
@jdx jdx merged commit 7b6a246 into jdx:main Dec 19, 2025
36 checks passed
@anp anp deleted the shell-alias-schema branch December 19, 2025 04:02
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.

2 participants