Tags: dev573/codegen
Tags
fix: update searchbyfilename tool to paginate (codegen-sh#896) # Motivation <!-- Why is this change necessary? --> # Content Add pagination fields and paginated response to the SearchByFileName tool, to prevent large results blowing up the context. <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
Increase view file size limit (codegen-sh#852) # Motivation Window size for the ViewFile tool is too small # Content Increased the ViewFile tool window size to 500 # Testing Tested with swe bench # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
fix: search_files_by_name_tool error (codegen-sh#885) # Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
Extract co-author from gitconfig (codegen-sh#883) # Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
fix(deps): update dependency sentry-sdk to v2.23.1 (codegen-sh#879) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sentry-sdk](https://redirect.github.com/getsentry/sentry-python) ([changelog](https://redirect.github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)) | `==2.23.0` -> `==2.23.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-python (sentry-sdk)</summary> ### [`v2.23.1`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2231) [Compare Source](https://redirect.github.com/getsentry/sentry-python/compare/2.23.0...2.23.1) ##### Various fixes & improvements - Fix import problem in release 2.23.0 ([#​4140](https://redirect.github.com/getsentry/sentry-python/issues/4140)) by [@​antonpirker](https://redirect.github.com/antonpirker) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "* 0-3 * * 1" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/codegen-sh/codegen). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(deps): update dependency sentry-sdk to v2.23.0 (codegen-sh#874) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sentry-sdk](https://redirect.github.com/getsentry/sentry-python) ([changelog](https://redirect.github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)) | `==2.22.0` -> `==2.23.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-python (sentry-sdk)</summary> ### [`v2.23.0`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2230) [Compare Source](https://redirect.github.com/getsentry/sentry-python/compare/2.22.0...2.23.0) ##### Various fixes & improvements - Feat(profiling): Add new functions to start/stop continuous profiler ([#​4056](https://redirect.github.com/getsentry/sentry-python/issues/4056)) by [@​Zylphrex](https://redirect.github.com/Zylphrex) - Feat(profiling): Export start/stop profile session ([#​4079](https://redirect.github.com/getsentry/sentry-python/issues/4079)) by [@​Zylphrex](https://redirect.github.com/Zylphrex) - Feat(tracing): Backfill missing `sample_rand` on `PropagationContext` ([#​4038](https://redirect.github.com/getsentry/sentry-python/issues/4038)) by [@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - Feat(logs): Add alpha version of Sentry logs ([#​4126](https://redirect.github.com/getsentry/sentry-python/issues/4126)) by [@​colin-sentry](https://redirect.github.com/colin-sentry) - Security(gha): fix potential for shell injection ([#​4099](https://redirect.github.com/getsentry/sentry-python/issues/4099)) by [@​mdtro](https://redirect.github.com/mdtro) - Docs: Add `init()` parameters to ApiDocs. ([#​4100](https://redirect.github.com/getsentry/sentry-python/issues/4100)) by [@​antonpirker](https://redirect.github.com/antonpirker) - Docs: Document that caller must check `mutable` ([#​4010](https://redirect.github.com/getsentry/sentry-python/issues/4010)) by [@​szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - Fix(Anthropic): Add partial json support to streams ([#​3674](https://redirect.github.com/getsentry/sentry-python/issues/3674)) - Fix(ASGI): Fix KeyError if transaction does not exist ([#​4095](https://redirect.github.com/getsentry/sentry-python/issues/4095)) by [@​kevinji](https://redirect.github.com/kevinji) - Fix(asyncio): Improve asyncio integration error handling. ([#​4129](https://redirect.github.com/getsentry/sentry-python/issues/4129)) by [@​antonpirker](https://redirect.github.com/antonpirker) - Fix(AWS Lambda): Fix capturing errors during AWS Lambda INIT phase ([#​3943](https://redirect.github.com/getsentry/sentry-python/issues/3943)) - Fix(Bottle): Prevent internal error on 404 ([#​4131](https://redirect.github.com/getsentry/sentry-python/issues/4131)) by [@​sentrivana](https://redirect.github.com/sentrivana) - Fix(CI): Fix API doc failure in CI ([#​4075](https://redirect.github.com/getsentry/sentry-python/issues/4075)) by [@​sentrivana](https://redirect.github.com/sentrivana) - Fix(ClickHouse) ClickHouse in test suite ([#​4087](https://redirect.github.com/getsentry/sentry-python/issues/4087)) by [@​antonpirker](https://redirect.github.com/antonpirker) - Fix(cloudresourcecontext): Added timeout to HTTP requests in CloudResourceContextIntegration ([#​4120](https://redirect.github.com/getsentry/sentry-python/issues/4120)) by [@​antonpirker](https://redirect.github.com/antonpirker) - Fix(crons): Fixed bug when `cron_jobs` is set to `None` in arq integration ([#​4115](https://redirect.github.com/getsentry/sentry-python/issues/4115)) by [@​antonpirker](https://redirect.github.com/antonpirker) - Fix(debug): Take into account parent handlers for debug logger ([#​4133](https://redirect.github.com/getsentry/sentry-python/issues/4133)) by [@​sentrivana](https://redirect.github.com/sentrivana) - Fix(FastAPI/Starlette): Fix middleware with positional arguments. ([#​4118](https://redirect.github.com/getsentry/sentry-python/issues/4118)) by [@​antonpirker](https://redirect.github.com/antonpirker) - Fix(featureflags): add LRU update/dedupe test coverage ([#​4082](https://redirect.github.com/getsentry/sentry-python/issues/4082)) - Fix(logging): Coerce None values into strings in logentry params. ([#​4121](https://redirect.github.com/getsentry/sentry-python/issues/4121)) by [@​antonpirker](https://redirect.github.com/antonpirker) - Fix(pyspark): Grab `attemptId` more defensively ([#​4130](https://redirect.github.com/getsentry/sentry-python/issues/4130)) by [@​sentrivana](https://redirect.github.com/sentrivana) - Fix(Quart): Support `quart_flask_patch` ([#​4132](https://redirect.github.com/getsentry/sentry-python/issues/4132)) by [@​sentrivana](https://redirect.github.com/sentrivana) - Fix(tests): A way to locally run AWS Lambda functions ([#​4128](https://redirect.github.com/getsentry/sentry-python/issues/4128)) by [@​antonpirker](https://redirect.github.com/antonpirker) - Fix(tests): Add concurrency testcase for arq ([#​4125](https://redirect.github.com/getsentry/sentry-python/issues/4125)) by [@​sentrivana](https://redirect.github.com/sentrivana) - Fix(tests): Add fail_on_changes to toxgen by [@​sentrivana](https://redirect.github.com/sentrivana) - Fix(tests): Run AWS Lambda tests locally ([#​3988](https://redirect.github.com/getsentry/sentry-python/issues/3988)) by [@​antonpirker](https://redirect.github.com/antonpirker) - Fix(tests): Test relevant prereleases and allow to ignore releases - Fix(tracing): Move `TRANSACTION_SOURCE_*` constants to `Enum` ([#​3889](https://redirect.github.com/getsentry/sentry-python/issues/3889)) by [@​mgaligniana](https://redirect.github.com/mgaligniana) - Fix(typing): Add more typing info to Scope.update_from_kwargs's "contexts" ([#​4080](https://redirect.github.com/getsentry/sentry-python/issues/4080)) - Fix(typing): Set correct type for `set_context` everywhere ([#​4123](https://redirect.github.com/getsentry/sentry-python/issues/4123)) by [@​sentrivana](https://redirect.github.com/sentrivana) - Chore(tests): Regenerate tox.ini ([#​4108](https://redirect.github.com/getsentry/sentry-python/issues/4108)) by [@​sentrivana](https://redirect.github.com/sentrivana) - Build(deps): bump actions/create-github-app-token from 1.11.5 to 1.11.6 ([#​4113](https://redirect.github.com/getsentry/sentry-python/issues/4113)) by [@​dependabot](https://redirect.github.com/dependabot) - Build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 ([#​4112](https://redirect.github.com/getsentry/sentry-python/issues/4112)) by [@​dependabot](https://redirect.github.com/dependabot) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "* 0-3 * * 1" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/codegen-sh/codegen). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add logger interface support (codegen-sh#857) # Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed --------- Co-authored-by: rushilpatel0 <171610820+rushilpatel0@users.noreply.github.com>
fix: Fix Inefficient List Directory Implementation (codegen-sh#853) # Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
fix: CG-11708 set draft=False if repo is private (codegen-sh#835) a better solution would be to use graph QL to pull the repo plan features - this is a temporary one for eitan
PreviousNext