Changelog

Release history for all published TPMJS packages. Track new features, improvements, and fixes across our SDK and tools.

majorBreaking changes
minorNew features
patchBug fixes

SDK Packages

Core packages for building and integrating with TPMJS.

@tpmjs/env

v0.1.1
0.1.1patch
  • -Initial release of TPMJS packages - @tpmjs/ui: React component library with .ts-only components (Button, Card) - @tpmjs/utils: Utility functions (cn for Tailwind class merging, format functions) - @tpmjs/types: TypeScript types and Zod schemas for tools and registry - @tpmjs/env: Environment variable validation with Zod All packages follow strict TypeScript practices and use ESM format.

@tpmjs/types

v0.2.0
0.2.0minor
  • -Add new tool categories for 100+ official tools Added core categories used by the official TPMJS tools: - research, web, data, documentation, engineering - security, statistics, ops, agent, utilities - html, compliance, doc, text This fixes sync validation failures for tools using these categories.
0.1.2patch
  • -Add 'research' to valid TPMJS_CATEGORIES for package validation
0.1.1patch
  • -Initial release of TPMJS packages - @tpmjs/ui: React component library with .ts-only components (Button, Card) - @tpmjs/utils: Utility functions (cn for Tailwind class merging, format functions) - @tpmjs/types: TypeScript types and Zod schemas for tools and registry - @tpmjs/env: Environment variable validation with Zod All packages follow strict TypeScript practices and use ESM format.

@tpmjs/ui

v0.1.3
0.1.3patch
  • -refactor(ui): convert all components from createElement to JSX syntax All UI components now use JSX instead of createElement for better readability and maintainability.
0.1.2patch
  • -Fix test setup by adding @testing-library/jest-dom matchers for proper DOM assertions in Vitest
0.1.1patch
  • -Initial release of TPMJS packages - @tpmjs/ui: React component library with .ts-only components (Button, Card) - @tpmjs/utils: Utility functions (cn for Tailwind class merging, format functions) - @tpmjs/types: TypeScript types and Zod schemas for tools and registry - @tpmjs/env: Environment variable validation with Zod All packages follow strict TypeScript practices and use ESM format.
  • -Updated dependencies - @tpmjs/utils@0.1.1

@tpmjs/utils

v0.1.1
0.1.1patch
  • -Initial release of TPMJS packages - @tpmjs/ui: React component library with .ts-only components (Button, Card) - @tpmjs/utils: Utility functions (cn for Tailwind class merging, format functions) - @tpmjs/types: TypeScript types and Zod schemas for tools and registry - @tpmjs/env: Environment variable validation with Zod All packages follow strict TypeScript practices and use ESM format.

Tool Packages

Official TPMJS tools available on npm. These serve as examples and utilities for the registry.

@tpmjs/create-basic-tools

v1.0.0
1.0.0major
  • -Initial release of @tpmjs/create-basic-tools - CLI generator for scaffolding production-ready TPMJS tool packages Features: - Interactive CLI with beautiful prompts using @clack/prompts - Generates packages with minimum 2 tools (ideally 2-3) - Zod 4 schemas - uses Zod directly (not jsonSchema wrapper) - One file per tool in src/tools/<toolName>.ts - TPMJS validated against official schemas from @tpmjs/types - Complete package generation ready to publish to npm - Works both standalone and in monorepo packages/ folders

@tpmjs/discord-post

v0.2.1
0.2.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo
0.2.0minor
  • -Add Discord tools for reading server messages and posting to channels - `@tpmjs/discord-read`: Read messages from a Discord server for the past N hours - `@tpmjs/discord-post`: Post messages and rich embeds to a Discord channel
0.2.0minor
  • -Add Discord tools for reading server messages and posting to channels - `@tpmjs/discord-read`: Read messages from a Discord server for the past N hours - `@tpmjs/discord-post`: Post messages and rich embeds to a Discord channel

@tpmjs/discord-read

