Skip to content

feat: return spawned terminal IDs from spawn action#93

Merged
neumie merged 1 commit intomainfrom
feat/return-terminal-ids-from-spawn
Mar 30, 2026
Merged

feat: return spawned terminal IDs from spawn action#93
neumie merged 1 commit intomainfrom
feat/return-terminal-ids-from-spawn

Conversation

@neumie
Copy link
Copy Markdown
Contributor

@neumie neumie commented Mar 30, 2026

Summary

  • Collect terminal IDs during spawn_uninitialized_terminals and return them in the ActionResult
  • API consumers can now track which terminals were created by a spawn action
  • Returns null when no terminals were spawned (preserving existing behavior)

Test plan

  • Verify spawn_uninitialized_terminals returns terminal IDs when terminals are spawned
  • Verify it returns None when no terminals are spawned
  • Confirm API clients receive the terminal_ids array in the response

🤖 Generated with Claude Code

Collect terminal IDs during spawn and return them in the ActionResult
so API consumers can track which terminals were created.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@neumie neumie merged commit 488833d into main Mar 30, 2026
8 checks passed
@neumie neumie deleted the feat/return-terminal-ids-from-spawn branch March 30, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant