本地优先 · 多 Agent · 开源
让 Agent 继续工作,在需要时找到你。
Crewlight 在本机收集 Claude Code 与 Codex 的安全状态,把等待输入、权限、失败、限流和过期信号从后台活动中分离出来。
v0.5.0 Windows-first 候选预发布现已可用。查看预发布
Attention Inbox
The core stays close
The daemon listens locally unless you deliberately configure a trusted development path.
Signals over noise
Input, permission, failure, rate limits, and staleness rise above background activity.
Status, not transcripts
Prompts, transcripts, tool I/O, and raw payloads stay out of normalized output.
注意力模型
少量状态,更清晰的工作日
一个 Attention Engine 按照需要关注的程度排序并行回合。
Let it run
Running and tool-using sessions stay visible without pulling you away from the task in front of you.
- running
- using_tool
Step in at the right moment
Requests for input or permission become explicit action items instead of disappearing into terminal tabs.
- waiting_input
- waiting_permission
Catch trouble early
Failures, rate limits, and sessions with no recent signal stay easy to distinguish from healthy work.
- failed
- rate_limited
- stale
- OBSERVE
Receive explicit activity
Claude Code hooks, Codex Hooks/notify, or manual commands produce bounded source signals.
No private API scraping - NORMALIZE
Keep only safe fields
Adapters retain status, identity, location, and short safe messages while dropping complete platform payloads.
Allowlist at the adapter boundary - AGGREGATE
Group current sessions locally
The daemon validates events and groups them with namespaced Crewlight session keys.
In memory · loopback by default - SURFACE
Show what needs attention
Desktop, Companion, dashboard, and CLI turn current state into a readable, read-only view.
Visibility without agent control
一个本地核心 · 四个界面
靠近工作,不必守着每个终端。
Desktop 是 Windows-first 指挥台;Companion、loopback Dashboard 与 CLI 是辅助界面。
Crewlight Desktop
Home, Connect, Troubleshooting, Settings, and the complete visible Inbox in one local application.
Command centerFloating Companion
A compact optional surface for needs-action, error, stale, active, and ready counts.
Always nearbyBrowser dashboard
A secondary loopback-only view for current sessions and diagnostics.
Read-only viewCLI
Explicit setup snippets, ingest, status, doctor, and standalone workflows.
Automation surface| 来源 | 等级 | 边界 |
|---|---|---|
| Claude Code | Supported path | Documented lifecycle hooks; observation only. |
| Codex Hooks | Supported path | Documented lifecycle hooks after /hooks trust review. |
| Codex notify | Compatibility | Documented turn-complete input; not the full lifecycle hook path. |
| OpenCode / Cursor / Manual | Experimental | Collapsed manual bridges; no supported Windows contract. |
诚实边界
是 Inbox,不是自动驾驶
Crewlight 帮你注意当前本地活动,并在编排、监控和云历史之前停止。
No cloud service
Agent state is not sent to a Crewlight-hosted account or observability backend.
No agent control
Crewlight does not approve permissions, answer prompts, or steer agent turns.
No transcript archive
Prompts, transcripts, reasoning, tool input/output, and raw payloads are not retained in normalized sessions.
No hidden integration
Public hooks, official notifications, and explicit commands replace private API scraping or screen watching.
源码现已公开
在代码中查看边界。
Crewlight 以 MIT 许可证公开构建。你可以在决定是否使用前检查 schema、allowlist、Desktop 界面、测试和发布门禁。