Skip to content

TensorPM v1.29.2

Choose a tag to compare

@Neo552 Neo552 released this 31 Jul 06:55
· 39 commits to main since this release

Changelog - v1.29.2

πŸ› Bug Fixes

Local AI models are no longer slowed down artificially

TensorPM applied its own request throttling to local AI endpoints (Ollama, llama.cpp, LM Studio). Because a local server manages its own capacity anyway, this only added forced waits β€” in the worst case a turn stalled for almost a minute in the middle of a response.

What Changed:

  • βœ… Local AI providers are fully exempt from client-side rate limiting
  • βœ… Cloud providers keep their existing protection unchanged

User Benefit:
Local models now run as fast as your machine allows β€” no artificial pauses mid-conversation.

Invalid AI edit instructions can no longer report false success

When an AI model sent a malformed instruction for table, criteria, or reordering updates, the app could silently ignore it and still report the change as applied. The project looked updated, but nothing had happened.

What Changed:

  • βœ… Every decoded edit instruction is now checked against the tool's allowed operations before it runs
  • βœ… Invalid instructions fail immediately with a precise error the AI can correct itself from
  • βœ… Category and task reordering rejects malformed ID lists instead of producing broken references

User Benefit:
"Updated successfully" now always means the update really happened β€” and models recover from their own formatting mistakes instead of leaving silent gaps.


πŸ“… Release Info

  • Version: 1.29.2
  • Release Date: 2026-07-31
  • Previous Version: 1.29.1
  • Type: Patch Release