Changelog
Updates and improvements to Pathmode. We ship regularly.
September 11, 2026
Features
Sign up with an email link, with no password to choose
Name your own workspace
A new workspace opens on one thing to do, and an agent finishes it
The teammate handoff has a page of its own, and it keeps
Removed
- •The example product. A new workspace used to arrive holding Acme HR: a fictional product with three intents and ten evidence items. It answered "what is this?" while the question a new account actually holds is "what do I do now?", and four intents on the first screen give you no way to tell which one is yours. Demo workspaces still seed it deliberately, and workspaces created before this keep theirs
Improvements
- •The welcome email waits until you confirm your address, and describes the workspace you actually land in instead of evidence that was never there
- •Asking for an email link with an address that already signs in with Google now opens that account, instead of minting a second one with an empty workspace beside it
- •Correcting a typo in your address sends the new link immediately. The one-minute wait between links is per address now, so the corrected address is no longer silenced by the request you were correcting
- •The check-your-email screen has a way back, which is what a mistyped address needs: the link never arrives, and there was nothing on that page to click
- •A workspace name the URL rules reject returns you to the naming form with the reason and with what you typed still in it, instead of an error screen with no way forward
- •Confirming a signup in a second browser tab no longer ends on "Failed to create workspace". Both tabs land in the one workspace that was created
- •The check-your-email screen no longer promises a scan that does not run on that path
- •The signup page no longer previews what happens after signup while you are still deciding whether to sign up. What it costs stays on the page, because that is a question you hold before creating anything
September 9, 2026
Features
Creating an account now connects your repository
Hand the setup to the teammate who runs the agent
Try the readiness gate before creating anything
Improvements
- •A question you deliberately left open now reads differently from one you never reviewed, both on screen and in the file your agent receives
- •The pre-signup decision review no longer offers to accept every suggestion at once; each call is yours to take, edit, or leave open
- •Working through a product decision now continues straight to creating the account and reviewing the proposal, without a separate workspace step in between
- •Signing up from a decision that never named a product no longer fails at the last step
- •The Pathmode wordmark on the preflight page returns to the home page instead of doing nothing
- •Every brief now records which part of the product it was started from
September 8, 2026
Features
Review the intent instead of writing the whole spec
Agent additions stay visible until you review them
Authorize the proposal the implementation agent will use
Improvements
- •Workspace and Product Home now lead with proposals that need a decision, drafts with suggestions to review, and work waiting on an agent
- •Intent rows distinguish Review proposal, Review suggestions, Review revised proposal, and Waiting for agent from delivery status
- •The conversation editor remains available for discussion and deeper editing, while the proposal is now the primary intent surface
- •Agent-written outcomes and edge cases keep stable identities, so their suggestion and evidence references survive ordinary saves
September 3, 2026
Features
Know what backs every claim, and who judged it
Evidence carries a trust tier everywhere it leaves Pathmode
get_intent_evidence to fetch exactly what one intent cites.Pull requests get an advisory intent review before merge
Committed files carry references, not quotes
Removed
- •The Kanban, Flow and Clusters layouts of the Evidence board. Pathmode is a trust layer for the claims in a spec, not a research canvas; the Inbox and the detail panel remain. This is a product decision, not a usage measurement
- •Group-by, bulk selection and "Suggest intents" synthesis on the Evidence Browse view. Browse is now a flat, searchable record for locating and opening evidence; claim backing is inspected and added on the IntentSpec itself, and Evidence opens to the Inbox whenever unreviewed items are waiting
- •Creating a general, non-claim evidence link from the signed-in UI. Making something trustworthy in the app now means choosing the exact claim it backs. Existing general links stay visible on the spec as "General / not claim-anchored", and API and MCP link_evidence are unchanged
Improvements
- •Every door that creates evidence now states whether a person reviewed it: typed and kept items are reviewed, AI-drafted assumptions and file imports land in the Inbox, and evidence written through the API by an agent carries its own provenance
- •The empty-state sample ticket and example cards persist as unverified assumptions rather than confirmed evidence
- •Prose paste has one path: the Composer extracts, you review inline, and the kept items are saved. The import modal is for files only
August 31, 2026
Features
Bring the intent.md you already have
npx @pathmode/mcp-server@latest adopt pm_adopt_... from the repository. The command keeps the existing intent body, adds its Pathmode identity, and sends it to the Product you chose. The browser waits for that exact adoption session to finish, then closes the loop with the hosted capability a file cannot provide: a review link for someone who will never open the repository. Shipped in @pathmode/mcp-server 1.20.0.Repository credentials belong to repositories
.mcp.json contains no credential. Two repositories can connect to different workspaces without “last setup wins,” and no committable configuration contains the secret.Improvements
- •Repository adoption validates intent.md before using the one-time code and stores the exchanged credential before pushing, so a failed network step can resume instead of burning the code or minting duplicate keys
- •Adoption codes expire after 15 minutes, are stored only as hashes, can be claimed only once, and the unauthenticated exchange is rate-limited by caller before a code is parsed as well as by code for legitimate retries
August 30, 2026
Features
Use Pathmode with OpenSpec, not instead of it
pathmode-intent schema, which writes an intent.md into the change directory ahead of the proposal, so the decision is settled before the work is described. The page draws the line a public repository forces: repo-safe intent and references travel in the change, private evidence and authenticated attribution stay in Pathmode. This is an independent integration designed to work with OpenSpec, not a partnership, and the schema is labeled experimental. The old comparison page redirects here. Its copy said use both while its structure said choose one, and structure wins that argument every time.IntentSpec has a standards repository
Four parsers, one reading
The intent.md in your repo is the authority
Handoff notes reach the next agent
Claude Code tells you the repository has an intent
Improvements
- •The Engineering Lead and First Intent use case exists, and its CTA routes to the keyless flow rather than the web signup. That cell's entire pitch is that no account is needed, and it was falling through to a fallback that asked for one
- •The plugin install commands are single-sourced across the landing page, /preflight, the intent-compiler page and /developers, so they cannot drift against each other. Teaching only the marketplace command installs nothing, and this is how the public plugin repo sat four versions stale
- •Page titles lead with the nouns people search for. The glossary index was titled "Glossary", which ranks for nothing, while every searchable term sat in the description where it earns no title relevance. The blog's structured data also described an earlier blog that no longer exists
August 29, 2026
Features
The OpenSpec bridge runs both ways
Confirmations work against a workspace
August 28, 2026
Fixed
- •check_intent_readiness could not pass for any intent saved in a workspace. The tools that read an intent for grading were reading the list projection, which does not carry edge cases, so every cloud spec was graded with its failure modes missing and blocked on "No edge case with a defined expected behavior" however well it was written. get_current_intent, the outcome rubric export and the current-intent resource had the same hole, so an agent asking for the full spec never received the one part it would not invent for itself. Fixed in @pathmode/mcp-server 1.14.1
August 26, 2026
Features
Your agent gathers what the code looks like. You decide whether it counts.
Stamp the pull request and the merge does the rest
A spec saved by an agent lands in your workspace
Fixed
- •A merged pull request did not update intents in workspaces that had set a per-product GitHub connection. The lookup assumed one connection per installation, so every delivery to those workspaces failed before it began
- •A merge in one repository could mark an intent shipped whose product is bound to a different repository, and grade it against the wrong codebase
Improvements
- •Two agents editing one spec can no longer overwrite each other silently: an edit states the version it was based on, and a conflict is refused rather than resolved by whoever wrote last
- •The MCP surface is now 25 cloud tools, with record_implementation_context added
August 23, 2026
Features
Preflight has its own home
Your agent proposes. You authorize.
Import your Linear or Jira backlog as evidence
Verification reads the pull request, not your summary
The assistant hands the spec off, not just writes it
Current state: what the code does today
Removed
- •Pushing an intent to GitHub Issues. The path was dead code, and a ticket is a copy that goes stale the moment the spec changes. GitHub still reads your repo for Implementation Context, hands the live spec to coding agents over MCP, and flips the intent to Shipped when a PR referencing it merges. Linear and Jira still create issues.
Improvements
- •A "Connect a repository" step joined the setup checklist: the codebase analyzer was gated behind a GitHub binding that no onboarding surface ever mentioned
- •Pasting a doc full of verbatim customer quotes and measured numbers no longer launders them into unverified assumptions: quotes land as quotes and metrics as metrics, tagged to the material they came from
August 22, 2026
Features
Your agent wrote a spec. Now it comes to you for review.
Outcome tracking: did the shipped thing work?
Decisions you can write, edit, and record from anywhere
Pathmode asks your role once, then shapes itself around it
Install Pathmode into Claude Code with one command
/plugin marketplace add pathmodeio/claude-plugin then /plugin install pathmode@pathmode and you have the MCP server and all seven skills together, with no config file to hand-edit. Skip the API key and it runs in local mode: specs live in intent.md in your project, nothing leaves your machine, and 7 local tools work. Add a key and the same install becomes the full 22-tool workspace. The key goes to your OS keychain, never into a config file.Fixed
- •Marking an intent shipped no longer demands a verification check you already added: the lifecycle gate now recognizes checks created in the current editor, not just the legacy format
- •Unsubscribe links now verify their signed token instead of trusting the user id in the URL
- •Recording an outcome measurement requires a writer role in the workspace; viewers can read but not write
Improvements
- •Evidence arriving through connectors (support-ticket sync, Slack capture, the ingest API) is now labeled with integration origin instead of masquerading as manually entered
- •The product setup checklist can actually finish now: team and agent-connection detection work, and the card retires itself when you're done
- •Developer docs: the decisions endpoints are documented, and the implementation-findings endpoints, previously documented but rendered nowhere, are visible on /developers
August 21, 2026
Features
The keyless install we advertised now actually works
Fixed
- •Saving twice in one conversation no longer destroys the first spec: a save with the same id updates it and bumps the version, and a different id is refused unless you say overwrite explicitly
- •intent.md round-trips. Every section used to truncate to its first line when read back, so three outcomes returned as one and Scope vanished entirely. Decisions had no reader at all and now have one
- •The setup command no longer exits with an error when you have no API key, which made the documented first step of onboarding a wall for exactly the people it was written for
June 21, 2026
Features
Draft your first intent before you sign up
Paste a doc to build product context
The judgment loop: building writes back to the spec
sync_context: round-trip your intent into CLAUDE.md
Fixed
- •Archived evidence no longer reaches an agent prompt or export: signals you dropped stay dropped instead of riding along to the agent
Improvements
- •Socratic sharpening on the warm landing screen: one pointed question to tighten a vague description before it becomes your first intent, because the pre-signup flow has no evidence to push back with yet
- •Product Home shows a read-only product-context strength meter, so you can see how grounded a product's context is at a glance
- •A substantial paste on the landing hand-off auto-extracts and skips the redundant paste box
- •The new pre-signup AI endpoints (description sharpening, assumption drafting) are bot-challenged and rate-metered alongside the scan flow
June 18, 2026
Features
IntentSpec v1.2 — scope and verification are first-class
scope — an inScope/outOfScope fence bounding what a change may touch — and verification, how each outcome is confirmed: the fastest automated check, a manual fallback, and the observable production signal. Both are additive and backward-compatible; the spec and JSON Schema are updated to match.June 15, 2026
Features
Evidence is a property-driven collection now
Pull evidence from any MCP server
Home and Product Home are judgment queues
Edit your scanned workspace before you sign up
Teammates auto-join by email domain
Ask an AI about Pathmode
New essay: The Cost of Being Worth Using
Changed
- •Removed the blocking post-signup "Which lens do you bring?" modal — it gated the very first workspace screen for every new user. Role still feeds the AI and is settable in Profile; we'll elicit it inside the conversation instead
- •Legacy /journey-map URLs now redirect to /product-teams
Fixed
- •Closed cross-tenant isolation holes in the Atlassian/Jira integration — an unbound Forge install could resolve another tenant's intent, and any admin could claim other tenants' installs. Both fixed with live host-authenticated binding and 15 regression tests
- •The Anonymization Firewall now fails closed — if redaction can't run, data is held back rather than passed through
- •Signup analytics no longer drop OAuth events to a malformed ID, and the signup form can no longer double-submit
- •Fixed an infinite re-render loop in evidence suggestions, and a failed workspace load no longer dumps you into the create-workspace flow
Improvements
- •Settings and the Intents board got a Notion-lens pass — a shared SettingRow primitive, three-tone color drain, and quieter chrome so your content leads
- •Skip the scan and create your first product from the activation cards, and Pathmode now opens the intent editor for it automatically instead of dropping you on an empty product page
- •Account deletion is no longer forensically silent — it emits an account_deleted event and an admin notification with churn context, and new accounts now derive a display name from your email instead of a generic "User"
June 12, 2026
Features
Evidence is a canvas now, not a form
/ to pick the type yourself. Paste a whole support ticket and it extracts into multiple typed signals inline, right under the composer, where you keep or drop each one before they land. No modal, no detour.Edit evidence in place
Improvements
- •Empty products now open with illustrative typed signals you can adopt with one click — you see the shape of a populated board before you have one, instead of reading an abstract description of it
- •The add-evidence composer follows you across the List, Clusters, and Flow views; Inbox stays a focused, keyboard-driven triage lane and Sources stays document-first
- •Typing a single line runs through the same model as a full paste, so a one-off observation lands as a properly typed signal without extra steps
June 8, 2026
Features
The Playbook gets an advanced tier
Developer docs, single-sourced from the live spec
Fixed
- •Health Metrics — your "what must not degrade" guards — now travel in the Markdown agent prompt, not just the CLAUDE.md and .cursorrules exports, so regression guards reach every handoff
- •Several broken "Get started" links in the Playbook guides now point to onboarding instead of returning a 404
Improvements
- •The Playbook reads as a curriculum instead of an archive — guides follow a learning path with previous/next and related links, and difficulty now reads as a depth ladder (Advanced earns a single accent; Beginner is quiet) rather than a red/yellow/green traffic light
- •The IntentSpec is taught in full across the Playbook, glossary, and comparison pages — all eight parts an agent actually receives (now including Scope and Health Metrics, with the placeholder "Goal" retired), so what you read matches what Pathmode hands the agent
June 6, 2026
Features
Constitution v1 — rules carry their judgment
[BLOCKING] or [advisory]. Agents respect the rule and know why it exists.Readiness is a contract, not a suggestion
MCP server v1.6 — skill pack + Claude Managed Agents
compile-intent, grill-intent, verify-intent, review-against-intent, and more) that auto-trigger from natural language — installable with npx @pathmode/mcp-server install-skills. And a new outcome-rubric export that renders an intent as a Claude Managed Agents “Outcomes” rubric — a writer description plus an independent grader rubric built from your outcomes, edge cases, constraints, and verification. Published to npm as @pathmode/mcp-server@1.6.0.Fixed
- •Intent conversations no longer dead-end when the AI model errors — a retry path appears instead of a stuck "Thinking…" state
- •A fast conversation can no longer fork a phantom duplicate spec, and autosave no longer carries one intent's baseline into another
- •AI streaming no longer drops updates that land on a chunk boundary
- •Free-text scope entered in conversation now coerces into the structured scope and renders in the spec
- •The re-engagement greeting no longer stacks when jumping between phases
- •Demo requests submitted from the site are no longer silently dropped by row-level security
Improvements
- •Spec panel restructured to read top-down like a document — title, a quiet property block (Status / Execution / Codebase), then the body — instead of a fixed toolbar bolted above your content. Metadata recedes so the spec is the artifact
- •Conversation-first editor now runs on a single document store — one source of truth for the spec instead of two competing copies — eliminating a class of save races and stale-state bugs
- •Constitution governance templates now ship with enforcement levels and rationale on each constraint, so seeded workspaces start with operational rules rather than bare imperatives
- •Hardened the public site-scan endpoint against SSRF, with per-redirect-hop URL and connect-time DNS validation; added rate limiting across more mutation endpoints and replay-protection for inbound integration webhooks
- •Patched dependency security advisories (Next.js, xlsx, react-router) and tightened database privileges on internal functions
May 27, 2026
Features
IntentSpec v1.1 — specs carry their evidence
evidence field lets a spec carry the user signals behind it — the friction, quotes, and metrics that justify its outcomes, edge cases, and constraints — so intent travels as evidence-backed judgment, not a bare contract. The bump is additive and backward-compatible. The standard now also lives at its own home, intentspec.org, so the schema resolves at its canonical $id.Category comparison pages
/vs/issue-trackers and /vs/spec-as-contract — sit above the individual vendor breakdowns, with each vendor page linking up to its archetype. Added Linear as a product-management comparison.Fixed
- •Scan bot-detection now lets through requests with no challenge token (usually an ad-blocker or a script-load race) instead of blocking real users with an unactionable "Bot detected" message — genuine bots are still rate-limited
- •Intent editor — reopening an existing spec no longer re-fires turn analytics for messages loaded from history, and silent autosave failures are now tracked
Improvements
- •Onboarding — a "skip the scan and start with an empty workspace" option (the workspace still seeds a sample product), returning users now land back in their existing workspace instead of a duplicate, and the same skip option appears as an escape hatch when a scan fails
- •Positioning refresh across /philosophy, /use-cases, /patternry, /comparison, and /integrations/github — the product judgment layer, the discovery loop (discovery doesn't end at ship), and codebase-as-evidence (specs ground against your connected repo while you draft)
May 25, 2026
Features
Implementation Context
Agent exports carry code context
GitHub product-level repo overrides
May 21, 2026
Features
Scan-first Onboarding
Multi-product Disambiguation
Description Fallback
Site-Scan Banner
Changed
- •Every "Get started" / "Start for free" button on the public site now opens /onboarding/scan instead of the AuthModal — bookmarked /#signup URLs redirect too
- •AuthModal becomes sign-in only — "Don't have an account?" links to the scan flow, so sign-up exists in exactly one place
- •Sign-in without a workspace routes to /onboarding/scan instead of the legacy WorkspaceCreationModal
Removed
- •First-run OnboardingHero — superseded by the scan-first flow; every new workspace now lands with a Product + Evidence already seeded
Improvements
- •Setup checklist is scan-aware: "Seeded from your site" and "Draft first Intent" appear in the sidebar when a workspace was scan-seeded
- •Two-tier product context: a scanned description satisfies the basic-context check, while Vision + North Star become an optional enrichment ("Strengthen product context") instead of a gating requirement
May 19, 2026
Features
Gemini 3.5 Flash
May 11, 2026
Features
Pathmode for Jira — Atlassian Marketplace
read:jira-work scope only.Push to Jira → linked from inside Jira
Bidirectional status sync
Atlassian Forge App workspace binding
Improvements
- •Privacy policy gained a dedicated section covering Atlassian integration data flows — what we receive (cloud id, site URL, issue keys, account IDs), what we send (intent summary + description on push), how we authenticate, where it is stored, retention, and uninstall behavior
- •New /support page with Pathmode for Jira–specific troubleshooting and security reporting contact
- •Jira Test Connection now works after Save — server-side test against stored credentials instead of requiring the user to re-type the API token
- •JiraIssueModal portals to document.body so it renders above the conversation panel in the Intent Editor
May 10, 2026
Features
AI Spec Review
Codex Integration Page
Use Cases Hub
Auto-Linked Glossary
AI Turn Rating
Workspace Ownership Transfer
Evidence Board 101 Playbook
Blog Subscribe
Changed
- •Robots.txt moved from static `public/robots.txt` to dynamic `app/robots.ts` — adds disallows for /api/, /intent/, demo, and review routes, references the sitemap
- •Dropped `offers` from SoftwareApplication structured data — Pathmode is SaaS, shopping-result fields do not apply
Removed
- •Legacy Figma plugin package (was drifting from the current intent model)
- •Legacy "Journey Mapping 101" playbook — replaced by Evidence Board 101
- •Standalone `ClaudeCodePage` component — replaced by the shared `AgentIntegrationPage` used by both /claude-code and /codex
Improvements
- •Spec Panel — Refactored, splitting execution hand-offs (Jira / Linear / Build Queue) and lifecycle controls (status, verification, review) into focused components. Smaller surface, fewer re-renders
- •Intent Quality scoring centralized in one library so the Spec Panel, AI Spec Review, and readiness checks all use the same rubric
- •Intent Interview JSON schema (with tests) replaces implicit field-name agreements between AI and client
- •Glossary entries now cross-link to each other and to core terms — a small built-in knowledge graph
- •New unified workspace integrations API across Jira, GitHub, Linear, and Slack with proper credential redaction
- •Workspace settings — new Rename and Export Context endpoints, plus tracking for conversation-fired AI guidance rules
- •Landing page hero, copy, and section structure tightened around "know what to build before you build it"
April 30, 2026
Features
First-Run Workspace Onboarding
Onboarding-Aware Intent Conversation
Improvements
- •Free plan now includes 3 editor seats (up from 1) — small teams can get started without hitting the paywall
- •Product creation now returns full metadata, allowing onboarding and analytics flows to tie created products to follow-up intents without extra lookups
- •Paid-plan CTAs open the in-app contact modal when billing is not enabled, keeping interested teams inside the Pathmode experience
- •Updated primary landing CTAs to "Start for free" and tightened homepage messaging
- •Simplified product demo animation state to reduce timer/state drift
- •Onboarding analytics across the full activation funnel — hero views, submissions, skips, first AI response, and first spec update
April 6, 2026
Features
Intent Readiness Scoring
Smarter Context Interviews
Agent Prompt Generation
Plan Changes & Team Management
Fixed
- •Billing status hook, checkout flow, and portal redirect issues across multiple plan types
Improvements
- •API Reliability — Rewrote intent API routes to share a single, tested handler layer with consistent validation
- •MCP Server — Expanded tool surface: enhanced local file reading, better intent compilation, improved export formatting
- •Context Health — Updated indicators so teams see at a glance which products have strong context and which need attention
March 29, 2026
Features
Functional Roles
Improvements
- •Role-aware onboarding now prompts first-time users to choose their lens from workspace home
- •Functional role selection is saved to the user profile and can be updated later in Profile Settings
- •Added database support for functional_role with a safe default and validation constraint
March 28, 2026
Features
Evidence Inbox
AI Intent Synthesis
Structured Outcomes
Intent Scope
Intent Engineering vs Context Engineering
Changed
- •Removed beta banner — header now shows "Pathmode has launched!" announcement
- •Restructured workspace settings with new API Keys tab
Improvements
- •MCP Server — Structured outcome support, live quality checking with explicit rubric, scope field support, product strategy in exports
- •Document View — Keyboard navigation in outcome lists, structured outcome rendering with priority labels, provenance view integration
- •Evidence Board — New Inbox and Sources layout modes, layout selection in sidebar sub-menu, triage status counts in badges
- •PostHog — Server-side event tracking with session and distinct ID headers
March 21, 2026
Features
Conversation-First Intent Editor
ThinkingQuality Scoring
Evidence-Anchored Specs
Changed
- •Legacy form-based editor available via ?mode=form query parameter; conversation-first is now default
Fixed
- •Intent editor save flow to properly persist spec updates and undo history
- •Navigation issues between intent editor and product home
Improvements
- •Intent Editor Performance — Consolidated state machine and reduced re-renders
- •UI Consistency — Spec panel uses workspace design system with gray tones and no decorative hover effects
March 14, 2026
Features
Constraints Document Discoverability
Improvements
- •Context Builder guardrails phase now includes a file upload button for constraints documents (PDF, DOCX, TXT, MD, CSV)
- •New Intent modal shows a tip about constraints documents when none is uploaded for the product
March 11, 2026
Features
Smarter, Faster AI Conversations
Fixed
- •AI would loop on the same topic or re-ask questions you already answered
- •Conversations could get stuck on "Thinking..." with no way to recover — retry options now appear on failure
March 9, 2026
Features
PostHog Analytics Integration
In-App Feedback System
Product Creation Onboarding Flow
Changed
- •Evidence Board redesign — Tabbed layout (Evidence / Sources), sort dropdown, more compact cards, dedicated "Suggest intent" button
- •Intent Editor spec panel widened from 480px to 560px for better readability
- •Product Home — Strategy section split into compact two-column card (Vision | North Star); tighter spacing throughout
- •Insights Digest — Renamed from "Signals Digest"; critical items now use amber highlights; "View all" links to Evidence
- •Hero demo — Streamlined from 7 steps to 6 (Signals step removed)
Removed
- •Entire Signals system — Views, hooks, services, API routes, cron job, MCP tools, Slack notifications, and all UI references
- •Glyphex analytics tracker — Replaced by PostHog
- •Outcome quality scoring — Removed per-outcome quality badges (Testable/Decent/Vague) from the Intent Editor
March 6, 2026
Features
Hand-Drawn Illustrations
March 5, 2026
Features
Landing Page Refresh
Philosophy Page Rewrite
Improvements
- •Navigation link renamed from "Our Philosophy" to "Our Approach"
- •Hero demo now shows workspace vs. product sidebar modes
- •Each demo step includes a description bar explaining the screen
- •Removed unused IntentEngineDiagram and WhyHowWhenPositioning imports from landing page
March 3, 2026
Features
Gemini 3 Flash & Global AI Endpoint
March 1, 2026
Features
Living Specs — The Spec Lifecycle
Specs are now living documents. Every spec in Pathmode is grounded in evidence, reviewed by humans, consumed by agents, and improved by outcomes. This release closes the loop between what you plan, what you ship, and what actually happened.
Make specs feel alive — grounded in evidence, reviewed by humans, consumed by agents, and improved by outcomes. That's the loop that makes Pathmode indispensable.
Evidence-Anchored Specs
Spec Review with Evidence Backing
Reactive Signals
Agent Verification Loop
Improvements
- •Evidence freshness indicator on specs — shows amber warning when linked evidence is older than 30 days
- •Signal count badge in sidebar navigation
- •Verification score badges on Build Queue kanban cards
- •Verification failure signals with upsert dedup — re-running verification updates the signal instead of creating duplicates
- •Updated AI verification model from Gemini 2.0 Flash to Gemini 2.5 Flash
February 22, 2026
Features
Intent Compiler for Claude Code
intent.md to your project and optionally exports as .cursorrules or CLAUDE.md. No API key or signup needed.MCP Server v1.2 — Works Without API Key
compile-intent prompt, intent_save, intent_export) work entirely offline. Team features (dependency graphs, workspace strategy, governance) activate when you add an API key. Published to npm as @pathmode/mcp-server@1.2.2.Official MCP Registry Listing
io.github.pathmodeio/mcp-server. Anyone searching for intent engineering, spec building, or product development tools can now discover and install Pathmode directly.Intent Compiler Page
/intent-compiler marketing page with interactive terminal demo, tabbed output preview (intent.md / .cursorrules / CLAUDE.md), 30-second setup guide, and REPL-to-Runtime comparison showing how the free compiler connects to the full Pathmode platform.Improvements
- •MCP server README rewritten to lead with Intent Compiler and zero-config setup
- •API key changed from required to optional in manifest.json
- •Fixed pre-existing TypeScript error in MCP server api-client.ts
February 18, 2026
Features
Cursor Directory Listing
.cursorrules from real product context.February 17, 2026
Features
Integrations Hub
Google Analytics Integration
Zendesk Integration
GitHub Integration
Linear Integration
February 14, 2026
Features
Claude Code Integration Page
February 7, 2026
Features
Hero Animation as Video with Remotion
interpolate() calls — same JSX, same Tailwind, same SVGs. The result is a 37-second MP4 showing the full Pathmode workflow: Friction Inbox → Journey Map → AI Spec Generation → Export to Agent.Improvements
- •Added Remotion video rendering pipeline with preview and export scripts
- •Downloaded and bundled Inter and Merriweather fonts for server-side video rendering
February 6, 2026
Features
IntentSpec Open Standard
About Page
Philosophy & Product Demo
Playbook Guides
Export to Agent
Improvements
- •Landing Page: Redesigned hero section with interactive product demo and updated value proposition
- •Solutions Pages: Added solution-specific landing pages for Journey Management, Product Intent Infrastructure, and Enterprise
- •Footer: Added links to About, Philosophy, Playbook, and Comparison pages
- •Terms of Service: Updated publicity rights and terms
- •Intent Editor: Multiple stability and UX fixes across the spec editing workflow
- •Blog: Published new articles on intent-driven development and AI-native teams
- •Invitation Flow: Improved account handling and workspace invitation acceptance
February 1, 2026
Features
Intent Spec Workflow
January 29, 2026
Features
Inline Friction Highlighting
Document Highlighter Component
Improvements
- •Document View: Added read/edit toggle via eye/pencil icons
- •Friction Pipeline: Replaced "Specs Shipped" stat with "Evidence Docs" count
- •Interactions: Changed popovers to click-based triggering for better stability
- •Navigation: Fixed "View All Friction Points" button behavior
- •Persistence: Upgraded storage engine to support rich friction metadata (findings, tags)
January 26, 2026
Improvements
- •New Journey Experience: Redesigned modal to prioritize "Start from Friction" workflow
- •Journeys List: Refined list view layout to reduce visual noise
- •Welcome Email: Updated messaging to align with "Intent Layer" philosophy
- •Build Queue: Upgraded to Kanban board interface for better tracking
January 22, 2026
Features
Intent Graph
January 18, 2026
Features
From Journey Maps to Intent Layer
We started building Pathmode as a journey mapping tool. The vision was simple: help teams visualize customer experiences and connect user research to real workflows.
But as AI transformed how teams build software, we noticed something. Journey maps weren't just documentation—they were becoming the source of truth that AI agents needed to ship the right features. The map wasn't the output. It was the input.
Today, Pathmode is the Intent Layer for modern product teams. We don't just visualize journeys—we synthesize structured Intent Specs from real user friction, then push them to the tools that build. Cursor, Linear, Jira. The journey map is now a coordinate system for your entire product.
Intent is the new code. Specs are the new handoff. The map is the new constitution.
January 11, 2026
Improvements
- •Admin Notifications: Implemented email alerts for new sign-ups
- •UI/UX: Redesigned Blog Index page with responsive grid and author metadata
- •Architecture: Decomposed MainApp for Next.js App Router migration
- •Docs: Updated competitive landscape analysis
- •Fixed: Resolved modal navigation issues on public pages
January 8, 2026
Features
Anonymization Firewall
This feature uses a zero-retention AI pipeline to replace names, emails, and phone numbers with generic placeholders before data is ever saved to our database, ensuring full compliance with strict privacy requirements.
Improvements
- •Added PII detection toggle in workspace settings
- •Updated data ingestion pipeline with pre-processing hook
January 1, 2026
Features
Interactive Live Demos
Improvements
- •Smart Caching: Implemented intelligent local storage caching for public viewers, ensuring instant load times for AI artifacts like Storyboards and Proto Specs
- •Optimized Public View: Revised staleness detection logic to prioritize cached content for read-only users, preventing unnecessary regeneration loops
- •Robust AI Pipeline: Enhanced the generation engine with better payload management to reliably handle complex, data-heavy journey maps
December 29, 2025
Features
Integrations View & Live Embeds
Improvements
- •Added "Integrations" to main navigation
- •Added "Design Prototype" panel to Step properties for embedding support
December 28, 2025
Features
Specs View: Triage & Kanban
Redesigned the Feature Specs interface to split workflows into two distinct views:
- Triage View: Review and approve new opportunities.
- Kanban Board: Track specs from "Draft" to "Shipped".
Added an Archive workflow to hide deprecated or irrelevant specs.
Compact Research Dashboard
Hybrid Rendering Architecture
Improvements
- •Updated Research Dashboard visual hierarchy
- •Implemented `useAppNavigation` for consistent routing state
- •Resolved authentication race conditions with optimistic session hydration
- •Fixed session persistence issues on refresh
- • eliminated "Map Not Found" navigation errors
- •Resolved client-side hydration mismatches
- •Fixed React hook ordering stability issues
- •Centralized modal state management
December 26, 2025
Features
Brand Identity Update
Refined the logo for better legibility at small sizes. The new mark retains the spiral geometry with cleaner lines and balanced weight.
Improvements
- •Updated favicon and app icons across the platform
- •Unified spacing standards in navigation bars
December 25, 2025
Features
Feature Specs
Journey Editor Refinements
Improvements
- •Privacy Overhaul: Removed Google Tag Manager and installed privacy-first GA4 with strict cookie consent
- •Updated default workspace logo to use the Pathmode brand icon
- •Various performance tunings and layout fixes in the editor canvas
December 24, 2025
Features
New "Product Teams" Landing Page
Improvements
- •Updated front page tagline: "Stop managing journeys. Start building them."
- •Added new "For Product Teams" navigation link in footer
December 22, 2025
Features
Dynamic Hero Video
Improvements
- •Optimized landing page hero performance with video assets
December 21, 2025
Features
New "Pathmode vs The Rest" Comparison
Performance Tuning
Improvements
- •Fixed "zombie session" issue ensuring immediate and permanent sign-out
- •Cleaned up security section iconography on landing page
- •Updated site-wide navigation to new comparison breakdown
December 19, 2025
Features
Analysis Workbench
Vibrant Cartoon Storyboards
Improvements
- •Updated AI prompt to request "vibrant cartoon style" for storyboard panels
- •Enhanced image generation parameters for consistent flat design aesthetics
December 16, 2025
Features
Competitor Comparison Page
Improvements
- •Restored missing comparison page routing and functionality
- •Fixed an issue where the /compare link was resulting in a blank page
December 14, 2025
Features
Redesigned Front Page with AI-Style Illustrations
Unified Design Workflow Visual Updates
Enhanced Trust & Security Page
Dynamic CTA Section with Rotating Words
Improvements
- •Added pictograms to "The Problem We Solve" section: Research Silos, Design Chasm, and Costly Drift
- •Added workflow illustrations to all three steps in the "Unified Design Workflow" section
- •Redesigned Trust Center hero with security illustration and improved visual hierarchy
- •Improved visual consistency across landing page sections with flat, minimalist design
- •Enhanced image presentation with full-size pictograms that fill their container elements
- •Updated color scheme to use theme colors (subtle gradients) for better brand consistency
- •Added smooth word rotation animation to CTA section without layout shifts
December 13, 2025
Features
Enhanced Landing Page with Visual Journey Flow
Improvements
- •Improved visual communication of Pathmode's core value proposition on the front page
- •Streamlined image display to use a single, clear visual representation of the journey mapping process
December 12, 2025
Features
Improved Workspace Settings Access
Improvements
- •Moved workspace settings link from bottom navigation to header below workspace name
- •Settings now use workspace URL key format for consistent routing
- •Simplified "Back to Workspace" button to just "Back" in settings view
December 11, 2025
Features
Enhanced Storyboard Generator with High-Quality AI Images
Improvements
- •Fixed image generation to properly extract images from API response structure
- •Improved image quality from SVG placeholders to high-resolution PNG images
- •Added authentication check - unauthenticated users see placeholder images with sign-up prompts
December 10, 2025
Improvements
- •Improved Google sign-in experience - you'll now see "Pathmode" when signing in with Google for a more professional and secure authentication process
December 8, 2025
Features
Workspace Settings Navigation
Improvements
- •Fixed Activity feed navigation link
- •Improved workspace invitation permissions - workspace owners can now create and manage invitations
- •Streamlined Users & Team view by removing redundant Settings button
- •Updated RLS policies to support workspace owner role for invitation management
December 6, 2025
Features
Trust & Security Center
Team Management & Activity Feed
Cookie Consent Management
Improvements
- •Improved footer navigation across all pages
- •Enhanced landing page with security information
November 27, 2025
Features
Beta Launch
API Rate Limiting
GDPR Compliance
Profile Page
Performance Monitoring
Improvements
- •Enhanced security headers and Content Security Policy
- •Improved Trust & Security page with detailed compliance information
- •Added links to legal pages throughout the application
- •Launched changelog to keep users informed of updates
Want to stay updated? Visit our Trust & Security page for the latest on security and compliance.