Skip to content

TensorPM v1.12.6-beta.1 (Beta)

Pre-release
Pre-release

Choose a tag to compare

@Neo552 Neo552 released this 23 Jun 10:14
· 5 commits to main since this release

Changelog - v1.12.6-beta.1

πŸŽ‰ New Features

Image Attachments for Project Generation

You can now attach images when creating a project from the wizard or onboarding chat.

What Changed:

  • Added image selection alongside document uploads for one-shot project creation.
  • Vision-capable AI providers can use attached images directly during project generation.
  • Non-vision or unsupported image paths fall back to image analysis text, so screenshots, sketches, and diagrams can still inform the project brief.
  • Attached images that influenced generation are copied into the new project's files for later reference.

User Benefit:
Teams can start projects from screenshots, whiteboard photos, diagrams, floor plans, UI mockups, or mixed document-and-image inputs without retyping the visual context.

πŸ—οΈ Improvements

Safer Image Handling Across Providers

Image inputs now respect provider-specific size budgets and a shared project-generation image limit.

What Changed:

  • Added image payload budgeting for OpenAI, Anthropic, Gemini, Mistral, Proxy, and local providers.
  • Oversized images are surfaced with clearer user-facing errors.
  • Large vision images can be optimized before delivery where the Electron runtime supports it.
  • Wizard and onboarding attachment counters now include both documents and images.

User Benefit:
Project creation is more predictable when users attach several images or large screenshots, with fewer silent drops and clearer feedback when limits are reached.

πŸ› Bug Fixes

Duplicate Image Names No Longer Collide

Project-generation images are now saved with the same collision-safe file logic used by normal uploads.

What Changed:

  • Images named the same in different source folders are saved without overwriting each other.
  • Per-file persistence failures are logged without aborting project creation.

User Benefit:
Users can attach common filenames such as image.png or photo.jpg from different folders and keep all relevant visual context in the created project.

πŸ“ Notes

This is a beta patch release for validating multimodal project creation before the next stable release.


πŸ“… Release Info

  • Version: 1.12.6-beta.1
  • Release Date: 2026-06-22
  • Previous Version: 1.12.5-beta.1
  • Type: Patch Beta Release