From fd3f726a2a732c3e7f378c936c17bc640a4a9cb4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 14 Jan 2026 03:41:02 +0000 Subject: [PATCH 1/2] Initial plan From 7d2d8a2b47524c3abd5868e8de1500674eebc813 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 14 Jan 2026 03:43:35 +0000 Subject: [PATCH 2/2] Fix inconsistent indentation of _captureStats function Co-authored-by: nmaguiar <11761746+nmaguiar@users.noreply.github.com> --- js/owrap.ai.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/owrap.ai.js b/js/owrap.ai.js index 5cec29c0..2664857d 100644 --- a/js/owrap.ai.js +++ b/js/owrap.ai.js @@ -473,7 +473,7 @@ OpenWrap.ai.prototype.__gpttypes = { var _lastStats = __ var _debugCh = __ var _resetStats = () => { _lastStats = __ } - var _captureStats = (aResponse, aModelName) => { + var _captureStats = (aResponse, aModelName) => { if (!isMap(aResponse)) { _lastStats = __ return _lastStats