mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-09-06 08:11:12 +00:00
- add wire/ L2 domain: defineModel/defineOp primitives, OP_REGISTRY with DuplicateOpError guard, IWireService + WireService (dispatch/replay/signal/flush) and per-scope tokens - extract per-domain *Ops + Models (goal, plan, profile, task, turn, usage, full/micro compaction, permission mode/rules, skill, swarm, tool state, user tool, context memory/size, cron, todo); services shrink to pure apply + wire dispatch - drop legacy agent/record service superseded by the wire engine; dissolve llmProtocol/kosong into llmProtocol - propagate wire emissions through protocol events and the server-v2 WS broadcaster - add *-wire, store, and op-uniqueness lint tests; update existing tests and di-scope docs |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| rest | ||
| approval.ts | ||
| asyncapi.ts | ||
| display.ts | ||
| envelope.ts | ||
| error-codes.ts | ||
| events.ts | ||
| file.ts | ||
| fs.ts | ||
| index.ts | ||
| message.ts | ||
| modelCatalog.ts | ||
| pagination.ts | ||
| question.ts | ||
| request-id.ts | ||
| session.ts | ||
| skill.ts | ||
| task.ts | ||
| time.ts | ||
| tool.ts | ||
| workspace.ts | ||
| ws-control.ts | ||