We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: add trusted proxy and configurable rate limit documentation Add TMI_TRUSTED_PROXIES and TMI_RATELIMIT_PUBLIC_RPM to Configuration Reference. Update Tier 1 to configurable=true in API Rate Limiting. Add Trusted Proxy Configuration section with deployment examples. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: add Timmy rate limiting tier, remove DB schemas and changelog Add Tier 6 (Timmy AI Chat) with per-user, per-TM, and server-wide LLM rate limits. Remove database schemas, implementation status, internal Go code, version header, and changelog. Reference new issues #234 and #235 for partial rate limiter implementations. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: rename invocation_id to delivery_id and update webhook headers (#194) Updates wiki pages to reflect unified webhook delivery headers (X-Webhook-Delivery-Id replaces X-Invocation-Id, X-Addon-Id removed, User-Agent unified to TMI-Webhook/1.0) and the invocation_id to delivery_id rename. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: integrate verified documentation from TMI repository Migrated and updated wiki pages with verified content from 66 docs: Updated pages: - Testing.md: CATS fuzzing, coverage reporting, false positives - Architecture-and-Design.md: User identification, authorization rules - Database-Schema-Reference.md: Redis patterns, GORM migration info - API-Integration.md: OAuth token delivery, PKCE implementation - Setting-Up-Authentication.md: SAML, environment configuration - WebSocket-API-Reference.md: Collaboration protocol updates - API-Rate-Limiting.md: Corrected quota defaults - Deploying-TMI-Server.md: Updated deployment procedures - Database-Operations.md: Heroku operations, schema management - And 15+ other pages with corrections and enhancements New pages: - Principal-Based-Identity-Migration.md - WebSocket-Test-Harness.md Key corrections applied: - OAuth provider references: idp=test -> idp=tmi - Framework: Echo -> Gin - Health endpoint: /version -> / - Default quotas aligned with source code - Migration system: SQL files -> GORM AutoMigrate Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add comprehensive API rate limiting documentation to wiki - Created new API-Rate-Limiting.md page with detailed specification - Updated API-Overview.md with rate limiting strategy overview - Updated API-Specifications.md to reference rate limiting - Updated REST-API-Reference.md with rate limiting section - Added API Rate Limiting to sidebar navigation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>