Skip to content

Add --raw output mode, glob auto-excludes, and output guidance - #3

Merged
jsturtevant merged 1 commit into
mainfrom
codeact-local-updates
May 1, 2026
Merged

Add --raw output mode, glob auto-excludes, and output guidance#3
jsturtevant merged 1 commit into
mainfrom
codeact-local-updates

Conversation

@jsturtevant

Copy link
Copy Markdown
Owner

Summary

Syncs changes from the locally installed codeact plugin back to the repo.

Changes

--raw output mode (both monty + hyperlight)

  • New --raw flag prints stdout/stderr directly instead of wrapping in a JSON envelope
  • On success: writes stdout, exits 0
  • On failure: writes stdout + stderr, exits 1

Glob auto-excludes (monty)

  • Auto-skips .venv, node_modules, __pycache__, .git, target, dist, build, etc.
  • New exclude_dirs parameter — pass [] to disable filtering
  • Raised cap from 200 → 10,000 with a warning when truncated

Instructions template

  • Documents glob auto-exclude behavior
  • Adds --raw flag to the invocation template
  • Adds output minimization guidance (~5 KB target)

- Add --raw flag to both monty and hyperlight codeact scripts for
  direct stdout/stderr output instead of JSON envelope
- Add glob auto-exclude for common dirs (.venv, node_modules,
  __pycache__, .git, target, dist, build) with exclude_dirs param
- Raise glob cap from 200 to 10000 with truncation warning
- Add output minimization guidance to instructions template
- Add glob auto-exclude documentation to instructions
@jsturtevant
jsturtevant merged commit 8294618 into main May 1, 2026
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