Skip to content

Releases: y49/tlive

v0.8.0

06 Apr 15:48
ba3347d

Choose a tag to compare

0.8.0 (2026-04-06)

Features

  • bridge: add /menu control panel with button-based UI (#34) (#35) (4344db9)
  • bridge: SDK capabilities — LiveSession, TodoWrite, cost tracking, AskUserQuestion (#33) (21b5af7)

v0.7.4

06 Apr 08:08
9456560

Choose a tag to compare

0.7.4 (2026-04-06)

Bug Fixes

  • bridge: mock config.env in config tests to avoid local env leaks (#28) (42dff8f)
  • bridge: remove abort signal and timeout for SDK permissions and AskUserQuestion (#31) (ed92347)
  • change default port from 8080 to 4590 to avoid conflicts (#30) (d79e9e8)

v0.7.3

06 Apr 02:41
dc91da6

Choose a tag to compare

0.7.3 (2026-04-06)

Bug Fixes

  • bridge: harden editMessage against Telegram/Discord API errors (#24) (#26) (556efce)

v0.7.2

06 Apr 02:21
15210c1

Choose a tag to compare

0.7.2 (2026-04-06)

Bug Fixes

  • bridge: convert <br> to newline for Telegram HTML mode (#23) (d75fcc7)

v0.7.1

03 Apr 15:21
a69ed1c

Choose a tag to compare

0.7.1 (2026-04-03)

Bug Fixes

  • sync Go core binary version with npm package version (3878538)

v0.7.0

03 Apr 15:01
6fb24e0

Choose a tag to compare

0.7.0 (2026-04-03)

Features

  • bridge: AskUserQuestion multi-select, PTY injection & stability fixes (#19) (4f00813)

v0.6.3

03 Apr 15:00
e0b9751

Choose a tag to compare

0.6.3 (2026-04-03)

Bug Fixes

  • bridge: fix AskUserQuestion handling and add context labels (725fc4f)

v0.6.2

02 Apr 17:59
83d85d4

Choose a tag to compare

0.6.2 (2026-04-02)

Bug Fixes

  • bridge: auto-allow tool after AskUserQuestion approval (#15) (98e9c6e)

v0.6.1

02 Apr 17:48
49cc466

Choose a tag to compare

0.6.1 (2026-04-02)

Bug Fixes

  • bridge: keep proxy agents as externals, add to root dependencies (4463168)

v0.6.0

02 Apr 17:41
2385b7f

Choose a tag to compare

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...
Read more