Releases: y49/tlive
Releases · y49/tlive
v0.8.0
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.3
v0.6.2
v0.6.1
v0.6.0
0.6.0 (2026-04-02)
Features
- add --runtime flag to tlive start, update CLI help with all IM commands (83341e7)
- add /model, /settings commands and upgrade Codex provider to SDK types (223e12b)
- add /runtime command for per-chat provider switching (claude|codex) (29c5329)
- add /ws/status WebSocket for real-time status updates (94b8fbe)
- add 250ms conditional tool delay buffer to TerminalCardRenderer (b85101b)
- add 60s permission timeout fallback reminder (4d753fc)
- add ANSI stripping utility for terminal output processing (72f36f5)
- add base channel adapter with self-registration pattern (6f7c46a)
- add Bridge config loader with env file and env var support (6b5074a)
- add Bridge DI container (BridgeContext) (840f6ec)
- add Bridge logger with secret redaction (24471fe)
- add Bridge Manager orchestrator with adapter routing (1dec890)
- add bridge registration and heartbeat API endpoints (67c1b5f)
- add Claude Code SKILL.md with setup wizard and subcommands (ca05eb6)
- add Claude SDK provider with CLI fallback (a4b871a)
- add ClaudeAdapter — SDKMessage to CanonicalEvent mapping with thinking/hidden/subagent support (1178994)
- add CLI run command with PTY, WebSocket, and notification wiring (af43592)
- add CLI validation, auth errors, env isolation, stderr capture, status file, cleanup debug logs (37a3c4b)
- add Codex provider — multi-runtime support via CanonicalEvent adapter (62a89d6)
- add Confidence field to NotifyMessage and vary notifier formatting (652745b)
- add config module with TOML loading and defaults (836fc78)
- add conversation engine and channel router (5be1e5f)
- add CoreClient for Bridge-to-Core HTTP/WS communication (820afeb)
- add cross-platform Node.js hook scripts (.mjs) (5e2bc70)
- add delivery layer with chunking, retry, and rate limiting (ef5d920)
- add Discord channel adapter (648941f)
- add Discord embed support and fix interaction acknowledgment (0bdc33c)
- add Docker deployment files (c7f90e2)
- add download progress bar to postinstall binary download (ab32384)
- add dual timeout config and custom pattern support (8b7d24a)
- add dynamic session whitelist to PermissionCoordinator (87b4e81)
- add Feishu CardKit native streaming for smoother real-time rendering (bda623f)
- add Feishu channel adapter with interactive cards (e341fdc)
- add Feishu webhook notifier with interactive card (3fb96ae)
- add generator framework with Claude Code adapter (54d3fb8)
- add git status API endpoint (b0c09b7)
- add hook pause/resume — toggle via CLI (tlive hooks pause/resume) or IM (/hooks pause/resume) (2c60bc2)
- add hooks permission system — local Claude Code → Go Core → IM approval (5abd06f)
- add HTTP server with session API and WebSocket handler (a7efba5)
- add Hub broadcast center with register/unregister/input (5301c2d)
- add IM permission system, command passthrough, and SDK optimizations (5645e3f)
- add image/media sending support for all platforms (cb81eb5)
- add JSON file store with atomic writes and memory cache (d789149)
- add JSON-RPC protocol types for daemon IPC (32c74ba)
- add LLM provider interface and SSE utilities (83e6137)
- add lock file utilities for shared daemon discovery (711379a)
- add Markdown IR rendering for Telegram, Discord, and Feishu (d5122b5)
- add MessageRenderer with compact status line display (3f7dff2)
- add NotificationStore for capped notification history (3bfe9bf)
- add notifier interface and WeChat webhook implementation (f6137c4)
- add npm package config, CLI entry point, and postinstall binary download (caf88f0)
- add output classifier for terminal line categorization (fb9cd6d)
- add per-platform styling for stream responses and command output (f6b5a42)
- add permission broker for IM approval cards (a728895)
- add permission gateway with timeout and deny-all (a0632d8)
- add platform-aware notification formatter (71ff608)
- add platform-aware permission card formatter (8aa1105)
- add preuninstall cleanup, fix postinstall version hoisting bug (1c9aa34)
- add process management and diagnostics scripts (e10a866)
- add proxy support for Telegram and Discord (8cd7508)
- add proxy utility module with Node and undici agent factories (93feafd)
- add PTY manager with Unix backend and Windows stub (8acf7ed)
- add reaction-based status indicators (processing/done/error) (4c1289b)
- add real-time status bar to Web UI dashboard (9295757)
- add scoped token API for secure IM web links (3625c47)
- add sensitive content redaction filter — API keys, tokens, passwords, private keys (e7e347d)
- add session create/delete API endpoints on daemon ([eefe396](eefe396...