Skip to content

Releases: rocketride-org/rocketride-server

RocketRide VS Code Extension v1.2.0 (prerelease)

12 Jun 17:50
d5237d9

Choose a tag to compare

Automated prerelease from developVS Code Extension v1.2.0.

VS Code Extension v1.2.0

RocketRide Server v3.3.0 (prerelease)

12 Jun 17:51
d5237d9

Choose a tag to compare

Pre-release

Automated prerelease from developServer v3.3.0.

Server v3.3.0

RocketRide TypeScript Client v1.3.0 (prerelease)

12 Jun 17:50
d5237d9

Choose a tag to compare

Automated prerelease from developTypeScript Client v1.3.0.

TypeScript Client v1.3.0

RocketRide Python Client v1.3.0 (prerelease)

12 Jun 17:50
d5237d9

Choose a tag to compare

Automated prerelease from developPython Client v1.3.0.

Python Client v1.3.0

RocketRide MCP Client v1.2.0 (prerelease)

12 Jun 17:50
d5237d9

Choose a tag to compare

Automated prerelease from developMCP Client v1.2.0.

MCP Client v1.2.0

RocketRide Server v3.2.2

11 Jun 05:23
5e39cff

Choose a tag to compare

What's Changed

  • hotfix(3.2.2): deepagent transformers-free token counting + App-token release flow by @kwit75 in #1225

Full Changelog: client-python-v1.2.0...server-v3.2.2

RocketRide VS Code Extension v1.2.0

05 Jun 16:41
b73d863

Choose a tag to compare

RocketRide 1.2.0 — Highlights

