cli/pkg/cmd/agent-task
Kynan Ware c3bbd374aa Remove nil check for job in agentSessionWebURL
Simplifies the agentSessionWebURL function by removing the redundant nil check for the job parameter, assuming it is always non-nil when called.
2025-09-03 10:33:31 -06:00
..
capi Add agent task creation command and job API 2025-09-02 20:42:39 -06:00
create Remove nil check for job in agentSessionWebURL 2025-09-03 10:33:31 -06:00
list Replace panic with require.FailNow in test 2025-09-02 13:14:37 -06:00
shared Refactor session state color logic to shared package 2025-08-29 15:23:40 -06:00
agent_task.go Add agent task creation command and job API 2025-09-02 20:42:39 -06:00
agent_task_test.go Refactor agent task tests into table-driven format 2025-08-27 17:20:45 -06:00