ta
TanStack
GitHub
ai
Workspace
GitHub
CI Pipeline Executions
Filtered
Runs
Demo
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
Overview
⌘K
ai
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
feat/embed
5e02a35d Feat/ai-groq-summarize (#837) * feat(ai-groq): introduce summarization adapters and update documentation - Added `groqSummarize` and `createGroqSummarize` functions for summarization capabilities. - Updated `package.json` to use `tsx` for running the documentation verification script. - Enhanced documentation for the Groq adapter to include summarization examples and usage. - Updated tests to validate the new summarization functionality and ensure proper integration with existing features. - Modified configuration files to reflect the addition of summarization support. This commit enhances the Groq integration by providing tree-shakeable summarization adapters, aligning with patterns used by other providers. * fix(package.json): update documentation verification script to use tsx Replaced the command for the documentation verification script in package.json from `node` to `tsx` for improved execution. This change aligns with recent updates to enhance script performance and compatibility. * fix(e2e): use Groq OpenAI-compatible base URL * ci: apply automated fixes * fix(ai-groq): resolve summarize adapter import and doc structure - Import `getGroqApiKeyFromEnv` / `GroqClientConfig` from `../utils/client`. `../utils` is a directory with no index file, so the build, unit tests, and typecheck for `@tanstack/ai-groq` all failed to resolve it. - Move the new `## Summarization` section after the `### Reasoning` subsection. Inserting it before `### Reasoning` re-parented that subsection from `## Model Options` to `## Summarization`. - Restore the trailing newline in `docs/config.json` and bump `updatedAt` on the Groq adapter page, per the docs config convention. --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com>
by Harshdeep ...
H
Succeeded
main
40b27309 Feat/ai-groq-summarize (#837) * feat(ai-groq): introduce summarization adapters and update documentation - Added `groqSummarize` and `createGroqSummarize` functions for summarization capabilities. - Updated `package.json` to use `tsx` for running the documentation verification script. - Enhanced documentation for the Groq adapter to include summarization examples and usage. - Updated tests to validate the new summarization functionality and ensure proper integration with existing features. - Modified configuration files to reflect the addition of summarization support. This commit enhances the Groq integration by providing tree-shakeable summarization adapters, aligning with patterns used by other providers. * fix(package.json): update documentation verification script to use tsx Replaced the command for the documentation verification script in package.json from `node` to `tsx` for improved execution. This change aligns with recent updates to enhance script performance and compatibility. * fix(e2e): use Groq OpenAI-compatible base URL * ci: apply automated fixes * fix(ai-groq): resolve summarize adapter import and doc structure - Import `getGroqApiKeyFromEnv` / `GroqClientConfig` from `../utils/client`. `../utils` is a directory with no index file, so the build, unit tests, and typecheck for `@tanstack/ai-groq` all failed to resolve it. - Move the new `## Summarization` section after the `### Reasoning` subsection. Inserting it before `### Reasoning` re-parented that subsection from `## Model Options` to `## Summarization`. - Restore the trailing newline in `docs/config.json` and bump `updatedAt` on the Groq adapter page, per the docs config convention. --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com>
by Harshdeep ...
H
Succeeded
main
40b27309 Feat/ai-groq-summarize (#837) * feat(ai-groq): introduce summarization adapters and update documentation - Added `groqSummarize` and `createGroqSummarize` functions for summarization capabilities. - Updated `package.json` to use `tsx` for running the documentation verification script. - Enhanced documentation for the Groq adapter to include summarization examples and usage. - Updated tests to validate the new summarization functionality and ensure proper integration with existing features. - Modified configuration files to reflect the addition of summarization support. This commit enhances the Groq integration by providing tree-shakeable summarization adapters, aligning with patterns used by other providers. * fix(package.json): update documentation verification script to use tsx Replaced the command for the documentation verification script in package.json from `node` to `tsx` for improved execution. This change aligns with recent updates to enhance script performance and compatibility. * fix(e2e): use Groq OpenAI-compatible base URL * ci: apply automated fixes * fix(ai-groq): resolve summarize adapter import and doc structure - Import `getGroqApiKeyFromEnv` / `GroqClientConfig` from `../utils/client`. `../utils` is a directory with no index file, so the build, unit tests, and typecheck for `@tanstack/ai-groq` all failed to resolve it. - Move the new `## Summarization` section after the `### Reasoning` subsection. Inserting it before `### Reasoning` re-parented that subsection from `## Model Options` to `## Summarization`. - Restore the trailing newline in `docs/config.json` and bump `updatedAt` on the Groq adapter page, per the docs config convention. --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com>
by Harshdeep ...
H
Succeeded
feat/ai-groq-summarize
2ca3e9b8 Merge f1f8dd07c92c647164014f96b7c3b05244d8df32 into 8a159db787b4fb35a64e8aa0fcfd6ea8a4876e0a
by Harshdeep ...
H
Succeeded
feat/daytona-adapter
36e8c588 fix(ai-client): correlate synthesized resume terminals to request run (#1053) * fix(ai-client): stamp synthesized terminals with request runId Interrupt resume left sessionGenerating stuck when the provider continuation omitted RUN_FINISHED/RUN_ERROR, because the connect wrapper synthesized terminals without the client request run stamp. * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
by Harshdeep ...
H
Succeeded
main
a8bf8bc7 fix(ai-client): correlate synthesized resume terminals to request run (#1053) * fix(ai-client): stamp synthesized terminals with request runId Interrupt resume left sessionGenerating stuck when the provider continuation omitted RUN_FINISHED/RUN_ERROR, because the connect wrapper synthesized terminals without the client request run stamp. * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
by Harshdeep ...
H
Succeeded
main
a8bf8bc7 fix(ai-client): correlate synthesized resume terminals to request run (#1053) * fix(ai-client): stamp synthesized terminals with request runId Interrupt resume left sessionGenerating stuck when the provider continuation omitted RUN_FINISHED/RUN_ERROR, because the connect wrapper synthesized terminals without the client request run stamp. * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
by Harshdeep ...
H
Succeeded
fix/ai-client-synth-terminal-request-run-correlation
90215fc3 Merge aa8cd10a3a30c95ca802aae68f1966c133b86491 into aade077647556a7ea17d7ddf73bd4e7dc0258301
by Harshdeep ...
H
Succeeded
fix/ai-client-synth-terminal-request-run-correlation
17bac9d3 fix(ai-client): stamp synthesized terminals with request runId Interrupt resume left sessionGenerating stuck when the provider continuation omitted RUN_FINISHED/RUN_ERROR, because the connect wrapper synthesized terminals without the client request run stamp.
by Harshdeep ...
H
Succeeded
fix/ai-client-synth-terminal-request-run-correlation
17bac9d3 Merge 0802dcfc2402d4197ddd26d970a13212d798394b into aade077647556a7ea17d7ddf73bd4e7dc0258301
by Harshdeep ...
H
Succeeded
main
e0bbbdd9 fix: resolve dangling .d.ts imports across packages (#920) (#922) Switch directory-barrel imports (`../utils`, `../tools`, `../middleware`) to concrete module paths so published declaration files resolve under bundler/node16/nodenext. Remove orphaned barrel index files, add a `test:dts` scanner guardrail, and run `verify-links` via tsx.
by Harshdeep ...
H
Succeeded
main
e0bbbdd9 fix: resolve dangling .d.ts imports across packages (#920) (#922) Switch directory-barrel imports (`../utils`, `../tools`, `../middleware`) to concrete module paths so published declaration files resolve under bundler/node16/nodenext. Remove orphaned barrel index files, add a `test:dts` scanner guardrail, and run `verify-links` via tsx.
by Harshdeep ...
H
Succeeded
main
e0bbbdd9 fix: resolve dangling .d.ts imports across packages (#920) (#922) Switch directory-barrel imports (`../utils`, `../tools`, `../middleware`) to concrete module paths so published declaration files resolve under bundler/node16/nodenext. Remove orphaned barrel index files, add a `test:dts` scanner guardrail, and run `verify-links` via tsx.
by Harshdeep ...
H
Succeeded
fix/dangling-dts-imports-920
f392217c fix: resolve dangling .d.ts imports across packages (#920) Switch directory-barrel imports (`../utils`, `../tools`, `../middleware`) to concrete module paths so published declaration files resolve under bundler/node16/nodenext. Remove orphaned barrel index files, add a `test:dts` scanner guardrail, and run `verify-links` via tsx.
by Harshdeep ...
H
Succeeded
fix/dangling-dts-imports-920
f392217c Merge 1f9a17065fc4f9a241c130c45a476dd52de71b9d into de5fbb52a916826cdc0ef31d18df402cd611b9d4
by Harshdeep ...
H
Succeeded
main
9b85804f test(e2e): add Gemini TTS coverage to provider matrix (#751) * test(e2e): add Gemini TTS coverage to provider matrix Wire Gemini TTS into the existing E2E test infrastructure. - Add Gemini TTS adapter factory in media-providers - Add Gemini generateContent audio mock - Add Gemini to TTS feature support - Exercise PCM-to-WAV normalization using raw PCM audio responses This extends existing TTS E2E coverage without changing runtime behavior or public APIs.
by Harshdeep ...
H
Succeeded
main
9b85804f test(e2e): add Gemini TTS coverage to provider matrix (#751) * test(e2e): add Gemini TTS coverage to provider matrix Wire Gemini TTS into the existing E2E test infrastructure. - Add Gemini TTS adapter factory in media-providers - Add Gemini generateContent audio mock - Add Gemini to TTS feature support - Exercise PCM-to-WAV normalization using raw PCM audio responses This extends existing TTS E2E coverage without changing runtime behavior or public APIs.
by Harshdeep ...
H
Succeeded
test/gemini-tts-e2e
f8aeddbc test(e2e): add Gemini TTS coverage to provider matrix Wire Gemini TTS into the existing E2E test infrastructure. - Add Gemini TTS adapter factory in media-providers - Add Gemini generateContent audio mock - Add Gemini to TTS feature support - Exercise PCM-to-WAV normalization using raw PCM audio responses This extends existing TTS E2E coverage without changing runtime behavior or public APIs.
by Harshdeep ...
H
Succeeded
test/gemini-tts-e2e
f8aeddbc Merge c4ba70db6e757f6b5cbfeba0866da56a4d524f45 into d453647500e33a1412f84a2cc91d486a11265b9b
by Harshdeep ...
H
Failed
test/gemini-tts-e2e
63a9e9bc Merge 0f44d09789e47e77dc784d7383f4a42434f25f7b into f2ded503fcf6c3152d2f5eca0194a8548cd0a9bd
by Harshdeep ...
H
Previous
Next