v0.2.1
0.2.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo
0.2.0minor
  • -Add Discord tools for reading server messages and posting to channels - `@tpmjs/discord-read`: Read messages from a Discord server for the past N hours - `@tpmjs/discord-post`: Post messages and rich embeds to a Discord channel
0.2.0minor
  • -Add Discord tools for reading server messages and posting to channels - `@tpmjs/discord-read`: Read messages from a Discord server for the past N hours - `@tpmjs/discord-post`: Post messages and rich embeds to a Discord channel

@tpmjs/emoji-magic

v0.2.2
0.2.2patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo
0.2.0minor
  • -Add emoji-magic package with text-to-emoji conversion and mood detection tools

@tpmjs/hello

v0.0.3
0.0.3patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo
0.0.2patch
  • -feat: add multi-tool example package with helloWorldTool and helloNameTool This is the first TPMJS package published with the new multi-tool format, demonstrating support for multiple tool exports in a single package.

@tpmjs/markdown-formatter

v0.2.1
0.2.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo
0.2.0minor
  • -Add markdown-formatter package with text conversion and table formatting tools

@tpmjs/registry-execute

v0.1.4
0.1.4patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo
0.2.0minor
  • -Add @tpmjs/registrySearch and @tpmjs/registryExecute SDK packages These packages allow any AI SDK agent to dynamically discover and execute tools from the TPMJS registry: - `@tpmjs/registrySearch`: Search the registry for tools by query, category, etc. - `@tpmjs/registryExecute`: Execute any tool from the registry in a secure sandbox Features: - Works with AI SDK v4+ (Vercel AI SDK) - Self-hosted registry support via environment variables - Secure sandboxed execution via executor.tpmjs.com

@tpmjs/registry-search

v0.1.3
0.1.3patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo
0.2.0minor
  • -Add @tpmjs/registrySearch and @tpmjs/registryExecute SDK packages These packages allow any AI SDK agent to dynamically discover and execute tools from the TPMJS registry: - `@tpmjs/registrySearch`: Search the registry for tools by query, category, etc. - `@tpmjs/registryExecute`: Execute any tool from the registry in a secure sandbox Features: - Works with AI SDK v4+ (Vercel AI SDK) - Self-hosted registry support via environment variables - Secure sandboxed execution via executor.tpmjs.com

@tpmjs/unsandbox

v0.0.2
0.0.2patch
  • -Initial release of @tpmjs/unsandbox - AI SDK tools for secure code execution in 42+ programming languages via unsandbox.com

@tpmjs/tools-acceptance-criteria

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-access-control-matrix

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-anomaly-detect-mad

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/audience-persona

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/official-base64-decode

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo
0.1.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/official-base64-encode

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo
0.1.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-beta-binomial-update

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-bootstrap-ci

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/official-budget-variance

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/official-cash-flow-project

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/tools-changelog-entry

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/churn-risk-score

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/tools-claim-checklist

v0.3.0
0.3.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
0.2.1patch
  • -Fully implement research tools with production-ready functionality: - page-brief: Uses @mozilla/readability + jsdom for content extraction - compare-pages: Uses natural TF-IDF for text similarity analysis - source-credibility: Uses tldts + cheerio for credibility signal analysis - claim-checklist: Uses sbd for sentence parsing with pattern-based detection - timeline-from-text: Uses chrono-node for date parsing All tools include comprehensive error handling, input validation, and Node.js 18+ fetch requirement verification.
0.2.1patch
  • -Fully implement claim-checklist tool with production-ready functionality: - Uses sbd for sentence boundary detection - Identifies claims using regex patterns for statistics, quotes, historical, scientific, and factual claims - Categorizes evidence types: statistic, fact, quote, historical, scientific, common-knowledge - Assigns priority levels (high/medium/low) based on claim type - Generates reasons and suggested evidence for each claim - Returns summary statistics and metadata - Proper input validation and error handling
