Changelog
RSSRelease history — new features, bug fixes, and improvements.
1.8.1
Bug Fixes
- security: upgrade hono to 4.12.7 (prototype pollution CVE) (#149)
1.8.0
1.7.0
1.6.0
Features
Bug Fixes
- ci: bump security review max-turns from 10 to 15
1.5.0
Features
- add 20 MCP connector vendors (Linear, Notion, Slack, Cloudflare, GitHub, Datadog, Twilio, Resend, Cursor, Vercel, Docker, MongoDB, Redis, Snowflake, Databricks, Confluent, Turso, Browserbase, Firecrawl, PagerDuty) + per-vendor fetch logging with timing
- add 20 MCP connector vendors + per-vendor fetch logging (#121)
- agents: add 8 Claude Code agent definitions (#115)
- agents: add Agent SDK orchestrator module (#116)
Bug Fixes
- ci: bump security review max-turns from 5 to 10
1.4.0
Features
Bug Fixes
- ci: fix fetch workflow and prevent false alarm issues
- deps: force-resolve hono + @hono/node-server in jade-agent-os
1.3.0
Features
- add motion.dev animations across all web app pages (#97)
Bug Fixes
- deps: patch hono + @hono/node-server security vulnerabilities
- forward HTML props in TouchButton reduced-motion fallback
1.2.0
Features
- 23 new API endpoints — activity, quality, references, intelligence (#82)
- add getting started and reference guide links (batch 5) (#99)
- Add MCP, hosting, and secure deployment infrastructure (#95)
- add permissions, cost tracking, and custom tool helpers (#96)
- add skills, commands, plugins, and checkpointing (batch 6) (#100)
- add streaming, stop reasons, and user input handlers (batch 7) (#101)
- add structured changelog parser and Atom feed export (#90)
- add subagent delegation and structured output support (#94)
- add system prompts and todo tracking (batch 8 — final) (#102)
- API docs, TypeScript SDK, developer tooling (#84)
- API hardening — validation, ETag, request tracing, CORS (#79)
- CI/CD & infrastructure improvements (#75)
- core analysis pipeline — structure, link graph, quality scoring (#78)
- fetch pipeline — retry, dedup, priority, vendor audit (#81)
- intelligence alerts — pricing detection, quality monitoring (#80)
- security improvements — integrity, monitoring, CSP analysis, closes #70 (#76)
- Stripe billing portal + DB metrics monitoring (#77)
- web app pages — dashboard, data explorer, pricing, quality, blog (#83)
Bug Fixes
- add missing IntelligenceReport fields to test fixtures (#86)
- ci: fix lighthouse configJson and update claude-code-action (#98)
- ci: replace settings JSON with allowed_tools/disallowed_tools
- make security review non-blocking (expired OAuth token)
- pass tool restrictions and setting-sources through claude_args
- read version from package.json in health endpoint
- remove .mcp.json before security review to prevent AJV crash
1.1.0
Features
- api: add changelog page, rate limit headers, vendor pages, feed pagination, diff viewer
- api: add CORS, error standardization, vendor search, cron tracking, request logging
- api: add dashboard, OpenAPI spec, SEO metadata, and OG image generation
- api: add health endpoint, key rotation, integration tests, and esbuild fix
- api: add sitemap, robots.txt, stats breakdown, API examples, vendor reactivation
- api: add 23 new endpoints — activity, quality, references, intelligence
- api: add validation, ETag caching, request tracing, CORS hardening
- api: add TypeScript SDK and developer tooling
- web: add dashboard, data explorer, pricing, quality, and blog pages
- pipeline: add retry, dedup, priority queue, and vendor audit
- pipeline: add structure analysis, link graph, and quality scoring
- intelligence: add pricing detection and quality monitoring alerts
- stripe: add billing portal and DB metrics monitoring
- security: add content integrity checks, monitoring, and CSP analysis
- ci: add nightly build, typecheck, test, and security audit workflow
Bug Fixes
- api: rewrite /feed endpoint to fix 500 error in production (#50)
- ci: pin all GitHub Actions to full-length commit SHAs
- ci: remove unsupported --model flag from security review workflow
- ci: skip SessionStart hook in GitHub Actions
- deps: patch rollup path traversal vulnerability (GHSA-mw96-cpmx-2vgc)
- annotate all bare catch blocks with
: unknowntype - cast Neon query result in seed-expansion script
- exclude generated agents from tsconfig to fix typecheck + build (#49)
- read version from package.json in health endpoint
1.0.0
Features
- llms-txt-feed MVP — 5 vendors, Neon storage, Stripe monetization, Hono API
- restructure to Next.js 15 App Router for Vercel deployment
- security: add content sanitizer with invisible char stripping
- security: add heuristic prompt injection detector
- security: add API output sandboxing for LLM consumers
- security: integrate security pipeline into fetcher
- security: add security_score column to snapshots
- security: consolidate security hardening + CI/CD infrastructure
- mcp: add Claude Code plugin and MCP server config
- mcp: add JSON-RPC endpoint with resources/list and resources/read
- mcp: add tool/resource definitions, types, and tests
- mcp: add MCP server with dual transport — stdio + HTTP (#57)
- mcp: add MCP repo indexer — dual-mode code indexing with AST + semantic search
- schema: add Stripe + vendor failure tracking fields
- stripe: add checkout session + webhook API key provisioning
- diff-feed: add tiered diff content + vendor snapshot history
- vendor-scaling: bulk seed 322 vendors from llms-txt-hub + fetch resilience
- vendor-scaling: expand vendor coverage to 137 active sources (#59)
- intelligence: add vendor intelligence engine with heuristic gate and batch analysis (#52)
- intelligence: add webhook dispatch for pro-tier intelligence events
- cron: add intelligence batch analysis cron schedule
- db: add Drizzle ORM schema and instance (#48)
- guides: add prompt engineering guide dictionary and SessionStart hook
- guides: add context, agent-sdk, and tool engineering hyperlink dictionaries
- guides: enhance context engineering guide with foundational references
- guides: expand prompt engineering guide with MLflow, Instructor, ZSH plugins, 1Password, and dotfiles-claude architecture
- guides: wire guides to API, add discovery pipeline, expand vendors
- jade-agent-os: Initialize Jade Agent OS monorepo with database schema and agent framework (#38)
- jade-agent-os: add PM challenger, intake, and retro commands with .planning state (#51)
- jade-agent-os: add 65 Claude cookbook skills as plugin (#43)
- web: add /customize page and swap accent from cyan to warm orange
- web: add Demo and Marketplace nav links
- web: add WebMCP playground page
- web: add business model visualization page
- web: integrate Geist agency visual DNA as terminal design system
- web: update landing page, pricing, and API docs for new features
- add solofounder CI/CD and defensive engineering stack
- parse llms-txt-hub into 322 vendor registry
Bug Fixes
- ci: skip SessionStart hook in GitHub Actions
- ci: remove unsupported --model flag from security review workflow
- ci: consolidate duplicate Claude workflows and standardize auth
- ci: switch Claude workflows to OAuth token auth
- ci: skip Claude security review for dependabot PRs
- ci: skip security review on lockfile-only and docs-only PRs
- ci: also exclude package.json from security review paths
- web: replace broken Tailwind opacity modifiers with inline styles
- mcp-repo-indexer: serialize metadata dict to JSON string before storage
- remove duplicate code catalogs from mcp-repo-indexer/docs/
- address Vercel agent review feedback on PR #7 (#7)
- use relative imports in lib/ for CLI script compatibility