Dashboard: Send instructions to running agent from browser #354
Labels
No labels
bug
contract
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/iw-cli#354
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Layer: 3 — Agent Integration
Parent: #343
Problem
When an agent finishes and needs input, you currently have to switch to the tmux session to respond. With 9-10 concurrent worktrees, this context switching is the primary workflow bottleneck.
Solution
session.send(prompt)to send input,session.stream()to receive responsesArchitecture
claude-code-querylibraryDependencies
works.iterative:claude-code-query-direct_3(or effectful) for session management