Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 0 additions & 7 deletions .changeset/feat-groq-ai-transcription.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fix-code-mode-secret-warning.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/groq-tts-adapter.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/ai-code-mode-skills/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/ai-code-mode-skills

## 0.3.7

### Patch Changes

- Updated dependencies [[`8f8be19`](https://github.com/TanStack/ai/commit/8f8be1983bdb0f29d26b1961a52a1b810b47866c)]:
- @tanstack/ai-code-mode@0.3.4

## 0.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-code-mode-skills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-code-mode-skills",
"version": "0.3.6",
"version": "0.3.7",
"description": "Persistent runtime skill library for TanStack AI Code Mode agents and sandboxed tool orchestration.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/ai-code-mode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tanstack/ai-code-mode

## 0.3.4

### Patch Changes

- [#431](https://github.com/TanStack/ai/pull/431) [`8f8be19`](https://github.com/TanStack/ai/commit/8f8be1983bdb0f29d26b1961a52a1b810b47866c) - fix(ai-code-mode): warn when tool parameters look like secrets

Add `warnIfBindingsExposeSecrets()` that scans tool input schemas for secret-like parameter names (`apiKey`, `token`, `password`, etc.) and emits `console.warn` during development. Code Mode executes LLM-generated code — any secrets passed through tool parameters are accessible to generated code.

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-code-mode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-code-mode",
"version": "0.3.3",
"version": "0.3.4",
"description": "Secure TypeScript Code Mode for TanStack AI agents to execute sandboxed tool orchestration programs.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/ai-groq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tanstack/ai-groq

## 0.5.0

### Minor Changes

- [#649](https://github.com/TanStack/ai/pull/649) [`011ef69`](https://github.com/TanStack/ai/commit/011ef69b0119713f790c65bc65a34293f5d06716) - Adds Groq as a transcription provider. Groq's API is mostly OpenAI SDK-compatible,
but its transcription endpoint additionally accepts HTTP URLs as input, so this
is implemented as a custom integration rather than going through the SDK.

- [#346](https://github.com/TanStack/ai/pull/346) [`b3464cb`](https://github.com/TanStack/ai/commit/b3464cb5919ef7fdce41bc71144a43ac23a8d554) - Add tree-shakeable Text-to-Speech (TTS) adapter for Groq with English and Arabic Orpheus voices, multiple output formats (default WAV), configurable speed and sample rate, model metadata, and unit tests.

## 0.4.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-groq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-groq",
"version": "0.4.16",
"version": "0.5.0",
"description": "Groq adapter for TanStack AI low-latency chat, tool calling, and structured outputs.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/ai-isolate-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/ai-isolate-cloudflare

## 0.2.34

### Patch Changes

- Updated dependencies [[`8f8be19`](https://github.com/TanStack/ai/commit/8f8be1983bdb0f29d26b1961a52a1b810b47866c)]:
- @tanstack/ai-code-mode@0.3.4

## 0.2.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-isolate-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-isolate-cloudflare",
"version": "0.2.33",
"version": "0.2.34",
"description": "Cloudflare Workers sandbox driver for TanStack AI Code Mode TypeScript execution at the edge.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/ai-isolate-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/ai-isolate-node

## 0.1.43

### Patch Changes

- Updated dependencies [[`8f8be19`](https://github.com/TanStack/ai/commit/8f8be1983bdb0f29d26b1961a52a1b810b47866c)]:
- @tanstack/ai-code-mode@0.3.4

## 0.1.42

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-isolate-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-isolate-node",
"version": "0.1.42",
"version": "0.1.43",
"description": "Node.js isolated-vm sandbox driver for TanStack AI Code Mode TypeScript execution.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/ai-isolate-quickjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/ai-isolate-quickjs

## 0.1.43

### Patch Changes

- Updated dependencies [[`8f8be19`](https://github.com/TanStack/ai/commit/8f8be1983bdb0f29d26b1961a52a1b810b47866c)]:
- @tanstack/ai-code-mode@0.3.4

## 0.1.42

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-isolate-quickjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-isolate-quickjs",
"version": "0.1.42",
"version": "0.1.43",
"description": "QuickJS WASM sandbox driver for TanStack AI Code Mode TypeScript execution across runtimes.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down