Phases 4+5: Instance management UI + channel configuration#3
Open
amtocbot-droid wants to merge 1 commit intousers/krk/20260315_phase3_angularfrom
Open
Phases 4+5: Instance management UI + channel configuration#3amtocbot-droid wants to merge 1 commit intousers/krk/20260315_phase3_angularfrom
amtocbot-droid wants to merge 1 commit intousers/krk/20260315_phase3_angularfrom
Conversation
Phase 4 - Instance Management UI: - InstanceStore: signal-based state, SignalR StatusUpdate wired to live CPU/mem stats, start/stop/restart/delete actions with optimistic updates - InstanceListComponent: card grid with live metric bars (5s refresh via SignalR), start/stop/restart buttons, delete confirm dialog, role guards - InstanceDetailComponent: tabs for Config/Channels/Logs, live stats bar, computed liveStatus/liveStats from store signal, input() id binding - InstanceFormComponent: reactive form with model selector (loads from /api/models/available including Ollama), resource limits, one-time token display after creation - InstanceConfigEditorComponent: Monaco editor (vs-dark, JSON5) with dirty-state banner, reload and save actions - InstanceLogViewerComponent: 10s auto-refresh while running, tail selector (50/200/500), scroll-to-bottom, effect() on isRunning input signal Phase 5 - Channel Configuration UI: - ChannelBase directive: shared saveConfig(), parsedConfig(), saving signal - ChannelConfigComponent: tab container, loads channel configs on init - TelegramConfigComponent: bot token (masked) + allowFrom chip list - DiscordConfigComponent: bot token, guild ID, allowed channel IDs chip list - SlackConfigComponent: app token (xapp-) + bot token (xoxb-) + channel IDs - WhatsappConfigComponent: QR polling loop (3s interval), blob URL display, allowFrom phone numbers, paired/error/idle state machine Co-Authored-By: Claude Sonnet 4.6 <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
Test plan
docker ps, live stats appear in list🤖 Generated with Claude Code