Skip to content

refactor(generators): use record for saved var lists in Kotlin generator

c4be9d7
Select commit
Loading
Failed to load commit list.
Open

feat(clients): Agent Studio v1 #6097

refactor(generators): use record for saved var lists in Kotlin generator
c4be9d7
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action May 13, 2026 in 0s

10 new security issues (0 max.).

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 10
           

Complexity increasing per file
==============================
- tests/output/java/src/test/java/com/algolia/utils/TestHelpers.java  9
- tests/output/kotlin/src/commonTest/kotlin/com/algolia/utils/TestHelpers.kt  10
- playground/python/app/agent_studio.py  3
- playground/java/src/main/java/com/algolia/playground/AgentStudio.java  2
- playground/kotlin/src/main/kotlin/com/algolia/playground/AgentStudio.kt  2
- playground/scala/src/main/scala/AgentStudio.scala  2
- playground/go/agent-studio.go  4
- playground/javascript/node/agentStudio.ts  2
- playground/csharp/Playground/Playgrounds/AgentStudio.cs  3
- tests/output/csharp/src/Utils/TestHelpers.cs  9
- clients/algoliasearch-client-javascript/packages/client-common/src/__tests__/sse.test.ts  30
- scripts/cts/testServer/noContent.ts  3
- clients/algoliasearch-client-javascript/packages/client-common/src/sse.ts  29
- clients/algoliasearch-client-python/algoliasearch/http/sse.py  58
- playground/javascript/node/agentStudioStreaming.ts  2
- clients/algoliasearch-client-javascript/packages/client-common/src/validateParam.ts  5
         

See the complete overview on Codacy

Annotations

Check warning on line 20 in playground/javascript/node/agentStudio.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

playground/javascript/node/agentStudio.ts#L20

Detected string concatenation with a non-literal variable in a util.format / console.log function.

Check warning on line 125 in playground/javascript/node/agentStudioStreaming.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

playground/javascript/node/agentStudioStreaming.ts#L125

Detected string concatenation with a non-literal variable in a util.format / console.log function.

Check failure on line 3 in playground/php/src/agent-studio.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

playground/php/src/agent-studio.php#L3

"require_once" statement detected. File manipulations are discouraged.

Check warning on line 3 in playground/php/src/agent-studio.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

playground/php/src/agent-studio.php#L3

"require_once" statement detected. File manipulations are discouraged.

Check failure on line 15 in playground/php/src/agent-studio.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

playground/php/src/agent-studio.php#L15

Unescaped output detected.

Check warning on line 15 in playground/php/src/agent-studio.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

playground/php/src/agent-studio.php#L15

Use of echo language construct is discouraged.

Check warning on line 15 in playground/php/src/agent-studio.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

playground/php/src/agent-studio.php#L15

Use of echo language construct is discouraged.

Check failure on line 17 in playground/php/src/agent-studio.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

playground/php/src/agent-studio.php#L17

Unescaped output detected.

Check warning on line 17 in playground/php/src/agent-studio.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

playground/php/src/agent-studio.php#L17

Use of echo language construct is discouraged.

Check warning on line 17 in playground/php/src/agent-studio.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

playground/php/src/agent-studio.php#L17

Use of echo language construct is discouraged.