0.2.0minor
  • -aaf3cdd: Add 5 new research tools for AI-powered content analysis New tools using AI SDK v6 (tool() + jsonSchema() pattern): - **@tpmjs/tools-page-brief**: Fetch URL and extract summary with key points and claims needing citations - **@tpmjs/tools-compare-pages**: Compare two URLs for agreements, conflicts, and unique points - **@tpmjs/tools-source-credibility**: Calculate heuristic credibility score based on domain signals - **@tpmjs/tools-claim-checklist**: Extract checkable factual claims from text - **@tpmjs/tools-timeline-from-text**: Extract dated events and return normalized timeline Also moved @tpmjs/createblogpost to packages/tools/official/ directory and set up blocks.yml for Blocks framework validation.

@tpmjs/tools-cloudflare

v0.2.0
0.2.0minor
  • -feat: add official AI agent tools for GitHub, Vercel, Cloudflare, and Railway New tool packages for AI agents using AI SDK v6: - **@tpmjs/tools-github** - GitHub REST API (repos, issues, PRs, commits, releases, gists, actions) - **@tpmjs/tools-vercel** - Vercel API (deployments, projects, domains, env vars, logs, usage) - **@tpmjs/tools-cloudflare** - Cloudflare API (zones, DNS records, Workers, KV) - **@tpmjs/tools-railway** - Railway GraphQL API (projects, services, deployments, logs, variables)

@tpmjs/tools-compare-pages

v0.3.0
0.3.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
0.2.1patch
  • -Fully implement research tools with production-ready functionality: - page-brief: Uses @mozilla/readability + jsdom for content extraction - compare-pages: Uses natural TF-IDF for text similarity analysis - source-credibility: Uses tldts + cheerio for credibility signal analysis - claim-checklist: Uses sbd for sentence parsing with pattern-based detection - timeline-from-text: Uses chrono-node for date parsing All tools include comprehensive error handling, input validation, and Node.js 18+ fetch requirement verification.
0.2.1patch
  • -Fully implement compare-pages tool with production-ready functionality: - Uses natural library for TF-IDF text similarity analysis - Fetches and parses content from both URLs - Identifies agreements (high similarity sentences) - Detects conflicts using negation pattern analysis - Finds unique points from each source - Proper input validation and error handling
0.2.0minor
  • -aaf3cdd: Add 5 new research tools for AI-powered content analysis New tools using AI SDK v6 (tool() + jsonSchema() pattern): - **@tpmjs/tools-page-brief**: Fetch URL and extract summary with key points and claims needing citations - **@tpmjs/tools-compare-pages**: Compare two URLs for agreements, conflicts, and unique points - **@tpmjs/tools-source-credibility**: Calculate heuristic credibility score based on domain signals - **@tpmjs/tools-claim-checklist**: Extract checkable factual claims from text - **@tpmjs/tools-timeline-from-text**: Extract dated events and return normalized timeline Also moved @tpmjs/createblogpost to packages/tools/official/ directory and set up blocks.yml for Blocks framework validation.

@tpmjs/tools-config-normalize

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/content-calendar-plan

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/official-contract-clause-scan

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/tools-conventional-commit-suggest

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-coverage-tracker

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/createblogpost

v0.2.0
0.2.0minor
  • -Initial release of createBlogPost tool for TPMJS registry - Creates structured blog posts with frontmatter and metadata - Supports both Markdown and MDX formats - Automatic slug generation, word count, and reading time calculation - Rich TPMJS metadata including parameters, authentication, pricing, and AI agent guidance - Tagged with 'tpmjs' keyword for NPM registry discovery

@tpmjs/tools-csp-compose

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-csv-parse

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-csv-stringify

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-data-classification-heuristic

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-date-parse

v0.1.0
0.1.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-decision-record-adr

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-dedupe-by-key

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-dependency-audit-lite

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-diff-in-diff

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-diff-text-unified

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-dpia-outline

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-effect-size-suite

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/email-subject-score

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/tools-env-var-docs-generate

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-error-log-triage

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-eval-fixture-build

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-executive-brief

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-extract-json-ld

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-extract-meta

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-faq-from-text

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/feedback-themes

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/tools-fetch-text

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-github

