kimi-code/packages
qer 2727720f99 fix(agent-core-v2): harden plugin load, install, and update check paths
- Degrade plugin consumption reads to empty when installed.json fails to
  load, surface plugin.load_failed with a repair hint on management calls,
  and recover after an explicit reload; serialize the initial load and
  mutations so concurrent first callers share one load.
- Clean up zip temp dirs on every failure path, report the original
  source in zip/github manifest errors, and roll back to the previous
  managed copy when an install or persist fails.
- Restore managed Kimi endpoint env injection for stdio plugin MCP
  servers.
- Check plugin updates concurrently with per-repo failure isolation and
  10s timeouts, track branch installs by commit SHA, and stop false
  update reports for tag/SHA pins.
- Throw plugin.not_found from getPluginInfo and the manager's
  not-installed paths.
- Count plugin skills through the real skill discovery path.
- Re-sync context injection positions after silent wire replay so cold
  resumes do not duplicate injections, and fire plugin session-start
  reminders only when the plugin skill source finishes refreshing.
2026-07-12 18:58:11 +08:00
..
acp-adapter Merge remote-tracking branch 'origin/main' into kimi-code-v2 2026-07-11 22:13:40 +08:00
agent-core Merge remote-tracking branch 'origin/main' into kimi-code-v2 2026-07-11 22:13:40 +08:00
agent-core-v2 fix(agent-core-v2): harden plugin load, install, and update check paths 2026-07-12 18:58:11 +08:00
kaos fix(kaos): enrich PATH from the user's login shell at startup (#1339) 2026-07-03 15:20:38 +08:00
kap-server feat(ws): add Service event streaming with waitUntil handshake 2026-07-12 11:19:04 +08:00
kimi-csdk/examples feat(api-v2): add klient SDK and reflection-based channel registry 2026-07-11 12:33:48 +08:00
klient feat(ws): add Service event streaming with waitUntil handshake 2026-07-12 11:19:04 +08:00
kosong refactor(kosong): rename select_tools capability to dynamically_loaded_tools (#1488) 2026-07-10 22:12:54 +08:00
migration-legacy chore(agent-core): remove experimental micro compaction (#1317) 2026-07-02 19:50:51 +08:00
minidb chore: fix lint issues across packages 2026-07-07 23:37:34 +08:00
node-sdk Merge remote-tracking branch 'origin/main' into kimi-code-v2 2026-07-11 22:13:40 +08:00
oauth feat: display Extra Usage fuel pack balance in /usage and /status (#1501) 2026-07-09 17:44:59 +08:00
pi-tui ci: release packages (#1378) 2026-07-06 23:18:32 +08:00
protocol refactor(agent-core-v2): move turn lifecycle into agent loop 2026-07-11 17:54:19 +08:00
server Merge remote-tracking branch 'origin/main' into kimi-code-v2 2026-07-11 22:13:40 +08:00
server-e2e feat: validate workspace roots and auto-launch task notification turns 2026-07-12 11:19:04 +08:00
telemetry fix(telemetry): gate unsafe numeric telemetry values (#1478) 2026-07-07 20:32:02 +08:00