Releases

Changelog

New features, improvements, and fixes — shipped continuously.

TalentDesk v0.1.0 New product July 2026
New
  • +New product — client & talent management for consulting and staffing firms; Next.js 14 (App Router) + React + TypeScript + Tailwind with SQLite (better-sqlite3) and cookie-session auth (bcrypt)
  • +Global Dashboard — active clients, open positions, bench vs. deployed headcount, and flagged placements at a glance
  • +Clients & hiring needs — role, required skills, experience range, target date/comp, and status with a 3-phase hiring pipeline
  • +Deployments — assign engineers to clients (manager, dates, allocation %); end & transfer deployments
  • +Placement Quality Gate — mandatory 4-point checklist (pre-screen, technical bar, background check, client alignment) before an engineer can be marked Deputed; clearing it deputes the engineer
  • +Employee Pulse & Growth reviews — structured 1-on-1s with 1–5 sliders (stretched / supported / growing), blockers, skill alignment, operations, delivery; history log + timeline chart
  • +Client Account Health — weekly Green / Amber / Red engagement health signal board per placement; Monthly Retrospective logger
  • +Onboarding/deputation checklists plus engineer & client offboarding checklists
  • +Analytics & Action Center — client stats, experience distribution, avg pulse, skills supply vs. demand; hiring deadlines, incomplete gates, and pending health updates surfaced in one view
  • +RBAC — 4 scoped roles (Master Admin, Account Manager, Recruiter, Viewer) with per-entity audit logs and CSV export
AgentPulse v0.2.0 Full-stack API June 2026
New
  • +Full-stack Express + TypeScript API — Express on Node ≥ 24 with built-in SQLite (node:sqlite); no external database required
  • +Multi-tenant org model — org-scoped isolation for all data; admin/member roles; invite team members via the Users settings
  • +Webhook ingestion — POST /v1/runs with Authorization: Bearer <secret>; supports status, duration, steps, tokens, and cost_usd; no SDK required
  • +Cost-by-product dashboard — lead metric showing USD spend per product with % share of total; 24h / 7d / 30d period selector
  • +Alert engine — 5 configurable metrics (error_rate, success_rate, avg_latency_ms, failed_runs, cost_usd) with gt/lt operators and rolling windows; deduplicates open alerts; resolving re-arms the rule
  • +Alert delivery — Slack webhook, generic HTTP webhook, and SMTP email channels; delivery is a no-op unless the channel is configured
  • +First-party auth — bcrypt password hashing, httpOnly ap_session cookie, in-memory login throttle (10 attempts / 15 min per IP + email)
  • +Free / Pro plan limits — server-enforced (2 products / 5 agents / 2 channels / 10k runs on Free; 20 / 100 / 20 / 1M on Pro); Stripe integration ready behind STRIPE_SECRET_KEY
  • +30-test integration suite — node:test covering auth, ingest, alerts, stats, and plan limits; each suite runs in an isolated org
AgentPulse v0.1.0 New product June 2026
New
  • +Live dashboard — real-time metrics for active runs, success rate, avg latency, and throughput with 30-min interval charts
  • +Agent fleet — card grid with per-agent status, success rate, latency, and run count; filterable by status
  • +Runs list — paginated table of all executions with status, duration, trigger source, and token cost
  • +Run detail — step-by-step execution trace with per-step timing, token usage, cost breakdown, and error context
  • +Authentication — login/logout and change-password flows; protected routes
  • +Dark slate-900 sidebar with user panel, initials avatar, and change password shortcut
v0.5.0 Latest June 2026
New
  • +Extract from Document — upload Word, PDF, or Markdown and AI splits it into validated KB YAML files with a per-file preview before saving
  • +ReportPortal integration — push test results to ReportPortal per product from the dashboard config
  • +SMTP email notifications — configurable outbound email (Zoho defaults) with per-product override
  • +Notification bell — per-user unread badge with type icons and 60 s live poll in the dashboard header
  • +App Explorer dedicated output tab — crawl results separated from the KB Files tab for clarity
  • +Per-test detail panel in Test Runs — expandable traceback, screenshot thumbnail, browser console log, API log, and Playwright trace download per test
  • +System Logs page — rotating log viewer for master admins
  • +Service Registry webhook and manifest source modes — CI/CD can POST change reports; monitor works air-gapped with no git credentials
Improved
  • ~Billing page accessible to all product admins — cancel and reactivate subscription flow added
  • ~Visual Regression — View button for individual baseline screenshots in Baselines tab
  • ~Product delete — four independent scope checkboxes (runs, KB, docs, scripts) for selective cleanup
  • ~Pipeline Retry button for failed jobs with same product/domain/feature/increment settings
  • ~Doc generation history — generation provenance (added/removed TC counts, timestamp, increment file) per test case doc
Fixed
  • !SPA routes no longer misclassified as API endpoints in DocReview and ScriptReview
  • !Orphaned pending activity log entries now resolved on pipeline job failure or timeout
  • !Coverage webhook queue no longer clobbered on double-push (per-SHA queue files)
v0.4.0 May 2026
New
  • +Animated product walkthrough on landing page (4-step KB → Generate → Run → Dashboard)
  • +Platform feature pages: Test Plans, Test Runs, Quality Dashboard, Agent Activities, Human Approvals
  • +Integration logos bar on homepage (GitHub Actions, GitLab CI, Jenkins, Jira, Slack, Playwright)
  • +Pricing page with Starter / Pro / Enterprise tiers
  • +FAQ section with accordion UI
Improved
  • ~Navigation rebuilt with full link structure and Sign in / Get started CTAs
  • ~Footer expanded to multi-column with Product, Resources, Company sections
  • ~Hero trust bar: "No credit card required · Set up in under 10 minutes · Works with your existing CI/CD"
v0.3.0 April 2026
New
  • +Module detail pages for all 8 testing modules with animated capability demos
  • +Scroll-reveal animations and motion workflows across the site
  • +Live pipeline cycling animation in hero dashboard preview
  • +Counter animations for dashboard stats (test runs, agents, functions)
Improved
  • ~Hero dashboard preview replaced static mockup with live-animated pipeline widget
  • ~Module cards now link to dedicated detail pages
v0.2.0 March 2026
New
  • +Converted to SaaS landing page with product-first messaging
  • +Platform section covering 5 dashboard features
  • +Self-healing locator strategy visualisation (3-tier diagram)
  • +AI agent grid listing all 10 post-suite agents
Fixed
  • !Correct agent list — removed duplicate entries, aligned with actual codebase
v0.1.0 Initial release February 2026
New
  • +Initial public website at sentinelflux.in
  • +8 testing module descriptions: REST/GraphQL, Web UI, Security (VAPT), Performance, Accessibility, API Contract, Visual Regression, Bug Tracker
  • +Early access request flow
  • +Live dashboard at app.sentinelflux.in