coder/registry

How do I use the Agent modules e.g., `claude-code` without tasks?

Opened this issue · 3 comments

If I wanted to add Claude Code without Tasks, how do I do this? I tried removing experiment_report_tasks, but it seems like this still requires the AI prompt parameter and always adds the task resource still

You can create a workspace with the template and enter an empty prompt.
Are you looking to disable running the Claude code and the agentAPI at launch?

Some customers may want a template to install the claude code CLI (or not even agentapi) without tasks. I thought experiment_report_tasks would do that, but it seems to still create the coder_ai_task resource

We are planning to add a non-task mode to all modules

  1. Install and run Coder task through AgentAPI
  2. Install and run non-interactively without AgentAPI, but will have task reporting.
  3. Install only mode

cc: @35C4n0r @DevelopmentCats