codex: add app-server support for spawn_agents_on_csv

This commit is contained in:
kh.ai
2026-04-08 04:38:45 -05:00
parent ea516f9a40
commit 478afb40dd
39 changed files with 951 additions and 56 deletions

View File

@@ -4893,6 +4893,7 @@ v2_enum_from_core! {
#[ts(export_to = "v2/")]
pub enum CollabAgentTool {
SpawnAgent,
SpawnAgentsOnCsv,
SendInput,
ResumeAgent,
Wait,