v0.2.0
0.2.0minor
  • -feat: add official AI agent tools for GitHub, Vercel, Cloudflare, and Railway New tool packages for AI agents using AI SDK v6: - **@tpmjs/tools-github** - GitHub REST API (repos, issues, PRs, commits, releases, gists, actions) - **@tpmjs/tools-vercel** - Vercel API (deployments, projects, domains, env vars, logs, usage) - **@tpmjs/tools-cloudflare** - Cloudflare API (zones, DNS records, Workers, KV) - **@tpmjs/tools-railway** - Railway GraphQL API (projects, services, deployments, logs, variables)

@tpmjs/tools-glossary-build

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-guardrail-policy-draft

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-hardening-checklist-web

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/official-hash-text

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo
0.1.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-html-sanitize

v0.1.0
0.1.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-html-to-markdown

v0.1.0
0.1.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/official-invoice-terms-extract

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/tools-json-path-query

v0.1.0
0.1.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-json-repair

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-json-schema-validate

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-linear-regression-ols

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-links-catalog

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-logistic-regression

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-markdown-lint-basic

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-markdown-to-html

v0.1.0
0.1.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-meeting-minutes-format

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-monitoring-gap-analysis

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-multiple-testing-adjust

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/official-nda-template-draft

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/tools-normalize-whitespace

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-novelty-score-workflow

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/nps-analysis

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/official-offer-letter-draft

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/tools-openapi-snippet-build

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/official-org-chart-format

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/tools-page-brief

v0.3.0
0.3.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
0.2.1patch
  • -Fully implement research tools with production-ready functionality: - page-brief: Uses @mozilla/readability + jsdom for content extraction - compare-pages: Uses natural TF-IDF for text similarity analysis - source-credibility: Uses tldts + cheerio for credibility signal analysis - claim-checklist: Uses sbd for sentence parsing with pattern-based detection - timeline-from-text: Uses chrono-node for date parsing All tools include comprehensive error handling, input validation, and Node.js 18+ fetch requirement verification.
0.2.1patch
  • -Fully implement page-brief tool with production-ready functionality: - Uses @mozilla/readability + jsdom for content extraction - Extracts key points and summary from article text - Identifies claims needing citations (statistics, quotes, historical dates) - Proper input validation and error handling
0.2.0minor
  • -aaf3cdd: Add 5 new research tools for AI-powered content analysis New tools using AI SDK v6 (tool() + jsonSchema() pattern): - **@tpmjs/tools-page-brief**: Fetch URL and extract summary with key points and claims needing citations - **@tpmjs/tools-compare-pages**: Compare two URLs for agreements, conflicts, and unique points - **@tpmjs/tools-source-credibility**: Calculate heuristic credibility score based on domain signals - **@tpmjs/tools-claim-checklist**: Extract checkable factual claims from text - **@tpmjs/tools-timeline-from-text**: Extract dated events and return normalized timeline Also moved @tpmjs/createblogpost to packages/tools/official/ directory and set up blocks.yml for Blocks framework validation.

@tpmjs/tools-permutation-test

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-pivot

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/official-policy-doc-format

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/tools-postmark

v0.2.0
0.2.0minor
  • -Add @tpmjs/tools-postmark with 82 Postmark email API tools covering sending, templates, bounces, domains, webhooks, message streams, stats, suppressions, inbound rules, sender signatures, and data removals.

@tpmjs/tools-postmortem-action-extractor

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-postmortem-draft

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-prd-outline

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/pricing-page-copy

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/tools-prompt-to-workflow-skeleton

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-railway

v0.2.0
0.2.0minor
  • -feat: add official AI agent tools for GitHub, Vercel, Cloudflare, and Railway New tool packages for AI agents using AI SDK v6: - **@tpmjs/tools-github** - GitHub REST API (repos, issues, PRs, commits, releases, gists, actions) - **@tpmjs/tools-vercel** - Vercel API (deployments, projects, domains, env vars, logs, usage) - **@tpmjs/tools-cloudflare** - Cloudflare API (zones, DNS records, Workers, KV) - **@tpmjs/tools-railway** - Railway GraphQL API (projects, services, deployments, logs, variables)

