release: v0.0.83 -- OpenAI-compatible production fix batch (#12) #431
Annotations
11 warnings
|
test-and-build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-vars):
open-sse/translator/request/openai-to-cursor.js#L175
Variable 'system' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
open-sse/translator/request/openai-to-cursor.js#L175
Variable 'stream_options' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
open-sse/translator/request/openai-to-cursor.js#L175
Variable 'tool_choice' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
open-sse/translator/request/openai-to-cursor.js#L175
Variable 'metadata' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
open-sse/translator/request/openai-to-cursor.js#L175
Variable 'user' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
open-sse/translator/request/openai-to-cursor.js#L171
Parameter 'credentials' is declared but never used. Unused parameters should start with a '_'.
|
|
eslint(no-unused-vars):
open-sse/translator/request/openai-to-cursor.js#L171
Parameter 'stream' is declared but never used. Unused parameters should start with a '_'.
|
|
eslint(no-unused-vars):
open-sse/translator/request/openai-to-cursor.js#L134
Variable 'index' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(eqeqeq):
open-sse/config/runtimeConfig.js#L61
Expected !== and instead saw !=
|
|
eslint(eqeqeq):
open-sse/config/runtimeConfig.js#L57
Expected === and instead saw ==
|