Skip to content

TensorPM v1.25.7

Choose a tag to compare

@Neo552 Neo552 released this 24 Jul 16:06
· 51 commits to main since this release

Changelog - v1.25.7

πŸŽ‰ New Features

Gemini 3.6 Flash Support

TensorPM now uses Gemini 3.6 Flash as the default Google model and Gemini 3.5
Flash-Lite for lightweight tasks.

  • βœ… Use the latest Gemini Flash generation for Google BYOK and the managed fallback
  • βœ… Preserve tool calls, reasoning signatures, and images returned from tools
  • βœ… Keep model limits and selectable model names consistent across the app

Clearer Project Steering at a Glance

The project welcome area now distinguishes current, stale, missing, blocked, and
loading information more accurately.

  • βœ… See whether status, progress, context, and guidance are ready or need attention
  • βœ… Refresh newly available guidance in the same operation after project context improves
  • βœ… Receive remotely synced status, progress, guidance, and intake updates without reopening the project

πŸ› Bug Fixes

More Reliable Local AI Tool Calls

OpenAI-compatible local endpoints that silently end a stream can now retry once
without streaming when no visible response was produced.

  • βœ… Recover tool-call responses from endpoints with incomplete streaming support
  • βœ… Avoid duplicate retries after visible text has already been streamed
  • βœ… Account for both attempts in rate limiting and usage reporting

Accurate Dashboard Loading States

Generating guidance no longer makes the project status row appear to be loading.
Status indicators now react only to status and progress generation.

Stable Settings and Responsive Controls

  • βœ… Prevent external-agent toggles from animating through an incorrect startup state
  • βœ… Keep localized guidance buttons and header controls readable at their natural width
  • βœ… Improve compact-sidebar footer spacing without changing the normal sidebar

πŸ—οΈ Improvements

Smoother Onboarding

The guided onboarding conversation now reveals text at a more comfortable
reading pace and presents account setup choices more cleanly.

Clearer Managed-AI Privacy Information

Documentation now distinguishes TensorPM's Germany/EU-hosted account and sync
services from the global processing paths used by managed AI providers.

πŸ§ͺ Reliability

  • Added regression coverage for Gemini tool-result images and wire-format compatibility
  • Added refresh dependency tests for context, strategy, coverage, and execution guidance
  • Added checks for local-endpoint fallback accounting and project status loading behavior
  • Added CSS contract tests for compact-sidebar spacing and localized guidance controls

πŸ“ Notes

  • Existing Google API keys continue to work; the default model changes to Gemini 3.6 Flash.
  • Managed AI remains optional. BYOK providers and fully local Ollama models remain available.
  • Vertex AI Gemini 3.6 Flash uses Google's global location and does not provide an EU ML-processing-location or data-residency guarantee.

πŸ“… Release Info

  • Version: 1.25.7
  • Release Date: July 24, 2026
  • Previous Version: 1.25.6
  • Type: Patch Release