Open Issues Need Help
View All on GitHubA stateless CLI that unifies task management across tools and enables AI agents to work natively inside real human workflows.
AI Summary: The Work CLI currently assigns tasks to AI agents using generic labels, which is verbose, lacks semantic clarity, and prevents proper validation or differentiation of agent roles. This enhancement proposes introducing a dedicated, first-class `agent` assignment field, similar to the `assignee` field for humans, to streamline agent assignment, enable built-in validation, and better support mixed human-agent teams.
A stateless CLI that unifies task management across tools and enables AI agents to work natively inside real human workflows.
AI Summary: This enhancement proposes adding `try-catch` protection around user-provided `onNotification` callbacks within the ACP handler. The goal is to prevent unhandled exceptions thrown by these callbacks from crashing the Node.js process, a risk identified during a code review of a previous streaming notification feature.
A stateless CLI that unifies task management across tools and enables AI agents to work natively inside real human workflows.