Skip to content

feat(tool): list all 80+ builtins in help text#343

Merged
chaliy merged 1 commit intomainfrom
claude/feat-335-full-builtin-list-TjcEQ
Feb 27, 2026
Merged

feat(tool): list all 80+ builtins in help text#343
chaliy merged 1 commit intomainfrom
claude/feat-335-full-builtin-list-TjcEQ

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented Feb 27, 2026

Summary

  • Update BUILTINS const to include all 80+ registered builtins (was 28)
  • Organize help text by category (Core I/O, Text Processing, File Ops, etc.)
  • Agents now know about tar, gzip, stat, base64, seq, tee, diff, etc.

Closes #335

Test plan

  • cargo test --all-features passes
  • All builtin names match registered builtins in interpreter/mod.rs

BUILTINS const and BASE_HELP now include all registered builtins
organized by category. Previously only listed 28 of 80+ builtins.

Closes #335
@chaliy chaliy merged commit 12a428a into main Feb 27, 2026
16 checks passed
@chaliy chaliy deleted the claude/feat-335-full-builtin-list-TjcEQ branch February 27, 2026 04:12
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.

feat: help text lists only 28 builtins but 109 are implemented

2 participants