Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
185d305
fix(go): force import error base and use nameInPascalCase for optiona…
Fluf22 Mar 12, 2026
798caac
fix: update method naming in api.mustache for consistency
Fluf22 Feb 26, 2026
d825e24
feat: update method.mustache to handle null parameters in API request…
Fluf22 Mar 2, 2026
56f8957
feat: update request_param.mustache to handle null values in paramete…
Fluf22 Mar 2, 2026
9438d7d
feat: update request_param.mustache and paramValue.mustache to handle…
Fluf22 Mar 3, 2026
e698737
feat: update mustache templates to handle nullable fields based on re…
Fluf22 Mar 4, 2026
19a18fc
feat: add lenient JSON assertion helper for end-to-end tests in C#
Fluf22 Mar 3, 2026
f57b33d
feat: add lenient JSON assertion helpers for Java and Kotlin e2e tests
Fluf22 Mar 12, 2026
998544f
fix(python,scala): enhance deserialization and HTTP header handling
Fluf22 Mar 12, 2026
89d7f7d
feat: enhance JSON deserialization to handle non-string input for arrays
Fluf22 Mar 4, 2026
039192d
feat(agent-studio): initial version
Fluf22 Jan 23, 2026
fd9c293
fix(agent-studio): force import error base, remove unused oneOf, chan…
Fluf22 Feb 25, 2026
76c5f60
fix: agent-studio client build
Fluf22 Feb 25, 2026
b7c4dee
fix: agent-studio client build continued
Fluf22 Feb 25, 2026
79ea1ad
fix(specs): explicit items type object
Fluf22 Feb 25, 2026
715ca75
fix: kt playground
Fluf22 Feb 25, 2026
d933e48
feat: add custom request paths and helpers to agent studio client
Fluf22 Feb 26, 2026
a80890e
feat: add new API test cases for agent and provider operations
Fluf22 Feb 26, 2026
b465550
feat: update API server URLs to use region variables and add timeout …
Fluf22 Feb 26, 2026
b13b10f
feat: add region parameter to AgentStudioClient initialization and im…
Fluf22 Feb 26, 2026
b55dc64
feat: enhance array variant resolution in ParametersWithDataType and …
Fluf22 Mar 2, 2026
6582866
feat: swap conversationId and agentId parameters in API specification…
Fluf22 Mar 2, 2026
308bcbb
feat: update agent and provider IDs in JSON configuration files
Fluf22 Mar 3, 2026
73fb548
feat: add response schemas for AI SDK v4 and v5 compatibility
Fluf22 Mar 4, 2026
adea416
feat: expand API specification with new tags for completions, convers…
Fluf22 Mar 4, 2026
db08b3d
fix(javascript): remove agent-studio standalone client status and ler…
Fluf22 May 1, 2026
c6d7041
revert(javascript): restore agent-studio as standalone client
Fluf22 May 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ body:
options:
- All
- AB testing
- Agent Studio
- Analytics
- Ingestion
- Insights
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"packages/*"
],
"scripts": {
"build": "lerna run build --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope 'algoliasearch' --scope '@algolia/composition' --scope '@algolia/advanced-personalization' --include-dependencies",
"build": "lerna run build --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope 'algoliasearch' --scope '@algolia/composition' --scope '@algolia/advanced-personalization' --scope '@algolia/agent-studio' --include-dependencies",
"clean": "lerna run clean",
"release:publish": "lerna publish from-package --yes",
"release:publish:old": "tsc --project scripts/tsconfig.json && node scripts/dist/publish.js",
Expand Down
Loading
Loading