Release Notes
Release notes for the Aholo Open Platform API, SDKs, Skills, MCP, and documentation.
July 2026
2026-07-23
Lux3D
- Lux3D OpenAPI adds version
G1(beta): multi-view inputimgs(1–32),enablePbr/textureSize; outputs zip / glb / ply. - Breaking: removed request fields
needUsdz/needObj/needFbx; useoutputFormat(string array) instead. - v2.0-preview and v3.0-standard now share the five-format output slots; v1.0-pro returns a single ZIP (no longer described as
.lux3d). faceCountapplies to v2.0-preview / v3.0-standard / G1. See API → Lux3D.
SDK
- Shipped TypeScript
@manycore/aholo-sdk-lux3d@1.4.0, Javaaholo-sdk-lux3d@1.4.0, and Pythonmanycore-aholo-sdk-lux3d@1.4.0, aligned with the OpenAPI above (G1,outputFormat, multi-view helpers). See SDK Overview and per-language guides.
MCP
- Shipped
@manycore/aholo-sdk-mcp@1.4.0; Lux3D tools supportG1,outputFormat,enablePbr/textureSize, and multi-view viaimgs/localPaths; depends on@manycore/aholo-sdk-lux3d@^1.4.0. See MCP.
2026-07-08
Lux3D
- Lux3D OpenAPI default version is now
v3.0-standard; new request fieldsfaceCount,needUsdz/needObj/needFbx. - v3.0 success returns five outputs (
outputs[0..4]: zip / glb / usdz / obj zip / fbx zip); optional formats not requested returnNOT_REQUESTED. - Task creation documents concurrency error
GENERATION_CONCURRENCY_LIMIT_EXCEEDED. See API → Lux3D.
SDK
- Shipped TypeScript
@manycore/aholo-sdk-lux3d@1.3.0, Javaaholo-sdk-lux3d@1.3.0, and Pythonmanycore-aholo-sdk-lux3d@1.3.0, aligned with Lux3D OpenAPI v3.0 (defaultv3.0-standard,faceCount, optional exports). See SDK Overview and per-language guides.
MCP
- Shipped
@manycore/aholo-sdk-mcp@1.2.0; Lux3D tools supportv3.0-standard,faceCount, andneedUsdz/needObj/needFbx; depends on@manycore/aholo-sdk-lux3d@^1.3.0. See MCP.
2026-07-07
SDK
- Shipped Python SDK on PyPI:
manycore-aholo-sdk-core/manycore-aholo-sdk-asset/manycore-aholo-sdk-lux3dv1.2.0,manycore-aholo-sdk-worldv1.3.0 (Insta360insvreconstruction); aligned with TypeScript / Java SDK capabilities. See Python SDK and SDK Overview.
June 2026
2026-06-29
World
- World reconstruction OpenAPI documents resource formats and
type=insv(Insta360 panoramic.insv); URL extension must matchtype(image:.jpg/.jpeg/.png/.webp; video:.mp4/.mov). - World generation clarifies images only (at most one, same extensions); request
resourcesusesGenerateWorldResourceItem.
SDK
- Shipped TypeScript
@manycore/aholo-sdk-world@1.3.0and Javaaholo-sdk-world@1.3.0, aligned with the World OpenAPI above: reconstructiontypeincludesinsv; exportsWorldResourceItem/WorldResourceType; generation usesGenerateWorldResourceItem(imageonly). Asset, Lux3D, and core remain v1.2.0. See SDK Overview.
MCP
- Shipped npm package
@manycore/aholo-sdk-mcp@1.1.0for local Agent studios (Cursor, Claude Desktop, etc.) to call Aholo upload, world reconstruction, Lux3D, and related APIs over stdio MCP (17 tools); depends on@manycore/aholo-sdk-world@^1.3.0with Insta360insvreconstruction support. - Added the MCP guide with install steps,
mcp.jsonsetup, and MCP vs Skill vs SDK guidance; Quick Start and SDK docs updated for OpenAPI resource formats.
2026-06-16
World
- Create reconstruction (
POST /global/world/v1/reconstructions): optionaluseMaskfor background removal on uploaded assets. - Get world detail (
GET /global/world/v1/{worldId}): AI-generated worlds can returnassets.imagery.panoUrl(panorama);assets.imageryadded; LOD metadata is atassets.splats.urls.lodMetaPath. assets.semanticsMetadataaddsupAxis(Y/Z) for world coordinate orientation. See API → World.
SDK
- Shipped TypeScript and Java SDK v1.2.0, aligned with the World API changes above. See SDK Overview.
2026-06-09
SDK
- Shipped TypeScript and Java SDK v1.1.0 (Asset / World / Lux3D). See SDK Overview.
- Python SDK is not available yet.
2026-06-03
SDK
- First release of TypeScript and Java SDK v1.0.0. See SDK Overview.
May 2026
2026-05-20
Documentation
- Launched the Open Platform API docs site: guides, API reference (Scalar OpenAPI), and Skills.