Skip to content

fix: add missing _BUILTIN_MAP definition#360

Merged
Wool-xing merged 2 commits into
mainfrom
chore/clean-labels
Jun 12, 2026
Merged

fix: add missing _BUILTIN_MAP definition#360
Wool-xing merged 2 commits into
mainfrom
chore/clean-labels

Conversation

@Wool-xing

Copy link
Copy Markdown
Owner

Fixes Daily Audit failure. _BUILTIN_MAP was used but never defined.

Changes:

  • runtime/cli/interactive.py: add _BUILTIN_MAP: dict = {} module-level
  • runtime/cli/commands/slash_handlers.py: add lazy import for _BUILTIN_MAP

xiaoxing0135 added 2 commits June 12, 2026 21:28
_BUITIN_MAP was used in interactive.py (plugin loading) and
slash_handlers.py (re-run handler) but was never defined.
Added module-level _BUILTIN_MAP: dict = {} and lazy import.
@Wool-xing Wool-xing merged commit 5315f64 into main Jun 12, 2026
19 checks passed
@Wool-xing Wool-xing deleted the chore/clean-labels branch June 12, 2026 13:57
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.

1 participant