Commit Graph

6 Commits

Author SHA1 Message Date
95060930b1 feat: Add machine token auth for Mission Control CLI
- Add mc_api_call_machine() function for MC_MACHINE_TOKEN auth
- Update mc_api_call() to use machine token when available
- Allows cron jobs to authenticate without cookie-based login
- No breaking changes - cookie auth still works for interactive use
- Also updates default API URL to production (was localhost)
2026-02-26 08:31:14 -06:00
0092b318c2 feat(search): Enhance Mission Control search functionality
- Add search result highlighting with match positions
- Implement advanced filters (type, status, date range)
- Add relevance scoring algorithm with recency/status boosts
- Add search history with localStorage persistence
- Create useSearch and useSearchHistory hooks
- Add filter UI with popover component
- Improve visual feedback and status icons

Task: 56ae2be4-fcf1-403a-87fb-ea9de966f456
2026-02-25 15:28:47 -06:00
b1ee0da1b8 Signed-off-by: OpenClaw Bot <ai-agent@topdoglabs.com> 2026-02-25 14:59:15 -06:00
e46e92362e Signed-off-by: OpenClaw Bot <ai-agent@topdoglabs.com> 2026-02-23 17:20:52 -06:00
fcae672870 Signed-off-by: OpenClaw Bot <ai-agent@topdoglabs.com> 2026-02-23 16:56:04 -06:00
a517988482 Signed-off-by: OpenClaw Bot <ai-agent@topdoglabs.com> 2026-02-23 11:59:41 -06:00