Files
paseo/packages
Mohamed Boudra 851d5ef247 feat(cli): add agent send command
Implements the `agent send` command for sending messages to existing agents.

Features:
- Send follow-up tasks to running agents
- Support for ID prefix matching (e.g., "a1b2" matches "a1b2c3d4")
- --no-wait flag to return immediately without waiting for completion
- Default behavior waits for agent to become idle

Usage:
  paseo agent send <id> <prompt>
  paseo agent send --no-wait a1b2c3d "Run the linter"
2026-01-28 23:25:45 +07:00
..
2026-01-28 21:57:31 +07:00
2026-01-28 23:25:45 +07:00
2026-01-21 08:16:11 +07:00
2026-01-14 18:37:41 +07:00