@tpmjs/official-ratio-analysis

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/tools-recipe-curate-rank

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-recipe-emit

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-recipe-generate-from-grammar

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-recipe-hash

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-recipe-publish-manifest

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/reconciliation-match

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/tools-redact-secrets

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-redirect-trace

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/official-regex-extract

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo
0.1.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-release-checklist

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-release-notes

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-retention-policy-draft

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/official-revenue-breakdown

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/official-risk-clause-highlight

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/tools-robots-policy

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-rows-filter

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-rows-group-aggregate

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-rows-join

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-rows-sort

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-rss-read

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-runbook-draft

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-schema-infer

v0.1.0
0.1.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-secret-scan-text

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-sitemap-read

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-slo-draft

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-source-credibility

v0.3.0
0.3.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
0.2.1patch
  • -Fully implement research tools with production-ready functionality: - page-brief: Uses @mozilla/readability + jsdom for content extraction - compare-pages: Uses natural TF-IDF for text similarity analysis - source-credibility: Uses tldts + cheerio for credibility signal analysis - claim-checklist: Uses sbd for sentence parsing with pattern-based detection - timeline-from-text: Uses chrono-node for date parsing All tools include comprehensive error handling, input validation, and Node.js 18+ fetch requirement verification.
0.2.1patch
  • -Fully implement source-credibility tool with production-ready functionality: - Uses tldts for domain parsing and reputation analysis - Uses cheerio for HTML parsing and signal extraction - Analyzes 6 credibility signals: HTTPS, domain reputation, author, date, citations, contact info - Calculates weighted overall credibility score (0-1) - Returns confidence level, warnings, and recommendations - Proper input validation and error handling
0.2.0minor
  • -aaf3cdd: Add 5 new research tools for AI-powered content analysis New tools using AI SDK v6 (tool() + jsonSchema() pattern): - **@tpmjs/tools-page-brief**: Fetch URL and extract summary with key points and claims needing citations - **@tpmjs/tools-compare-pages**: Compare two URLs for agreements, conflicts, and unique points - **@tpmjs/tools-source-credibility**: Calculate heuristic credibility score based on domain signals - **@tpmjs/tools-claim-checklist**: Extract checkable factual claims from text - **@tpmjs/tools-timeline-from-text**: Extract dated events and return normalized timeline Also moved @tpmjs/createblogpost to packages/tools/official/ directory and set up blocks.yml for Blocks framework validation.

@tpmjs/tools-sprites-checkpoint-create

v0.1.5
0.1.5patch
  • -Add SPRITES_TOKEN environment variable requirement to package metadata so Omega can warn users about missing API keys

@tpmjs/tools-sprites-checkpoint-list

v0.1.3
0.1.3patch
  • -Add SPRITES_TOKEN environment variable requirement to package metadata so Omega can warn users about missing API keys

@tpmjs/tools-sprites-checkpoint-restore

v0.1.3
0.1.3patch
  • -Add SPRITES_TOKEN environment variable requirement to package metadata so Omega can warn users about missing API keys

@tpmjs/tools-sprites-create

v0.1.3
0.1.3patch
  • -Add SPRITES_TOKEN environment variable requirement to package metadata so Omega can warn users about missing API keys

@tpmjs/tools-sprites-delete

v0.1.3
0.1.3patch
  • -Add SPRITES_TOKEN environment variable requirement to package metadata so Omega can warn users about missing API keys

@tpmjs/tools-sprites-exec

v0.1.7
0.1.7patch
  • -Add SPRITES_TOKEN environment variable requirement to package metadata so Omega can warn users about missing API keys

@tpmjs/tools-sprites-get

v0.1.3
0.1.3patch
  • -Add SPRITES_TOKEN environment variable requirement to package metadata so Omega can warn users about missing API keys

