v1.1.12
Reduced unnecessary overhead
v1.1.11
No user-visible changes in this release; documentation remains unchanged.
v1.1.10
- skill.md was renamed to SKILL.md (case change only).
- The SKILL metadata was updated with improved description, author information, and compatibility notes.
- No changes to functionality or tool interfaces; documentation has been clarified and standardized.
v1.1.9
No changes detected in this version.
- Version 1.1.9 was published with no file or documentation changes compared to the previous release.
v1.1.8
Version 1.1.8 of TensorPM
Added dependency functionality to for action items
v1.1.7
Version 1.1.7
- Added new modes to the create_project MCP tool: basic, fromPrompt, and fromFile.
- Updated MCP tool documentation to reflect detailed parameter information and new functionality.
- Enhanced documentation for action item fields.
- No code or functionality changes detected; updates are documentation-focused.
v1.1.6
New Skills for project creation
# Basic (instant)
curl -X POST http://localhost:37850/projects \
-H "Content-Type: application/json" \
-d '{"name": "New Project", "description": "Optional description"}'
# From prompt (AI-generated, async)
curl -X POST http://localhost:37850/projects \
-H "Content-Type: application/json" \
-d '{"name": "Mobile App", "mode": "fromPrompt", "prompt": "Build a habit tracker with streaks"}'
# From file (AI-generated from document, async)
curl -X POST http://localhost:37850/projects \
-H "Content-Type: application/json" \
-d '{"name": "From Brief", "mode": "fromFile", "documentPath": "/path/to/brief.pdf"}'
v1.1.5
- Updated description to position TensorPM as a Notion and Jira alternative.
- No functional changes; documentation and branding improvements only.
v1.1.4
TensorPM 1.1.4
- Updated Linux download instructions to use https://tensorpm.com/download/linux for easier access.
- No changes to features, tools, or API; documentation update only.
v1.1.3
- Updated Linux installation instructions: now uses direct AppImage download with `curl` instead of package-specific scripts.
- Minor formatting fix in the "Create Project" usage example (`description` field typo corrected).
v1.1.2
- Added detailed terminal-based installation instructions for Linux (Ubuntu/Debian and Fedora/RHEL) to the documentation.
- Improved clarity and completeness of the "Download" section to better support Linux users.
- No changes to skill logic or feature set; documentation update only.
v1.1.1
- Added information highlighting that macOS builds are code-signed and notarized by Apple.
- Noted that Windows builds are now signed via Azure Trusted Signing.
- Updated description to include "Signed & notarized."
- No functional or API changes; this release focuses on improved application security and trust.
v1.1.0
No changes detected in this release.
- Version 1.0.6 was published with no file or documentation updates.
- Functionality, documentation, and usage remain unchanged from the previous version.
v1.0.5
- Added Homebrew installation instructions for macOS.
- Added new workspace management features: list workspaces (`list_workspaces`) and switch active workspace (`set_active_workspace`) via MCP tools and REST API.
- Updated download section formatting for clarity and added additional download methods.
- Expanded available A2A REST endpoints to include workspace-related routes.
- Updated documentation for MCP tools to include new workspace commands and clarify results.
- Minor improvements and clarifications throughout setup and usage sections.
v1.0.4
- Added details about local-first approach with no account required and free usage.
- Noted support for both personal API keys and local models (Ollama, vLLM, LLM studio).
- Mentioned the new optional cloud sync with end-to-end encrypted collaboration.
- No changes detected in commands, endpoints, or tool usage.
v1.0.3
- Expanded A2A documentation with step-by-step agent discovery and communication examples.
- Updated JSON-RPC message format: message parts now use `"kind"` instead of `"type"`.
- Documented supported agent methods (`message/send`, `message/stream`, and task management methods).
- Added details on message part types, file attachments, and structured data in multi-part messages.
- Clarified MCP tool limitations and directed project structure changes to A2A agent requests.
- Improved overall documentation structure and examples for clarity.
v1.0.2
- Updated alternative download link from https://tensorpm.com/download to https://tensorpm.com
- No other changes detected in this version
v1.0.1
TensorPM 1.0.1
- Reformatted the download section for clarity, using concise list items with direct links.
- Updated links for release notes and alternative download to plain URLs.
- Trimmed introductory content for a more streamlined presentation—functional details remain unchanged.
v1.0.0
/Users/simon/Projects/TensorPM/SKILL.md