From af557958deb3e70b16d3a306fa8cb82629a0fc09 Mon Sep 17 00:00:00 2001 From: main Date: Sat, 23 May 2026 19:48:26 -0400 Subject: Raise pro review package token ceiling --- assemble-pro-review-package/scripts/inline_section.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assemble-pro-review-package/scripts/inline_section.py') diff --git a/assemble-pro-review-package/scripts/inline_section.py b/assemble-pro-review-package/scripts/inline_section.py index 3356646..2f1a59c 100755 --- a/assemble-pro-review-package/scripts/inline_section.py +++ b/assemble-pro-review-package/scripts/inline_section.py @@ -52,7 +52,7 @@ LANGUAGE_BY_SUFFIX = { ".yml": "yaml", } -HARD_MAX_TOKENS = 75_000 +HARD_MAX_TOKENS = 200_000 GLOBAL_APPEND_LOCK = Path(tempfile.gettempdir()) / "assemble-pro-review-package-inline-section.lock" @@ -60,7 +60,7 @@ def parse_args() -> argparse.Namespace: parser = argparse.ArgumentParser( description=( "Append a labeled markdown section containing a file or excerpt to a " - "target document, while enforcing the skill's fixed 75k-token hard budget." + "target document, while enforcing the skill's fixed 200k-token hard budget." ) ) parser.add_argument("source", type=Path, help="Source file to inline.") -- cgit v1.2.3