✨ New nodes & integrations

  • MiniMax — including the new M3 frontier multimodal coding model (1M-token context), plus the M2 family. (#967, #1046)
  • ClickHouse — query as a pipeline step or an agent tool; read-only by default, ClickHouse Cloud TLS toggle. (#1064)
  • Tavily — live web search for your agents. (#1097)
  • xTrace Memory — long-term, shared agent memory across runs (remember / recall). (#1065)
  • Butterbase MCP — provision and operate a full backend (schema, auth, data, storage, functions, deploy) from inside a pipeline. (#1069)
  • One-click presets: Supabase (Postgres) (#1084) and Nebius Token Factory (Llama 3.3 70B, Qwen3 235B, DeepSeek V3) (#1071).

⚡ Agents & performance

  • Parallel sub-agents (DeepAgent) — sub-tasks now run concurrently; total run time drops to the slowest task instead of the sum. (#990)

💳 Plans & onboarding

  • Redesigned plan picker (monthly/annual) and streamlined checkout; apps that require a subscription now prompt for one. (#1078)

📣 Product

  • In-app announcements ticker in the sidebar (and fixed so it loads in VS Code). (#1131)

🛠️ Quality & reliability

  • Cloud apps now show a clear error + Retry instead of an endless "Loading…". (#1087)
  • More reliable multi-turn agent tool calls — parallel calls no longer mis-attribute results across turns. (#1068)
  • Node config warnings now reliably surface missing required fields (AJV validator). (#1078)
  • Stability fixes: OCR under heavy load (#1070), Whisper on newer GPUs (#1036/#1043/#1052), VS Code project-editor reliability (#1104), corrected GMI Cloud Gemini model IDs (#1010), engine port-binding for embedded clients (#993).

📦 Client SDKs (Python & TypeScript)

  • SDK reference docs audited and expanded; billing/plan types kept in sync across both SDKs.
  • ⚠️ Breaking: the connection API was refactored into a layered attach / login / logout model (old connect() / disconnect() kept as compatible wrappers). See the CHANGELOG "Breaking Changes — Client SDKs" section before upgrading SDK code.

Full Changelog: client-mcp-v1.1.1...vscode-v1.2.0

RocketRide TypeScript Client v1.2.0

05 Jun 00:51
b73d863

Choose a tag to compare

RocketRide 1.2.0 — Highlights

✨ New nodes & integrations

  • MiniMax — including the new M3 frontier multimodal coding model (1M-token context), plus the M2 family. (#967, #1046)
  • ClickHouse — query as a pipeline step or an agent tool; read-only by default, ClickHouse Cloud TLS toggle. (#1064)
  • Tavily — live web search for your agents. (#1097)
  • xTrace Memory — long-term, shared agent memory across runs (remember / recall). (#1065)
  • Butterbase MCP — provision and operate a full backend (schema, auth, data, storage, functions, deploy) from inside a pipeline. (#1069)
  • One-click presets: Supabase (Postgres) (#1084) and Nebius Token Factory (Llama 3.3 70B, Qwen3 235B, DeepSeek V3) (#1071).

⚡ Agents & performance

  • Parallel sub-agents (DeepAgent) — sub-tasks now run concurrently; total run time drops to the slowest task instead of the sum. (#990)

💳 Plans & onboarding

  • Redesigned plan picker (monthly/annual) and streamlined checkout; apps that require a subscription now prompt for one. (#1078)

📣 Product

  • In-app announcements ticker in the sidebar (and fixed so it loads in VS Code). (#1131)

🛠️ Quality & reliability

  • Cloud apps now show a clear error + Retry instead of an endless "Loading…". (#1087)
  • More reliable multi-turn agent tool calls — parallel calls no longer mis-attribute results across turns. (#1068)
  • Node config warnings now reliably surface missing required fields (AJV validator). (#1078)
  • Stability fixes: OCR under heavy load (#1070), Whisper on newer GPUs (#1036/#1043/#1052), VS Code project-editor reliability (#1104), corrected GMI Cloud Gemini model IDs (#1010), engine port-binding for embedded clients (#993).

📦 Client SDKs (Python & TypeScript)

  • SDK reference docs audited and expanded; billing/plan types kept in sync across both SDKs.
  • ⚠️ Breaking: the connection API was refactored into a layered attach / login / logout model (old connect() / disconnect() kept as compatible wrappers). See the CHANGELOG "Breaking Changes — Client SDKs" section before upgrading SDK code.

Full Changelog: client-mcp-v1.1.1...client-typescript-v1.2.0

RocketRide Python Client v1.2.0

05 Jun 00:51
b73d863

Choose a tag to compare

RocketRide 1.2.0 — Highlights

✨ New nodes & integrations

  • MiniMax — including the new M3 frontier multimodal coding model (1M-token context), plus the M2 family. (#967, #1046)
  • ClickHouse — query as a pipeline step or an agent tool; read-only by default, ClickHouse Cloud TLS toggle. (#1064)
  • Tavily — live web search for your agents. (#1097)
  • xTrace Memory — long-term, shared agent memory across runs (remember / recall). (#1065)
  • Butterbase MCP — provision and operate a full backend (schema, auth, data, storage, functions, deploy) from inside a pipeline. (#1069)
  • One-click presets: Supabase (Postgres) (#1084) and Nebius Token Factory (Llama 3.3 70B, Qwen3 235B, DeepSeek V3) (#1071).

⚡ Agents & performance

  • Parallel sub-agents (DeepAgent) — sub-tasks now run concurrently; total run time drops to the slowest task instead of the sum. (#990)

💳 Plans & onboarding

  • Redesigned plan picker (monthly/annual) and streamlined checkout; apps that require a subscription now prompt for one. (#1078)

📣 Product

  • In-app announcements ticker in the sidebar (and fixed so it loads in VS Code). (#1131)

🛠️ Quality & reliability

  • Cloud apps now show a clear error + Retry instead of an endless "Loading…". (#1087)
  • More reliable multi-turn agent tool calls — parallel calls no longer mis-attribute results across turns. (#1068)
  • Node config warnings now reliably surface missing required fields (AJV validator). (#1078)
  • Stability fixes: OCR under heavy load (#1070), Whisper on newer GPUs (#1036/#1043/#1052), VS Code project-editor reliability (#1104), corrected GMI Cloud Gemini model IDs (#1010), engine port-binding for embedded clients (#993).

📦 Client SDKs (Python & TypeScript)

  • SDK reference docs audited and expanded; billing/plan types kept in sync across both SDKs.
  • ⚠️ Breaking: the connection API was refactored into a layered attach / login / logout model (old connect() / disconnect() kept as compatible wrappers). See the CHANGELOG "Breaking Changes — Client SDKs" section before upgrading SDK code.

Full Changelog: client-mcp-v1.1.1...client-python-v1.2.0

RocketRide VS Code Extension v1.1.1

29 May 19:56
114509c

Choose a tag to compare

What's Changed

  • release: stage → main (dot release 2026-05-27) by @kwit75 in #1014

Full Changelog: client-typescript-v1.1.0...vscode-v1.1.1