Product Changelog

Track our journey building calm AI for focused teams. New features, improvements, and fixes.

Oct 21October 21, 2025

Search Security & Codebase Simplification

FIX

Token authentication added to gRPC search calls for secure organization access validation

IMPROVED

PKCE verification success security event type added for enhanced authentication tracking

IMPROVED

AI context generation feature removed to simplify codebase and reduce maintenance overhead

IMPROVED

Retrieval of existing AI context remains available via MCP and API endpoints

Oct 19October 19, 2025

Timezone Support for Check-ins

NEW

Per-check-in timezone configuration for accurate notification scheduling

NEW

Timezone selector with 50+ common timezones organized by region

IMPROVED

Check-in notifications now respect user-specified timezone instead of server UTC

IMPROVED

Automatic daylight saving time handling for recurring check-ins

IMPROVED

Timezone validation using IANA timezone database

Oct 18October 18, 2025

Check-ins System & Workunit Improvements

NEW

Complete check-ins system for team status updates and async communication

NEW

Automated check-in scheduling with daily, weekly, biweekly, and monthly frequencies

NEW

Check-in subscriber management and notification system

NEW

Check-in responses with markdown support and search integration

NEW

Check-in worker for automated scheduling and email notifications

NEW

Check-in guide with comprehensive documentation

NEW

Draft status for workunits to support work-in-progress planning

NEW

Proactive token refresh middleware for seamless authentication

NEW

Won't Do task status for explicitly tracking abandoned tasks

IMPROVED

Structured logging with charmbracelet/log replacing standard logging

IMPROVED

Enhanced validation for check-in forms and scheduling parameters

IMPROVED

Organization access control for check-in services

IMPROVED

HTMX support for check-in response updates and deletions

IMPROVED

Avatar component consolidation across views

IMPROVED

Task pagination limit increased with accurate total count calculation

IMPROVED

UTF-8 rune counting for accurate string length validation

IMPROVED

Task analytics now track and display Won't Do tasks separately

FIX

UUID normalization now case-insensitive for PostgreSQL compatibility

Oct 12October 12, 2025

Authentication & Security Hardening

NEW

Secure password reset flow with time-limited tokens

NEW

OAuth PKCE validation and enhanced authorization flows

NEW

Automatic token refresh and session cleanup

NEW

Redis integration for caching and rate limiting

IMPROVED

Enhanced security for token validation and rotation

IMPROVED

Authorization checks across all resources

IMPROVED

Structured logging with charmbracelet/log

FIX

OAuth client lookup and auth configuration alignment

Oct 10October 10, 2025

Documentation Guides & Community Links

NEW

Quick Start guide with step-by-step onboarding

NEW

AI Features guide documenting AI-powered capabilities

NEW

Managing Assets guide with comprehensive asset type documentation

NEW

Best Practices guide for team workflows

IMPROVED

GitHub links updated to use discussions for community engagement

Oct 9October 9, 2025

Icon System Consolidation & Email Verification

IMPROVED

Consolidated 90+ inline SVG icons into centralized Icon component system

IMPROVED

Extended Icon component from 27 to 45 icons with consistent patterns

IMPROVED

Created comprehensive icon usage guide for developers

IMPROVED

Type-safe icon system with compile-time validation

NEW

Email verification system with token generation and validation

NEW

Rate limiting for verification requests using Redis

NEW

Resend verification functionality with IP-based rate limiting

NEW

Email templates for verification and welcome messages

IMPROVED

Organization-specific member listings for better security

IMPROVED

Sorted distribution keys in analytics for consistent ordering

FIX

Task statistics query accuracy using correct workunit_id

FIX

Footer link to point to correct about page

Oct 8October 8, 2025

Notification System & Web Push

NEW

Comprehensive notification system with email and push support

NEW

Real-time notification dropdown with unread count tracking

NEW

Web push notifications with service worker integration

NEW

Notification preferences management for email and push channels

NEW

Flash message system for user feedback

NEW

