#BUG macOS app Code Snippet Box breaks code after ">>" button continues

1 messages · Page 1 of 1 (latest)

long delta
#

Steps to reproduce:

  1. Make a query that ends mid-function with an open ChatGPT code sequence box. i.e. Copy a Swift file and ask if there is anything that can be refactored.
  2. Press ">>" continue button bottom right. This will continue the response, but breaks it due to this bug.

Expected result:
macOS ">>" button should simply continue the code snippet in its same code snippet box because the response stopped mid-function. This should simply continue as it was within the code snippet box in order to enable the "Copy" button to do its job and copy all that text snippet at once, nothing more than that code, and that code should be complete.

Actual result:
macOS ">>" button breaks Code Snippets into many sequences of Code Snippet + simple text + Code Snippet + simple text. This means you cannot copy-paste because code is broken mid-function into separate formats. Breaks copy button to copy code.

Additional information

Browser: none, macOS app New Version 1.2024.163 (1718653947)
OS: macOS

shadow lodgeBOT
#
Thank you for submitting a bug report regarding the Mac OS app.

Have you attached a screenshot and/or provided an error log with your report? Adding these details can assist the community in addressing your issue.

long delta
#

Note that this bug only occurs in the macOS app and not on the web. On the web the continue button keeps going in the same code snippet, but on macOS app Version 1.2024.170 (1719338033) that fails and breaks as described in this bug.

long delta
#

Note that the BUG breaks code that was OK on the web "continued" with Continue button & stayed in one code snippet. When that response is seen on macOS app instead, it breaks.

long delta
#

See same code same place, not broken in web. Seen in macOS app, that place breaks as seen in previous screenshot

late oxide
#

Also saw this, such a pain to put the code back together again after this happens.