Skip to content

TITAN v1.0.0 — First Stable Semver Release

Choose a tag to compare

@Djtony707 Djtony707 released this 04 Apr 10:35
· 633 commits to main since this release

TITAN v1.0.0

TITAN goes semver. This is the first stable release under proper semantic versioning, replacing the 2026.10.XX date-based scheme. All prior versions are deprecated.

Install

npm install titan-agent@1.0.0

Highlights

  • Paperclip Integration — Full agent governance: types, API client, routes, and 14 Command Post UI components
  • Provider Error Recovery — Circuit breaker pattern, exponential backoff retry, automatic fallback chain
  • Multi-Agent Architecture — Async sub-agent execution via Command Post, inter-agent communication with inbox/wakeup system
  • PostgreSQL Storage — Full persistence layer with migrations, JSON fallback, budget/reservation tracking
  • CI/CD Pipeline — GitHub Actions with Node 20/22/24 matrix, coverage, Dependabot, Docker GPU builds
  • Zero Vulnerabilities — 0 npm audit issues, 0 Dependabot alerts

What's New Since 2026.10.68

Added

  • Paperclip integration (types, API client, gateway routes, 14 Command Post UI components)
  • Provider error recovery (circuit breaker, exponential backoff, fallback chain)
  • Mesh transport routing (next-hop resolution, route broadcast, loop detection)
  • Agent wakeup system (heartbeat inbox, async task delegation)
  • PostgreSQL storage module (StorageProvider, migrations, JSON fallback)
  • Cost estimator and heartbeat scheduler
  • External adapters (HTTP, lifecycle, process)
  • CI/CD pipeline (GitHub Actions, Node 20/22/24, Docker GPU, Dependabot)
  • Docker multi-stage build with GPU support and health checks
  • 5 developer example projects
  • 124 new smoke tests
  • Cloud model bypass for OpenRouter parallel processing
  • Mission Control mobile-responsive redesign

Fixed

  • 38 TypeScript compilation errors from prior agent commits
  • Cloud model tool looping (phase separation)
  • Gateway shutdown cleanup
  • DeepSeek XML tool parsing
  • All npm vulnerabilities (brace-expansion, path-to-regexp)
  • All 13 Dependabot alerts (MCP SDK, dompurify, lodash, picomatch, flatted)

Changed

  • Versioning migrated from 2026.10.XX to semver 1.0.0
  • Mandatory QA gate: Coder → QA Tester → CEO + Board approval
  • Agent workspace security lockdown (no credentials, shell guards, read-only git configs)

Stats

Metric Value
Providers 36 (4 native + 32 OpenAI-compatible)
Skills 100+ loaded
Tools ~195 across 100+ skills
Channels 15
Tests 4,430+ across 140 files
npm vulnerabilities 0
Dependabot alerts 0

Contributors

Built by Tony Elliott (@Djtony707) with contributions from the Paperclip AI agent team:

  • Backend Engineer, Full Stack Engineer, Founding Engineer (core features)
  • DevOps Engineer (CI/CD, Docker)
  • Frontend Engineer (Mission Control UI)
  • Protocol Engineer (mesh transport, inter-agent comms)
  • QA Engineer (smoke tests)
  • Research & Strategy Analyst (competitive analysis)
  • Documentation Engineer, Developer Relations Manager (docs, examples)

Full changelog: CHANGELOG.md