Notification triggers for tasks, workunits, and organization events

IMPROVED

Database migrations with performance-optimized indexes

IMPROVED

Mock notification senders for development and testing

IMPROVED

Comprehensive notification documentation and testing guides

Oct 7October 7, 2025

Task Dependencies & Validation

NEW

Task dependency management system with 'depends_on' relationships

NEW

Circular dependency detection and validation

NEW

Multi-select UI for managing task dependencies in forms

NEW

Dependency visualization in task and workunit views

IMPROVED

Simplified dependency model (removed redundant 'blocks' field)

IMPROVED

Enhanced error handling for dependency validation

Oct 6October 6, 2025

MCP Search, AI Context & Status Management

NEW

Unified MCP search functionality across workunits, tasks and assets

NEW

AI context writing support for LLMs to preserve insights and reasoning

NEW

Workunit status management with smart routing (complete/archive)

NEW

Multi-LLM collaboration product messaging updates

NEW

Search ID pattern matching for partial UUID queries

NEW

Workunit ID in search results for task navigation

NEW

User menu component with dropdown for desktop navigation

NEW

Clickable asset names with hover effects

IMPROVED

Documentation for getting workunit AI context

IMPROVED

Privacy policy service provider updates

IMPROVED

Form field heights and layout spacing adjustments

Oct 5October 5, 2025

Asset Type-Specific Features & HTMX

NEW

Type-specific field handling for assets (Products, Systems, People, Knowledge)

NEW

HTMX support for asset delete and bulk actions

IMPROVED

Simplified JSON schema descriptions with type-specific asset details

IMPROVED

Full paths for gofumpt and templ in docker-compose

FIX

Search query parameter changed from 'search' to 'q'

Oct 4October 4, 2025

Asset System Expansion & Documentation

NEW

Type-specific asset views and protocol buffer updates

NEW

Type-specific asset handlers with shared utilities

NEW

Enhanced asset search and card layout

IMPROVED

Comprehensive documentation for development workflow

IMPROVED

Task orchestration and agent delegation guidelines

Oct 3October 3, 2025

Guides, OAuth & Markdown Processing

NEW

MCP integration guide with route and layout

NEW

Inline markdown content support for knowledge assets

NEW

Markdown processing utilities with field length limits

NEW

OAuth refresh token grant type handling

NEW

Handler to get authenticated user details

IMPROVED

Guide styling improvements (margin cleanup)

FIX

Markdown stripping from problem statement in workunit view

Oct 2October 2, 2025

Batch Operations & Security

NEW

Form component with automatic CSRF token injection

NEW

Batch operations and enhanced workunit details

NEW

Batch retrieval endpoints for assets and tasks

NEW

OAuth refresh token replay protection and auto-refresh

NEW

CSRF validation skip for OAuth public API endpoints

IMPROVED

Responsive padding improvements in layouts and navigation

IMPROVED

Workunit asset management documentation

Oct 1October 1, 2025

PWA, SEO & Product Pages

NEW

Progressive Web App (PWA) support with service worker

NEW

Product section with pricing, features, apps, changelog and status pages

NEW

Support, guides, privacy and terms pages

NEW

CSS versioning for cache busting

NEW

Meta tags and favicons for SEO and branding

IMPROVED

Responsive navigation design and button styling

IMPROVED

Safe area padding for mobile devices

IMPROVED

Switch statements replacing if-else chains for cleaner code

IMPROVED

JavaScript bundling and minification in build process

IMPROVED

Favicon assets update with simplified SVG

Sept 30September 30, 2025

Edit Functionality & Invitations

NEW

Organization invitation system with email templates

NEW

Workunit edit form and handler

NEW

Task edit functionality with improved form components

NEW

Field mask support for update operations

NEW

MCP update tools for assets, workunits and tasks

NEW

User-specific listing endpoints with filtering for workunits/tasks

NEW

Organization name and invitation support for signup

IMPROVED

Development tools and formatter service updates

IMPROVED

