Skip to content

feat(coder/modules/agent-helper): add agent-helper module to help run scripts#704

Merged
35C4n0r merged 36 commits intomainfrom
35C4n0r/feat-agent-helper-module
Feb 13, 2026
Merged

feat(coder/modules/agent-helper): add agent-helper module to help run scripts#704
35C4n0r merged 36 commits intomainfrom
35C4n0r/feat-agent-helper-module

Conversation

@35C4n0r
Copy link
Collaborator

@35C4n0r 35C4n0r commented Feb 6, 2026

Description

The Agent Helper module is a building block for modules that need to run multiple scripts in a specific order. It uses coder exp sync for dependency management and is designed for orchestrating pre-install, install, post-install, and start scripts.

Type of Change

  • New module
  • New template
  • Bug fix
  • Feature/enhancement
  • Documentation
  • Other

Module Information

Path: registry/coder/modules/agent-helper
New version: v1.0.0
Breaking change: [x] Yes [ ] No

Testing & Validation

  • Tests pass (bun test)
  • Code formatted (bun fmt)
  • Changes tested locally

Related Issues

Closes: #696
Closes: #698

@35C4n0r
Copy link
Collaborator Author

35C4n0r commented Feb 6, 2026

wip: do not review

@35C4n0r 35C4n0r self-assigned this Feb 6, 2026
@35C4n0r 35C4n0r marked this pull request as ready for review February 9, 2026 13:43
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 31b21247ee

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Copy link
Member

@matifali matifali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. It should help simplify the individual agent scripts, making them way more ergonomic to maintain. Thanks, Jay.

@35C4n0r 35C4n0r enabled auto-merge (squash) February 11, 2026 14:17
@matifali matifali disabled auto-merge February 11, 2026 14:18
@matifali
Copy link
Member

@35C4n0r lets wait for @DevelopmentCats review too.

@35C4n0r
Copy link
Collaborator Author

35C4n0r commented Feb 11, 2026

@35C4n0r lets wait for @DevelopmentCats review too.

XD Thanks for disabling the auto-merge on time, I almost panicked.

@35C4n0r 35C4n0r enabled auto-merge (squash) February 13, 2026 16:34
@35C4n0r 35C4n0r merged commit c5ff4de into main Feb 13, 2026
4 checks passed
@35C4n0r 35C4n0r deleted the 35C4n0r/feat-agent-helper-module branch February 13, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move install and start scripts to run within modules via coder_scripts Improve agentapi module abstraction for configuration and flags

3 participants