Skip to content

nfemmanuel/iranti

v0.3.40 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Affected surfaces

auth

Summary

AI summary

Fact‑count milestones now correctly read the real database count.

Full changelog

What's new

Feedback collection system (Phases 1–5)

iranti feedback CLI command — one-keypress satisfaction signal from the terminal. Anonymous persistent UUID, 7-day throttle, offline fallback queue. Runs iranti feedback --type bug|praise|suggestion|general.

Telemetry receiver — Vercel serverless function at api.iranti.dev/feedback backed by Supabase. All submissions land in a private feedback table; service key only, no public read.

Session-stats tracking — every iranti_handshake now increments .iranti/session-stats.json (total sessions, unique hosts, timestamps). Passive signal — no active user action needed.

Milestone nudgesiranti_handshake injects a feedbackNudge field on first use, session milestones (10/25/50), cross-host usage (2/3 hosts), and fact-count milestones (25/50/100/250/500). Each milestone fires once; suppressed for 30 days after any feedback submission.

Friction detectoriranti_attend counts write-debt gate blocks per session. After 3 blocks, the next successful attend includes a frictionNudge to prompt feedback.

Bug fix

factCount wired into milestone system — fact-count milestones now query the real DB count instead of always receiving 0.

Commits since v0.3.39

  • feat(feedback) — Phase 1: iranti feedback CLI command
  • feat(feedback) — Phase 3 + Phase 5: session-stats, milestone nudges, friction detector
  • fix(feedback) — wire real factCount into computeFeedbackNudge via DB query
  • chore(release) — bump to v0.3.40
  • fix(release) — bump Python client + remove uncommitted extension import

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track nfemmanuel/iranti

Get notified when new releases ship.

Sign up free

About nfemmanuel/iranti

Persistent shared memory for AI coding agents. Stores facts as `entity/key/value` triples with hybrid semantic search, task checkpoints, and conflict resolution — shared across Claude Code, Codex CLI, and GitHub Copilot.

All releases →

Related context

Beta — feedback welcome: [email protected]