Tailwind class ordering for consistent styling

IMPROVED

API client access and variable initialization simplification

FIX

Templ binary and generate step in Dockerfile

FIX

HTMX request redirect handling after asset update

FIX

Actual team member count fetching on homepage

Sept 29September 29, 2025

Analytics, Logging & gRPC Client

NEW

Comprehensive gRPC client implementation

NEW

Comprehensive logging middleware with request IDs

NEW

Asset service client and create asset handler

NEW

Link component integrated with headings

NEW

Task counts in workunit listing

IMPROVED

PostgreSQL image upgrade from 16 to 18-alpine

IMPROVED

Activity item sorting with time.Time field

IMPROVED

Workunit card spacing improvements

FIX

Link asset request construction in CreateWorkunit

FIX

Actual task count display in workunit card

FIX

Asset error handling and list initialization

Sept 28September 28, 2025

UI Cleanup & Client Implementation

NEW

Comprehensive gRPC client implementation

IMPROVED

Templ file formatting and cleanup

Sept 26September 26, 2025

Pagination, Analytics & Database Seeder

NEW

Interactive database seeder for development

NEW

Pagination for assets and workunits lists

NEW

Comprehensive analytics for assets, workunits and tasks

NEW

Clickable user names with profile links throughout UI

IMPROVED

Development guidelines documentation updates

IMPROVED

Test password generation in seeder

Sept 24September 24, 2025

Search & Dependencies

NEW

Unified search functionality

IMPROVED

Updated a-h/templ dependency

Sept 22September 22, 2025

OAuth & MCP Foundation

NEW

MCP-specific OAuth discovery and protected resource endpoints

NEW

CORS support and preflight handling in auth middleware

NEW

Response modes support in OAuth discovery metadata

IMPROVED

OAuth compliance improvements for unauthorized responses

IMPROVED

Updated caniuse-lite dependency

Sept 20September 20, 2025

Display Names & Organization Refactor

NEW

Display name management for users

IMPROVED

Organization slug field removal and refactoring

IMPROVED

Session update for display name instead of email

Sept 19September 19, 2025

Task Details & Time Tracking

NEW

Task detail view with comments and time tracking

NEW

Task time logging functionality

NEW

Strongly-typed tool registration system for handlers

Sept 18September 18, 2025

Task Handler Improvements

NEW

Get task handler with optional data retrieval

Sept 16September 16, 2025

OAuth Refinements & Configuration

NEW

WebBaseURL configuration for OAuth endpoints

NEW

Base64 support for OAuth JWT key

IMPROVED

Simplified grant types handling with string arrays

IMPROVED

gRPC client creation updated to use NewClient

IMPROVED

OAuth JWT key parsing debug logging

FIX

Transaction rollback prevention after successful commit

FIX

Duplicate error variable declaration removed

FIX

Default port changed from 8080 to 9000

Sept 15September 15, 2025

OAuth 2.1 Server & Router Improvements

NEW

Secure OAuth 2.1 server with JWT signing

NEW

OAuth 2.1 with device and authorization code flows

NEW

RegisterRoute support for multiple HTTP methods

IMPROVED

Simplified grant types handling in database layer

IMPROVED

MCP server docker setup optimization

Sept 14September 14, 2025

MCP Server Implementation

NEW

MCP server with authentication and comprehensive tools

IMPROVED

Documentation for organization, asset, task, and sync tools

IMPROVED

Fixed missing newlines and dependency updates

Sept 12September 12, 2025

Workspace → Workunit Rename

IMPROVED

Complete rename from workspace to workunit across codebase

Sept 8September 8, 2025

Module Rename & Account Features

NEW

Account settings and analytics functionality

IMPROVED

Consolidated auth error handling and session checks

IMPROVED

Module rename from lazarus to workunit

IMPROVED

Migration from AlyxPink to 3615-computer organization

IMPROVED

MCP server implementation documentation

Stay Updated

Get notified about new features and updates. Join our newsletter or follow us on social media.