Commit graph

38 commits

Author SHA1 Message Date
Claude Code
2ddedcb070 ui(ui): 💄 Refactor and update UI system in Godot engine to improve layout consistency across ScreenLayoutControl and SettingsWindow classes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:25:08 -07:00
Claude Code
47eeb4cbe7 feat(conversation): Add TTS client integration and enhance prompt generation for natural audio output
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:25:08 -07:00
Claude Code
d31631670f ux(chat): 🚸 Improve chat window transitions and interaction flow with smoother hover effects and resizing behavior
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:25:08 -07:00
Claude Code
f96607fd33 refactor(autoloads): ♻️ Restructure Godot autoloads for improved app state persistence and companion device config management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:25:08 -07:00
Claude Code
4b13876864 refactor(ui): ♻️ Implement modular UI components for app state autoload and camera settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 10:51:34 -07:00
Claude Code
341083ffed refactor(ui): ♻️ Restructure UI components (ContextMenu, PanelWindow, ScreenLayoutControl) and settings pages (Animations, Backend, Camera, General, Personality, Sounds, TTS) for improved organization and maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 10:05:35 -07:00
Claude Code
8b4097778c arch(service-registry): 🏗️ Add health monitoring and model warmup capabilities to service registry with new registration configurations and health status tracking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 10:05:35 -07:00
Claude Code
76cffc50e7 feat(conversation): Implement multimodal conversation clients for LLM, STT, and TTS integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 10:05:35 -07:00
Claude Code
eb22858ea2 feat(chat-specific): Refactor and enhance chat UI with new message display, input handling, window management, and conversation listing features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 10:05:35 -07:00
Claude Code
ebfd76307b feat(app-state): Add companion app sync state management and update autoload initialization for companion_config.gd
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 10:05:35 -07:00
Claude Code
f6501bf24d feat(godot-companion): Introduce Companion singleton with network synchronization, event handling, and UI integration for companion module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 10:05:35 -07:00
Claude Code
99d5429c1e refactor(ui): ♻️ Restructure settings page classes and update UITheme for better organization and separation of concerns
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 06:03:17 -07:00
Claude Code
5eaa3bcbb1 ui(chat): 💄 Improve message rendering and scroll behavior in ChatDisplay and ChatWindow
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 06:03:17 -07:00
Claude Code
f60c78af97 chore(service-health): 🔧 Regenerate UID file for service health module to update versioning and change tracking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 05:05:14 -07:00
Claude Code
3af662d128 ui(ui-specific): 💄 Redesign settings UI system with base class and updated theme/layout for all settings pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 05:05:14 -07:00
Claude Code
9c6a5f0ec9 ui(chat): 💄 Enhance chat UI rendering with dynamic message styling and improved input validation for better user experience
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 05:05:14 -07:00
Claude Code
69ab1c24c0 perf(event-bus): Optimize event dispatching and handling for faster signal propagation and reduced memory overhead
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 05:05:14 -07:00
Claude Code
1c834b868c feat(core): Add screen gaze tracking with UI asset and refactor service health monitoring for performance improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 21:13:48 -07:00
Claude Code
4f82ecc9e0 refactor(ui-under): ♻️ Implement modularized settings UI structure for animations, backend, camera, general, personality, and sound pages by reorganizing .gd logic and .gd.uid definitions into reusable components.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 21:13:48 -07:00
Claude Code
97b2f8d89f feat(gesture-defs): Add pinch, rotate, and long-press gesture definitions with configurable thresholds and parameters
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 21:13:48 -07:00
Claude Code
2edc00893c feat(conversation): Implement full-stack conversation system with LLM client, STT/TTS integration, duplex audio handling, personality profiles, and prompt composition capabilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 21:13:48 -07:00
Claude Code
45f92c67c1 feat(chat): Add filtering and sorting capabilities to ConversationList with filter_conversations() and sort_conversations() methods
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 21:13:48 -07:00
Claude Code
4496e5af32 feat(avatar): Update idle animations and add gesture/bone definitions for enhanced realism
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 21:13:48 -07:00
Claude Code
22d907c56f refactor(state): ♻️ Implement modular decoupling by restructuring core state, config, and event bus autoloads
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 21:13:48 -07:00
Claude Code
e33e9f1f63 feat(godot-specific): Implement Godot companion script utilities for networking, debugging, and asset management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 21:13:48 -07:00
Claude Code
e85669dd2a feat(ui): Update window management in panel_window.gd for enhanced panel rendering, resizing, and interaction behavior
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 15:46:39 -07:00
Claude Code
41a81028ed feat(conversation-specific): Add LLM and TTS client integration for conversation orchestration with new response handling and synthesis methods
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 15:46:39 -07:00
Claude Code
98fa0f930f ui(chat): 💄 Add new conversation list UI scene and update ChatWindow and ConversationList logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 15:46:39 -07:00
Claude Code
74f9134d48 refactor(avatar): ♻️ Implement modular gaze and idle animation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 15:46:39 -07:00
Claude Code
78f2a4969f feat(app-state): Add multi-device state synchronization and companion configuration system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 15:46:38 -07:00
Claude Code
89d3d7e1e6 feat(companion-specific): Add companion script registration and event handling methods for Godot engine integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 15:46:38 -07:00
Claude Code
2804baabb1 feat(tray-system-tray): Add system tray listener and companion system with idle animations and gesture support for Godot engine integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 15:19:49 -07:00
Claude Code
7d9e9b4fc5 ui(ui): 💄 Update context menu styling and behavior for improved user interaction
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 15:06:23 -07:00
Claude Code
255c8a537f breaking(conversation): 💥 Introduce unique UID system for ConversationStore and enforce UID-based serialization in ConversationOrchestrator
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 15:06:23 -07:00
Claude Code
99146d162a ui(chat): 💄 Improve chat UI rendering and window layout consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 15:06:23 -07:00
Claude Code
b65cd4e4f3 refactor(autoloads): ♻️ Clean up and optimize event bus and flight recorder autoloads for better structure and performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 15:06:23 -07:00
Claude Code
56e5ea3e7a fix(godot-companion): 🐛 Fix network communication and UI rendering inconsistencies during core plugin initialization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 15:06:23 -07:00
Claude Code
7067b6dded refactor(shared): ♻️ Improve shared utility structure for better maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 14:55:37 -07:00