You've already forked agentic-coding-workflow
主流程
This commit is contained in:
@@ -23,6 +23,7 @@ SELECT id, workspace_id, project_id, agent_kind_id, user_id,
|
||||
pid, exit_code, last_error, started_at, ended_at
|
||||
FROM acp_sessions
|
||||
WHERE user_id = $1
|
||||
AND ($2::uuid IS NULL OR requirement_id = $2)
|
||||
ORDER BY started_at DESC;
|
||||
|
||||
-- name: ListAllSessions :many
|
||||
@@ -31,6 +32,7 @@ SELECT id, workspace_id, project_id, agent_kind_id, user_id,
|
||||
branch, cwd_path, is_main_worktree, status,
|
||||
pid, exit_code, last_error, started_at, ended_at
|
||||
FROM acp_sessions
|
||||
WHERE ($1::uuid IS NULL OR requirement_id = $1)
|
||||
ORDER BY started_at DESC;
|
||||
|
||||
-- name: UpdateSessionRunning :exec
|
||||
|
||||
Reference in New Issue
Block a user