chore(desktop): Tauri 命令 @reserved 全量标注 — 88个无前端调用命令已标注
Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
- 新增 66 个 @reserved 标注 (已有 22 个) - 覆盖: agent/butler/classroom/hand/mcp/pipeline/skill/trigger/viking/zclaw 等模块 - MCP 命令增加 @connected 注释说明前端接入路径 - @reserved 总数: 89 (含 identity_init)
This commit is contained in:
@@ -68,6 +68,7 @@ pub struct AgentUpdateRequest {
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
/// Create a new agent
|
||||
// @reserved: agent CRUD management
|
||||
// @connected
|
||||
#[tauri::command]
|
||||
pub async fn agent_create(
|
||||
@@ -150,6 +151,7 @@ pub async fn agent_create(
|
||||
}
|
||||
|
||||
/// List all agents
|
||||
// @reserved: agent CRUD management
|
||||
// @connected
|
||||
#[tauri::command]
|
||||
pub async fn agent_list(
|
||||
@@ -164,6 +166,7 @@ pub async fn agent_list(
|
||||
}
|
||||
|
||||
/// Get agent info (with optional UserProfile from memory store)
|
||||
// @reserved: agent CRUD management
|
||||
// @connected
|
||||
#[tauri::command]
|
||||
pub async fn agent_get(
|
||||
|
||||
Reference in New Issue
Block a user