* @brief Returns whether Confirm-gated edits run without per-call approval. */
| 180 | * @brief Returns whether Confirm-gated edits run without per-call approval. |
| 181 | */ |
| 182 | bool AI::Assistant::autoApproveEdits() const noexcept |
| 183 | { |
| 184 | return m_autoApproveEdits; |
| 185 | } |
| 186 | |
| 187 | /** |
| 188 | * @brief Persists the toggle and notifies QML listeners. |
no outgoing calls
no test coverage detected