codeflash/codeflash
Mohamed Ashraf 0f128eb7d0 fix: share CLI flags between main parser and optimize subparser
30 CLI flags (--verbose, --no-pr, --file, --function, etc.) were defined
only on the main parser and silently dropped when using the `optimize`
subparser path. Uses argparse `parents=[]` pattern to share flags between
both parsers. Also adds --trace-only flag and aligns max_function_count
default to 256.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 21:45:07 +00:00
..
api fix: increase API read timeout from 90s to 300s to prevent flaky E2E failures 2026-04-10 02:33:16 -05:00
benchmarking perf: backport libcst visitor dispatch cache from codeflash-python 2026-04-09 23:46:45 -05:00
cli_cmds fix: share CLI flags between main parser and optimize subparser 2026-04-10 21:45:07 +00:00
code_utils perf: backport libcst visitor dispatch cache from codeflash-python 2026-04-09 23:46:45 -05:00
discovery Merge remote-tracking branch 'origin/main' into cf-java-void-optimization 2026-04-09 08:15:53 +00:00
github fix: cherry-pick main improvements into omni-java branch 2026-03-03 23:59:26 -05:00
languages perf: backport libcst visitor dispatch cache from codeflash-python 2026-04-09 23:46:45 -05:00
lsp refactor: restructure codebase for locality and faster CLI startup 2026-03-07 04:42:50 -05:00
models perf: backport libcst visitor dispatch cache from codeflash-python 2026-04-09 23:46:45 -05:00
optimization feat: track subagent mode globally in all PostHog events 2026-04-08 20:33:52 +00:00
picklepatch remove ignored linting issues 2026-01-29 21:39:07 +05:30
result fix: cherry-pick main improvements into omni-java branch 2026-03-03 23:59:26 -05:00
setup refactor: remove zero-config logic from java-config-redesign branch 2026-03-26 07:39:29 +00:00
telemetry perf: defer posthog, sentry_sdk, and requests imports in telemetry 2026-04-09 09:16:37 +00:00
tracing style: fix ruff formatting issues from cherry-picked commits 2026-03-03 20:45:29 -05:00
verification perf: add type identity fast-paths for str/list/tuple/dict in comparator 2026-04-10 01:25:05 -05:00
.env.example
__init__.py
either.py
LICENSE lets merge 2026-01-26 10:54:20 -08:00
main.py perf: skip telemetry/banner for auth and compare commands 2026-04-09 23:14:03 -05:00
tracer.py fix(java): find mvnw in parent dirs and respect --no-pr in tracer path 2026-04-01 06:46:44 +00:00
update_license_version.py fix the tracer (#884) 2025-11-07 21:14:01 -08:00
version.py fix: prevent ruff auto-format from rewriting version.py placeholders 2026-04-09 23:21:25 -05:00