Files
browser/platform/dto
npc0-hue 292b380f3c feat: ship single-file run distribution and list key reset
Compile-time run auth replaces zip sidecars, lengthens run keys, revokes
active sessions on reset, and exposes run-key reset in the server list.
2026-07-24 14:14:26 +08:00
..
2026-07-20 16:42:33 +08:00
2026-07-11 14:56:10 +08:00
2026-07-11 14:56:10 +08:00
2026-07-20 16:42:33 +08:00
2026-07-18 09:04:01 +08:00
2026-07-20 16:42:33 +08:00
2026-07-20 16:42:33 +08:00
2026-07-11 14:56:10 +08:00
2026-07-11 14:56:10 +08:00
2026-07-20 16:42:33 +08:00
2026-07-11 14:56:10 +08:00
2026-07-20 16:42:33 +08:00
2026-07-20 16:42:33 +08:00

platform/dto

Request and response DTOs live here. Do not define API request or response structs inside handlers.

Initial DTO groups:

  • auth: login/session payloads.
  • users: user and role management payloads.
  • game_plugins: game management plugin marketplace and installation payloads.
  • server_instances: create server, update config, lifecycle, and detail payloads.
  • ai_providers: AI provider create/update/test/invoke payloads.
  • run: run registration, capability, and status payloads.
  • jobs: job claim, ack, progress, result, cancel, and reconcile payloads.
  • artifacts: chunk upload/download and metadata payloads.
  • logs: ingest, query, tail, and analysis-window payloads.