continue icon indicating copy to clipboard operation
continue copied to clipboard

The numLines field is missing in the autocomplete logs sent to the server.

Open lisyoen opened this issue 6 months ago • 0 comments

Before submitting your bug report

Relevant environment info

- OS: Windows 11 Enterprise
- Continue version: 1.1.25
- IDE version: VSCode 1.98.2 (user setup)
- Model: Not applicable.
- config:
data:
  - name: "logs"
    schema: "0.2.0"
    //"events: ["autocomplete"]
    destination: "http://localhost:5432/data"

Description

We have built a REST API server to collect autocomplete logs in real-time. However, the collected logs lack the numLines field (which was available in the file logs), making it difficult to determine how many lines were generated.

To reproduce

  1. Run the custom-developed REST API server.
  2. Perform autocomplete in Continue.
  3. Check the received body.

Log output

Not applicable.

lisyoen avatar Apr 24 '25 10:04 lisyoen