feat: add configurable network interface binding#7
Open
zdenek-stursa wants to merge 4 commits intodisler:mainfrom
Open
feat: add configurable network interface binding#7zdenek-stursa wants to merge 4 commits intodisler:mainfrom
zdenek-stursa wants to merge 4 commits intodisler:mainfrom
Conversation
- Add SERVER_HOST and SERVER_PORT environment variables for flexible server binding - Support binding to specific interfaces (localhost, 0.0.0.0, custom IPs) - Add client configuration via VITE_SERVER_HOST and VITE_SERVER_PORT - Create centralized configuration module for client - Update all API and WebSocket connections to use dynamic configuration - Enhance start script to handle network configuration intelligently - Add comprehensive documentation and examples - Maintain backward compatibility with existing setups - Fix minor TypeScript warnings Enables deployment in various network configurations: - Development: localhost (default, secure) - Team collaboration: 0.0.0.0 (network-wide access) - Production: custom IP addresses 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Reduce header height by 40% and minimize padding throughout UI - Remove "Connected" text, show only status dot with tooltip - Minimize "Agent Event Stream" heading to small "Event Stream" label - Optimize EventTimeline, EventRow, FilterPanel, and LivePulseChart spacing - Hide events counter on mobile for cleaner layout - Replace bright blue header with subdued gray gradient for dark theme - Improve mobile layout with optimized button placement and alignment - Maintain all functionality while maximizing content display space 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
wolfiesch
added a commit
to wolfiesch/claude-code-hooks-multi-agent-observability
that referenced
this pull request
Dec 9, 2025
…d timestamps Add comprehensive payload UI improvements: Error Field Highlighting (disler#7): - Visual red border and warning icon (⚠️ ) for error fields - Smart detection of error keywords (error, failure, failed, exception, fault) - Highlights fields with error values or failure indicators - Added tool_result.error to PostToolUse priority fields Timestamps with Relative Time (disler#8): - Display relative time ("2m ago", "5h ago") for quick scanning - Show absolute time in PST/PDT with timezone abbreviation - Format: "15s ago (Dec 8, 2025, 03:15:42 AM PST)" - Uses America/Los_Angeles timezone throughout Also includes from previous work: - Visual diff display for repeated tool outputs (disler#3) - Persistent collapsed state via localStorage (disler#6) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
environment variables
Features Added
binds to
apps/client/src/config.tsUse Cases
localhost(default, secure)0.0.0.0(network-wide access)Test Plan
🤖 Generated with Claude Code