Commit graph

20 commits

Author SHA1 Message Date
Lilith
803f85d102 Fix: Enable blessed tags in ServicePickerModal listBox 2026-01-20 02:32:27 -08:00
Lilith
699ef967d4 Fix: Enable blessed tags in ServicePickerModal listBox for proper color rendering 2026-01-20 02:32:20 -08:00
Lilith
8605856854 1.5.1 2026-01-20 02:17:18 -08:00
Lilith
fb3bb1a467 fix: ServicePickerModal TypeScript errors
- Import ServiceStatus from ServiceList to avoid duplicate export
- Use type assertion for listBox.selected property

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-20 02:17:18 -08:00
Lilith
9d89ec2183 1.5.0 2026-01-20 02:16:21 -08:00
Lilith
c16477b18b chore(widgets): 🔧 Update widget service list and related files 2026-01-20 02:15:23 -08:00
Lilith
441ed7a61e 1.4.1 2026-01-20 02:02:12 -08:00
Lilith
f23a804f2d feat(ServiceList): Add service-level selection and 'available' status
- Add 'available' service status type for services that can be started
- Support service-level selection in addition to feature-level selection
- Add selectionMode toggle between 'feature' and 'service'
- Add getSelectedService() and navigateService() methods
- Update rendering to show service-level selection with inverse highlighting
- Add blue color and hollow circle symbol for available services

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-20 02:02:12 -08:00
Lilith
18d63098fd chore(widgets): 🔧 Add health monitoring metrics display to ProgressPanel component 2026-01-20 01:36:35 -08:00
Lilith
fc624b6ec8 deps-upgrade(project): ⬆️ Update project dependencies to latest versions 2026-01-20 01:36:35 -08:00
Lilith
a645d12dc0 chore(widgets): 🔧 Implement blessed extension system with InteractionManager integration 2026-01-20 01:19:14 -08:00
Lilith
ed8be21b68 deps-upgrade(dependencies): ⬆️ Update React to 18.3.0 2026-01-20 01:19:13 -08:00
Lilith
a09f75e94a feat(interactions): Introduce InteractionManager to coordinate widget interactions, enhance HealthMonitor health checking, improve LogViewer functionality, and add service management capabilities in ServiceList 2026-01-20 01:13:27 -08:00
Lilith
759f22b8e9 chore(widgets): 🔧 Enhance LogViewer and ServiceList with improved filtering/sorting options 2026-01-20 01:07:53 -08:00
Lilith
25de1e772d chore(deps): ⬆️ Upgrade project dependencies in package.json 2026-01-20 01:07:53 -08:00
Lilith
1837cd45bf chore(widgets): 🔧 Update TypeScript files in widgets 2026-01-20 01:02:26 -08:00
Lilith
dc92ef731b chore(interactions): 🔧 Add interaction module with API call support and update main index to expose functionality 2026-01-20 00:35:38 -08:00
Lilith
4acacd987b deps-upgrade(dependencies): ⬆️ Update project dependencies to latest compatible versions 2026-01-20 00:35:38 -08:00
Lilith
d973074c71 deps-upgrade(deps): ⬆️ Update dependencies with security patches and compatibility fixes 2026-01-19 23:45:09 -08:00
Lilith
d9bd0e339b Initial commit: @lilith/terminal-cli-complex v1.0.0
Rich terminal UI components using blessed extracted from @terminal monorepo.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 23:27:41 -08:00