agentlas 1.0.26 → 1.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,7 +44,7 @@ ACCOUNT & OPS
44
44
  multimodal image/video/audio provider settings
45
45
  doctor · setup · update health check · first-run wizard · npm update check
46
46
  oberon | film <sub> AI film render (scaffold|render|list|open)
47
- hep <sub…> · netadmin Hephaestus passthrough · local network admin
47
+ hep <sub…> · netadmin Hephaestus passthrough · local agent network
48
48
  version · help
49
49
 
50
50
  IN-REPL (agentlas → interactive, Orca multi-session)
@@ -79,7 +79,9 @@ const SLASH_COMMANDS = [
79
79
  { command: "/oberon", args: "[sub]", ko: "AI 필름", en: "AI film" },
80
80
  { command: "/film", args: "<sub>", ko: "필름 렌더", en: "Film render" },
81
81
  { command: "/hep", args: "<sub…>", ko: "Hephaestus 패스스루", en: "Hephaestus passthrough" },
82
- { command: "/netadmin", args: "[sub]", ko: "로컬 네트워크 관리", en: "Local network admin" },
82
+ // "네트워크" 쓰면 WiFi·LAN 관리로 읽힌다. 명령이 다루는 것은 로컬
83
+ // 에이전트 네트워크(init|status|reindex|bench|add-source)다.
84
+ { command: "/netadmin", args: "[sub]", ko: "로컬 에이전트 네트워크 관리", en: "Local agent network" },
83
85
  { command: "/update", args: "", ko: "npm 업데이트 확인", en: "npm update check" },
84
86
  { command: "/version", args: "", ko: "버전", en: "Version" },
85
87
  { command: "/logout", args: "", ko: "로그아웃", en: "Sign out" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentlas",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "Agentlas project terminal — run project controllers and task-scoped agent teams from the terminal. Standalone: no desktop app process required.",
5
5
  "bin": {
6
6
  "agentlas": "bin/agentlas.cjs"