Changelog

Version history and release notes for the IntentEmoji specification, API, SDKs, and browser extension.

March 25, 2026
v1.0.0

Initial release.

Specification

  • Published the IntentEmoji v1.0 specification defining three emoji positions: preload, postload, and inline
  • Defined six style profiles: casual, professional, technical, marketing, educational, and ai_output
  • Established the Preload Principle as the core thesis for intentional emoji placement
  • Published density ranges and preload ratio targets for each profile
  • Defined semantic congruence requirements

API

  • Launched four endpoints: /v1/enhance, /v1/analyze, /v1/reposition, /v1/suggest
  • Free tier: 500 requests/month
  • Pro tier: 10,000 requests/month
  • Enterprise tier: Unlimited requests with custom SLA
  • Sub-2-second response times with aggressive caching

SDKs

  • Released intentemoji npm package (JavaScript/TypeScript) with full type definitions
  • Released intentemoji PyPI package (Python) with sync and async clients
  • Both SDKs include automatic retry, local caching, and offline fallback
  • React component library included in the JavaScript package (intentemoji/react)

Browser Extension

  • Released for Chrome and Firefox
  • Read Mode: Analyzes any web page for emoji placement quality with visual overlay
  • Compose Mode: Real-time emoji enhancement in any text field on the web
  • Keyboard shortcut support (Cmd/Ctrl+Shift+E)
  • Local caching and privacy-first design

AI Prompt Module

  • Published the IntentEmoji system prompt block for LLM integration
  • Tested with OpenAI GPT-4o, Anthropic Claude Sonnet 4, Google Gemini 2.0 Flash
  • Released @intentemoji/benchmark package for measuring model compliance
  • Published baseline benchmark results for major models

Documentation

  • Published full documentation site at intentemoji.com/docs
  • Includes API reference, SDK guides, extension guide, AI integration guide, and research citations