-
Notifications
You must be signed in to change notification settings - Fork 1.9k
docs(autotune): fix fixed-wing autotune docs to match actual behavior #11676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
sensei-hacker
wants to merge
293
commits into
iNavFlight:release/9.1
from
sensei-hacker:docs/fix-fw-autotune-documentation
+1,492
−124
Closed
Changes from all commits
Commits
Show all changes
293 commits
Select commit
Hold shift + click to select a range
85bdad4
support gdb on stlink with MATEKH743
daijoubu 8a5b8ea
Refactor airspeed selection logic in imuCalculateTurnRateacceleration…
shota3527 3479d25
Created CANbus log topic
daijoubu 392c0c6
Clean up error handling.
daijoubu a2607af
Correct include search scopes in autogenerated files.
daijoubu b7dc9f1
Rename pitotValidForAirspeed to pitotGetValidForAirspeed and update r…
shota3527 81492f9
Update comments for airspeed selection logic in imuCalculateTurnRatea…
shota3527 29fadbf
fixing search scope for include files. Make and Ninja have different…
daijoubu 16d2fc1
Moving STM32H7 specific code to it's own module to prepare for bxCan …
daijoubu 3ccefe2
Remove unneeded settings header.
daijoubu 0ad4fc1
Removed incorrect USE_DRONECAN define that was enabling it for all ta…
daijoubu 976c6f9
Only try to initialize hardware pins if defined.
daijoubu 04abcab
Move define to pin initialization and use pin definitions for check.
daijoubu 35d2916
Clean up warning causing build failure on Github.
daijoubu 947ea8f
Moved all references to FDCAN down to the STM32H7 driver.
daijoubu 25e78fa
Working on the f7 port but need to update the HAL library
daijoubu 569f953
Reworked to use HAL_CAN v1.2.2
daijoubu 2b10d06
Setup canard for 64 bit platforms on SITL builds
daijoubu 0b4cadb
Moved define to fix targets that don't use dronecan.
daijoubu 823f3be
Move the unique id call into the chip specific drivers as the older H…
daijoubu 7ebc087
Fixed missing call to get protocol status in F7 driver for canard
daijoubu 2e1e1f8
Helps to compile the HAL CAN library.
daijoubu eff9c7a
Flag unused parameter in HAL as unused.
daijoubu ef4f3e1
Add the CAN standby pin to the target description as per AP hwdef for…
daijoubu fbe8078
Move the storage for the receive message to the same scope as the han…
daijoubu 6e55583
Adding a dronecan battery sensor
daijoubu 5d9d6dc
Move the F7 driver to use interrupt based receives to fill a ring buf…
daijoubu c3ad505
Added CAN battery voltage meter and tested with Matek CAN-L4-BM
daijoubu e4d54d9
Add DroneCAN/libcanard unit tests (44 tests)
daijoubu f54bb4d
Add DroneCAN current sensor support to battery system
daijoubu 7fb2567
Add DroneCAN documentation
daijoubu 1e69ba0
Add some clarifications to the docs and run update_cli_docs.py becaus…
daijoubu 204ed72
Fix DroneCAN battery current scaling (10x too low)
daijoubu 62963a1
Fix multiple DroneCAN driver bugs found in code review
daijoubu 9690892
Fix bug introduced by Claude. STM32F7xx HAL is too old to support HA…
daijoubu 8d5042f
Improve DroneCAN error handling and logging
daijoubu a06e1ab
Addressed issues 2, 3 and 4 from Qodo.
daijoubu 175280a
Phase 2.1: Add DroneCAN SITL stub driver support
daijoubu 463e0e5
Complete Phase 2.2: SocketCAN driver implementation
daijoubu 68b58eb
Merge remote-tracking branch 'origin/feature-dronecan-sitl' into add-…
daijoubu ffe1d9a
Fix macOS SITL build: Use roundf() instead of round()
daijoubu 3ad955f
Merge remote-tracking branch 'origin/pr-11313' into add-libcanard
daijoubu ce4c933
Merge pull request #1 from daijoubu/feature-dronecan-sitl
daijoubu 17c6750
Fix SITL build failures on macOS and Windows
daijoubu 5b08ed0
Merge remote add-libcanard branch with latest SITL fixes
daijoubu 4739bb8
Fix macOS SITL build: Guard socket type declarations
daijoubu dc287d1
Revert socket.h guards: restore original unguarded includes
daijoubu 0664cff
Fix: Guard SocketCAN forward declarations for non-Linux platforms
daijoubu f81543a
Moved dronecan generated files to lib/main rather than src/main. Upd…
daijoubu 595a5be
Fix the unit test build with the changes to directory structure
daijoubu 3ac06ad
Fixed include paths for unit tests.
daijoubu b6f9d80
Fixed a bug in the error checking on initialization. Need to check f…
daijoubu 3a1a1dc
fix gps scaling issues.
daijoubu 81a283a
Added support for hdop from the aux message if it is present.
daijoubu 240d5b8
Declare the Aux message handler
daijoubu efd668c
enums path fix
xznhj8129 79ad82b
tab oopsie
xznhj8129 d5c1e5e
Merge branch 'maintenance-10.x' into msp_additions
xznhj8129 cb3afe7
calculate EPH from positon covariance data.
daijoubu db5bb1c
Add comprehensive DroneCAN driver documentation
daijoubu b68686b
Fix: Move CAN interrupt enable to end of init function (#10)
daijoubu ffba4b8
docs(dronecan): Finalize DroneCAN integration with tests, examples, a…
daijoubu da849e5
Feature node status (#13)
daijoubu e201acc
Merge pull request #11230 from xznhj8129/msp_additions
sensei-hacker 6e27126
OSD: Add extra GPS satellite statistics widget
tipoman9 ba419f2
Merge remote-tracking branch 'upstream/maintenance-9.x' into maintena…
sensei-hacker 6facd4f
fix: correct ICM42688 bus device hardware type on GEPRC targets
sensei-hacker 857d799
Add CRSF sensor input on dedicated UART
sensei-hacker e320791
Add configurable OSD element refresh rate
hntirgeam 67dab35
iterate over OSD elements using osdIncElementIndex func
hntirgeam b93e293
time budget based element rendering. should be faster
hntirgeam 95e5327
debugging time budget
hntirgeam 8a83048
Fix minor error in PR
tipoman9 ee7d8f5
Eliminates: 1 function call + internal state check per gyro sample
a3a3b3c
Disable SIM telemetry for F722 targets due to lack of FLASH memory
4f73ff7
Bump PG version
0791829
Merge pull request #11409 from iNavFlight/maintenance-9.x
sensei-hacker 3fc471d
msp messages + enums versioning + scripts fix + renamed markdown to R…
xznhj8129 259bec3
msp docs: remove git_revision from enum spec metadata
xznhj8129 74b4aef
PINIO: add PWM duty control and unify output mode handling
sensei-hacker 4e29b1d
Remove legacy LED pin PWM modes, consolidate PINIO PWM interface
sensei-hacker 5097e9e
PINIO: fix operand order for backward compat, unify pinioSet/pinioSet…
sensei-hacker 5ca5b49
pinio pwm: Settings.md small update for osd_joystick_pinio_channel
sensei-hacker cdc42c7
Add TIM_USE_PINIO flag and label LED/PINIO outputs in output mapping
sensei-hacker ec835c4
pinio/pwm: Share user-assigned pins between box modes and programming…
sensei-hacker 15f0827
pinio/pwm: First round simplify most recent commits
sensei-hacker 842a7a8
add target osd_framerate_hz to control how many OSD elements are draw…
hntirgeam d1aafac
debug osd_framerate_hz
hntirgeam be3545c
cli command description + element idx debug
hntirgeam 3732e51
updated settings.md
hntirgeam 39ebba5
pinio/pwm: better integrate LED pin, simplify
sensei-hacker 8f9fc23
Merge pull request #11399 from iNavFlight/dzikuvx-disable-sim-telemet…
DzikuVx 7119138
Merge remote-tracking branch 'origin/maintenance-10.x' into dzikuvx-g…
15e118f
Merge pull request #11398 from iNavFlight/dzikuvx-gyro-optimizations
DzikuVx c0dca99
executable bit + version check
xznhj8129 e43c880
reset free PIDs if coefficients are changed via CLI or MSP
wimalopaan c36b5d7
Merge pull request #11457 from iNavFlight/maintenance-9.x
sensei-hacker 49693df
improvement to update_cli_docs (list enum values instead of min/max)
xznhj8129 23c67fb
add new messages
xznhj8129 7068f12
Merge branch 'maintenance-10.x' into msp_versioning
xznhj8129 b0313a4
correct enum
xznhj8129 b54ff13
Merge branch 'maintenance-10.x' into ipf_trig
xznhj8129 9c70040
docs: regenerate Settings.md for acc hardware enum
xznhj8129 3d6dc3b
Baro Altitude and Vario, AirSpeed
r1000 d0d89ec
Fix settings.md
r1000 e26ea67
docs: regenerate Settings.md from settings.yaml
sensei-hacker 4975623
feat(target): rename FlyingRC F4Wing Mini target and add BMI270 support
FlyingRC-Official a389e66
Merge pull request #11206 from hntirgeam/osd_freq_command
sensei-hacker 152835d
fix(target): correct default gyro orientations
FlyingRC-Official ec70bec
Fix logic condition opcode docs
xznhj8129 4c8d068
change def guard and clean MSP decode
xznhj8129 6523701
Refine set alt acceptance policy
xznhj8129 94fd8cb
Merge pull request #11179 from xznhj8129/ipf_trig
sensei-hacker 46a7a89
Merge branch 'maintenance-10.x' into add-libcanard
sensei-hacker 3c70959
Merge branch 'maintenance-10.x' into msp_versioning
sensei-hacker 6214cbc
Merge pull request #11343 from xznhj8129/msp_versioning
sensei-hacker 69a1352
Merge pull request #11313 from daijoubu/add-libcanard
sensei-hacker 6de9355
* add ADSB simulator script to inject ADSB contact to FC for devel pu…
error414 bc1e656
Enable CRSF sensor input on all CRSF-capable targets
sensei-hacker 89838d2
Fix BARO_CRSF enum value to preserve EEPROM compatibility
sensei-hacker dbc5c63
fix documentation: update ADS-B
error414 cca5ea5
fix CPA calculation
error414 5669e50
update_cli_docs
error414 36e2c23
add testes for ADSB
error414 a6e4952
OSD: GPS MON-RF noisePerMS and AGC percent fixes
tipoman9 b04199c
Minor PID controller improvement: use cache millis instead of calling…
DzikuVx 2a87050
Maintenance: Update STM32F7xx HAL to v1.3.3 and CMSIS Device to latest
daijoubu 27b8dce
Updated CAN driver to use new HAL library.
daijoubu e90b9ee
Fix a couple of missed changes with the new header object in the upda…
daijoubu 327be5b
fix: eliminate STM32F7 HAL macro redefinition warnings
daijoubu 37e6b23
fix: suppress STM32F7 HAL vendor warnings under WARNINGS_AS_ERRORS
daijoubu 5311b0e
fix: correct CAN BTR register timing value bit positions for HAL v1.3.3
daijoubu c23f1c0
fix: drain DroneCAN TX queue after RX processing to complete multi-fr…
daijoubu 63953ea
Merge maintenance-10.x into maintenance-9.x (resolve conflicts)
sensei-hacker 4f37b4c
Add MSP2_INAV_SET_AUX_RC (0x2230) to msp_messages.json
sensei-hacker 266dda5
Fix inav_enums.json: patch 7 enums to match merged source
sensei-hacker 18b549e
Add 3 more 9.x MSP messages missing from msp_messages.json
sensei-hacker 3355335
Regenerate docs/Settings.md after settings.yaml changes
sensei-hacker edb1657
Merge pull request #11512 from sensei-hacker/merge-9x-into-10x
sensei-hacker 719add7
Fix MSP_GPSSTATISTICS hwVersion type: uint32_t -> uint8_t
sensei-hacker 990b0dd
Merge pull request #11513 from sensei-hacker/fix/msp-gpsstatistics-hw…
sensei-hacker 9d3ba8e
docs: regenerate Settings.md from settings.yaml
daijoubu 3919713
fix: convert HAL submodule gitlinks to plain tracked files
daijoubu e814945
Remove STM32F4 HAL as it is not used in the project and this copy is …
daijoubu 1073acb
Merge branch 'maintenance-10.x' into error414/feature/adsb-intercept-…
error414 98e5225
fix comment in scheduler
error414 7eebdf6
pwm_mapping: guard beeper timer from timerHardwareOverride()
sensei-hacker ecb590a
test: add pwm_mapping beeper timer guard unit tests
sensei-hacker 0ae8b3e
Merge upstream/maintenance-10.x into feature/unified-pinio-pwm-output
sensei-hacker 8556b42
Merge pull request #11561 from iNavFlight/maintenance-9.x
sensei-hacker 9737be1
fix(stm32f4): suppress HAL header redefinition warnings via SYSTEM_IN…
daijoubu b80f64e
Merge branch 'iNavFlight:maintenance-10.x' into maintenance-10.x
daijoubu 4590bd8
Merge upstream/maintenance-10.x into feature/unified-pinio-pwm-output
sensei-hacker 3134a96
Merge pull request #11375 from sensei-hacker/feature/unified-pinio-pw…
sensei-hacker d243eed
output assignment: firmware-authoritative MSP2 READ/QUERY API
sensei-hacker f860c81
fix: guard timMotorServoHardware_t in pwm_mapping.h for SITL builds
sensei-hacker be6b399
fix: remove ASSERT calls from MSP QUERY handler in fc_msp.c
sensei-hacker 2353382
fix: honor isMixerUsingServos and servo count in pwmBuildTimerOutputList
sensei-hacker 6492483
fix: count servo outputs from customServoMixers, not mixerProfiles
sensei-hacker 2e92dde
fix: use only customServoMixers for servo count in pwmBuildTimerOutpu…
sensei-hacker f75c421
fix: scan customServoMixers unconditionally for servo count
sensei-hacker e31bc78
Merge branch 'iNavFlight:maintenance-10.x' into maintenance-10.x
daijoubu 75c33db
Merge pull request #11371 from tipoman9/OSD_GPS_Extra_Stats_v2
sensei-hacker f4f24c2
Update STM32H7xx HAL to v1.11.6 and CMSIS Device to v1.10.7
daijoubu 4acc9ee
Merge branch 'maintenance-10.x' into feature-crsf-sensor-input
sensei-hacker 1df6a5b
fix: remove unused parameter from pwmBuildTimerOutputList
sensei-hacker 4a07704
Fix ISR/scheduler race condition and PR bugs in CRSF sensor input
sensei-hacker 287b06f
Address code review issues in CRSF sensor input
sensei-hacker 8df5ac2
Merge pull request #11379 from sensei-hacker/feature-crsf-sensor-input
sensei-hacker cc31885
fix: align servo count with getServoCount() and zero-init tempOut
sensei-hacker 4589231
Merge pull request #11168 from sensei-hacker/pr-11100-crsf-baro
sensei-hacker 735c5f3
Merge branch 'maintenance-10.x' into feature/stm32f7-hal-v1.3.3-update
sensei-hacker afa43b0
Fix CRSF 0x09 baro/vario frame unpack in sensor input
sensei-hacker 29a763a
Fix duplicate crsfFrameAirSpeedSensor definition in telemetry/crsf.c
sensei-hacker 47e603d
Merge pull request #11572 from sensei-hacker/fix/crsf-0x09-baro-vario…
sensei-hacker 0476df6
Merge branch 'iNavFlight:maintenance-10.x' into maintenance-10.x
daijoubu 056cf9b
USE_BARO or USE_GPS for guards
xznhj8129 80cf09d
Merge pull request #11575 from iNavFlight/maintenance-9.x
sensei-hacker 49b4d02
Merge branch 'iNavFlight:maintenance-10.x' into maintenance-10.x
daijoubu 357e1dc
fix: suppress H7 __FPU_PRESENT redefinition warning via cmake
daijoubu e758692
fix: revert cortex-m4f __FPU_PRESENT to =1 for F4 compatibility
daijoubu 80cac21
fix: revert __FPU_PRESENT changes from 357e1dc34
daijoubu 49bf652
Merge pull request #11514 from daijoubu/feature/stm32f7-hal-v1.3.3-up…
sensei-hacker f43b5a9
Merge pull request #11491 from xznhj8129/set_alt_fixes
sensei-hacker 95b2bd9
Merge pull request #11523 from daijoubu/maintenance-10.x
sensei-hacker 7d268f5
Merge pull request #11578 from daijoubu/fix/stm32h7-hal-v1.13.0-update
sensei-hacker 0d72c3b
Merge pull request #11346 from error414/error414/feature/adsb-interce…
sensei-hacker 5713a12
msp: reject malformed QUERY_OUTPUT_ASSIGNMENT payloads; add assignmen…
sensei-hacker 31bea50
Merge pull request #11564 from sensei-hacker/feature/output-assignmen…
sensei-hacker 10343b4
Merge branch 'maintenance-10.x' into maintenance-9.x
sensei-hacker 8c4d8b4
Rename MAX to FIXED_VALUE and update description
sensei-hacker 653e6aa
Correct FIXED_VALUE to FIXED-VALUE in Mixer.md
sensei-hacker 47f2301
rename servo mixer MAX to Fixed Value
sensei-hacker 99974d3
Change TARGET_BOARD_IDENTIFIER to 'BLF4' and update features
sensei-hacker 3cf414a
Clean up timer definitions in target.c
sensei-hacker ef39436
Change TARGET_BOARD_IDENTIFIER and SPI bus settings
sensei-hacker 33e15c7
Merge pull request #9904 from hakrc1/hakrc1
sensei-hacker 3f5e472
Polish FlyingRC F4Wing Mini documentation
FlyingRC-Official 6b5edbc
Add FlyingRC F4Wing Mini current sensor ADC
FlyingRC-Official 27c9ea6
Fix FlyingRC F4Wing Mini PR cleanup
FlyingRC-Official 11c22f3
fix datatype of timerCount
sensei-hacker 6cc3056
Polish FlyingRC F4Wing Mini review notes
FlyingRC-Official 7f66d5e
Merge branch 'maintenance-9.x' into fix-timer-datatype
sensei-hacker aafe9be
Merge remote-tracking branch 'upstream/maintenance-9.x' into FLYINGRC…
FlyingRC-Official f13316a
Merge pull request #11587 from sensei-hacker/fix-timer-datatype
sensei-hacker fc432d9
drivers: fix DMA request disable ordering in timer IRQ handlers and s…
sensei-hacker 5bfba67
Add support for XTX XT25F128F nor flash chip
0737748
Merge pull request #10959 from tonuonu/patch-1
sensei-hacker 7884f4b
JHEMCUF435: enable UART2
dtrbinh e89eecf
Merge pull request #11431 from wimalopaan/wm_pid_cli
sensei-hacker c276a7a
Update displayport_msp_osd.c
breadoven 587459a
Merge pull request #11599 from breadoven/abo_hitl_msp_fix
breadoven 9d65704
implement minimal need for softrf
error414 6d183e9
feat:
error414 319dd15
improve softRF documentation
error414 ce0553a
change softrf as tested in doc
error414 ea28355
fix qodo suggestions
error414 dfb4104
fix qodo suggestions
error414 e17218f
Merge upstream/maintenance-9.x to resolve conflicts with PR #11312
sensei-hacker f5fa3fb
fix: make PLL2M dynamic using VCI=1.6MHz formula for SDMMC clock
daijoubu 0d5d02a
fix: check HAL_RCCEx_PeriphCLKConfig return for SDMMC PLL2 config
daijoubu f6ee3f7
fix: correct PLL1 VCIRANGE from VCIRANGE_2 to VCIRANGE_1
daijoubu b896990
cleanup: trim PLL2 comment block and shorten STATIC_ASSERT slug
daijoubu 3b393c5
fix: cast timerCount comparison to int to fix sign-compare warning
daijoubu 92cf6ab
restore: revert fc_msp.c to maintenance-9.x state (DroneCAN MSP chang…
daijoubu 53f5f41
fix: make PLL2M dynamic using VCI=1.6MHz formula for SDMMC clock
daijoubu 4339657
fix: check HAL_RCCEx_PeriphCLKConfig return for SDMMC PLL2 config
daijoubu deb5390
fix: correct PLL1 VCIRANGE from VCIRANGE_2 to VCIRANGE_1
daijoubu 376a28f
cleanup: trim PLL2 comment block and shorten STATIC_ASSERT slug
daijoubu 55baf34
Revert "restore: revert fc_msp.c to maintenance-9.x state (DroneCAN M…
daijoubu 2df0582
Revert "fix: cast timerCount comparison to int to fix sign-compare wa…
daijoubu e0f788d
Undo edits to fc_msp from out of sync local repo
daijoubu edb16a4
Merge remote-tracking branch 'origin/fix/11594-pll2-dynamic-m-divider…
daijoubu cf703e6
Merge pull request #11603 from daijoubu/fix/11594-pll2-dynamic-m-divider
sensei-hacker 6478c58
Merge pull request #11312 from shota3527/sh_ahrs_fix
sensei-hacker 4c9defc
Merge pull request #11377 from sensei-hacker/fix-geprc-icm42688-devhw
sensei-hacker b57656f
Merge pull request #11414 from error414/error414/feature/softrf
sensei-hacker b888989
Merge pull request #11582 from sensei-hacker/rename_smix_max_fixed_value
sensei-hacker c958987
Add new target: AEDROXH7 (Airbot Systems AEDROX H7)
sensei-hacker 900a88b
chore: remove accidentally tracked build_hw/ directory (1.1GB of cmak…
daijoubu 7a9b7bb
Revert lib/ HAL and DroneCAN library changes from bad merge of mainte…
sensei-hacker 2db9595
Revert stm32cubef7_extract/ changes from bad merge of maintenance-10.x
sensei-hacker d5ac9bb
Revert "Merge branch 'maintenance-10.x' into maintenance-9.x"
sensei-hacker b0c5ecf
Merge pull request #11606 from sensei-hacker/fix/revert-bad-merge
sensei-hacker 92de3ec
Refine description and manufacturer details for F4Wing Mini
sensei-hacker d56097b
Merge pull request #11589 from sensei-hacker/fix/dma-disable-ordering…
sensei-hacker 5314eaa
Merge pull request #11590 from gaoyu2144287/master
sensei-hacker 871bb55
Merge pull request #11597 from dtrbinh/fix/jhemcuf435-uart2
sensei-hacker f1558a0
Merge pull request #11588 from FlyingRC-Official/FLYINGRCF4WINGMINI
sensei-hacker a86122c
docs(autotune): fix fixed-wing autotune docs to match actual behavior
sensei-hacker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Rate-mode docs mismatch
🐞 Bug≡ CorrectnessAgent Prompt
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools