Add services: list, log viewer, and stop action#54
Closed
mcintyre94 wants to merge 1 commit intomainfrom
Closed
Conversation
- List services per sprite via GET /v1/sprites/{name}/services
- iPhone: inline "Services" section at the bottom of Overview tab
- iPad/Mac: dedicated "Services" sidebar entry with full ServicesView
- Tap any service to stream its logs live (stdout/stderr, color-coded)
- Stop service with confirmation dialog, from list swipe/context menu or detail toolbar
- Cross-references chat service names for friendly display names
- Enriched ServiceInfo model with cmd, args, httpPort, needs, pid, startedAt
- 5 new unit tests for ServiceInfo decoding
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner
Author
|
Closing for now — the underlying API methods (listServices, streamServiceLogs, deleteService) were removed in #102 when Claude execution switched from services to exec sessions. Services are less relevant now that Wisp doesn't create them. Can be revisited if a services UI becomes a priority again. |
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
ServicesViewpanelstreamServiceLogswith stdout (white) / stderr (orange) colour-coding and auto-scrollwisp-claude-abc123ef)Model changes
ServiceInfoenriched withcmd,args,httpPort,needs,pid,startedAtto match the full list/get API responseIdentifiable+Hashableconformance fornavigationDestinationNew files
ServicesViewModel— loads service list, tracks display names, handles stopServicesView— full list for iPad/Mac sidebarServiceDetailView— live log stream + stopServiceRowView— reusable row with status dot and cmd/port infoTest plan
ServiceTypesTests— 5 newServiceInfodecode tests)🤖 Generated with Claude Code