@tpmjs/tools-sprites-list

v0.1.5
0.1.5patch
  • -Add SPRITES_TOKEN environment variable requirement to package metadata so Omega can warn users about missing API keys

@tpmjs/tools-sprites-policy-get

v0.1.4
0.1.4patch
  • -Add SPRITES_TOKEN environment variable requirement to package metadata so Omega can warn users about missing API keys

@tpmjs/tools-sprites-policy-set

v0.1.4
0.1.4patch
  • -Add SPRITES_TOKEN environment variable requirement to package metadata so Omega can warn users about missing API keys

@tpmjs/tools-sprites-sessions

v0.1.4
0.1.4patch
  • -Add SPRITES_TOKEN environment variable requirement to package metadata so Omega can warn users about missing API keys

@tpmjs/tools-sprites-url-get

v0.1.1
0.1.1patch
  • -Add SPRITES_TOKEN environment variable requirement to package metadata so Omega can warn users about missing API keys

@tpmjs/tools-sprites-url-set

v0.1.1
0.1.1patch
  • -Add SPRITES_TOKEN environment variable requirement to package metadata so Omega can warn users about missing API keys

@tpmjs/tools-stacktrace-parse

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-style-rewrite

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/official-survey-analyze

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/tools-table-extract

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/official-tax-deduction-scan

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/tools-template-render

v0.1.0
0.1.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-test-case-generate

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-test-plan-matrix

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-text-chunk

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-time-series-decompose-lite

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-timeline-from-text

v0.3.0
0.3.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.
0.2.1patch
  • -Fully implement research tools with production-ready functionality: - page-brief: Uses @mozilla/readability + jsdom for content extraction - compare-pages: Uses natural TF-IDF for text similarity analysis - source-credibility: Uses tldts + cheerio for credibility signal analysis - claim-checklist: Uses sbd for sentence parsing with pattern-based detection - timeline-from-text: Uses chrono-node for date parsing All tools include comprehensive error handling, input validation, and Node.js 18+ fetch requirement verification.
0.2.1patch
  • -Fully implement timeline-from-text tool with production-ready functionality: - Uses chrono-node for comprehensive date parsing (specific, partial, relative, range dates) - Uses sbd for sentence context extraction - Calculates confidence scores based on date specificity - Sorts events chronologically - Identifies gaps between events (>30 days) - Returns date range, event count, and metadata - Proper input validation and error handling
0.2.0minor
  • -aaf3cdd: Add 5 new research tools for AI-powered content analysis New tools using AI SDK v6 (tool() + jsonSchema() pattern): - **@tpmjs/tools-page-brief**: Fetch URL and extract summary with key points and claims needing citations - **@tpmjs/tools-compare-pages**: Compare two URLs for agreements, conflicts, and unique points - **@tpmjs/tools-source-credibility**: Calculate heuristic credibility score based on domain signals - **@tpmjs/tools-claim-checklist**: Extract checkable factual claims from text - **@tpmjs/tools-timeline-from-text**: Extract dated events and return normalized timeline Also moved @tpmjs/createblogpost to packages/tools/official/ directory and set up blocks.yml for Blocks framework validation.

@tpmjs/tools-toc-generate

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-tool-call-accuracy-score

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-tool-selection-plan

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/official-tos-readability

v0.1.1
0.1.1patch
  • -Update AI SDK dependency to v6.0.49 - Upgraded `ai` package from 6.0.23 to 6.0.49 for compatibility improvements - All tools now use consistent AI SDK version across the monorepo

@tpmjs/tools-url-normalize

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-url-parse

v0.1.0
0.1.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-url-risk-heuristic

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-workflow-auto-repair

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-workflow-cost-estimate

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-workflow-explain

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-workflow-validate-io

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-workflow-variant-generate

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-yaml-parse

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

@tpmjs/tools-yaml-stringify

v0.2.0
0.2.0minor
  • -Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

Stay Updated

Follow the repository for the latest updates and releases.