Skip to content

Conversation

@35C4n0r
Copy link
Collaborator

@35C4n0r 35C4n0r commented Nov 19, 2025

Description

  1. "mode" flag: Set the agent mode (free, rush, smart) — controls the model, system prompt, and tool selection.
  2. "amp.terminal.animation": false: This disables the animation.
  3. Update the readme

Type of Change

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

Module Information

Path: registry/coder-labs/modules/amp
New version: v2.1.0
Breaking change: [ ] Yes [X] No

Testing & Validation

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

Related Issues

@35C4n0r
Copy link
Collaborator Author

35C4n0r commented Nov 19, 2025

waiting for the agentapi PRs to be merged

@matifali
Copy link
Member

@35C4n0r, please make the PR title more descriptive. It should also tell what module it is changing.

@35C4n0r 35C4n0r changed the title feat: add mode flag feat: add mode flag to amp module Nov 20, 2025
@35C4n0r 35C4n0r changed the title feat: add mode flag to amp module feat(module/coder-labs/amp): add mode flag and disable animation Nov 22, 2025
@35C4n0r 35C4n0r self-assigned this Nov 24, 2025
@DevelopmentCats
Copy link
Contributor

@35C4n0r can you fill out the PR description?

@DevelopmentCats DevelopmentCats added the version:minor Add to PRs requiring a minor version upgrade label Nov 25, 2025
@DevelopmentCats
Copy link
Contributor

Also @35C4n0r this would be a minor version bump since you are adding an input.

DevelopmentCats and others added 3 commits November 25, 2025 13:58
Removed section on automated dependency management, including details on weekly updates, integrated testing, auto-merge, and manual trigger.
@35C4n0r
Copy link
Collaborator Author

35C4n0r commented Nov 26, 2025

@DevelopmentCats thanks for the review, resolved the comments.

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. Except a nit.

default_base_config = jsonencode({
"amp.anthropic.thinking.enabled" = true
"amp.todos.enabled" = true
"amp.terminal.animation" = false
Copy link
Member

Choose a reason for hiding this comment

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

nice.

variable "mode" {
type = string
description = "Set the agent mode (free, rush, smart) — controls the model, system prompt, and tool selection. Default: smart"
default = ""
Copy link
Member

Choose a reason for hiding this comment

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

Should we explicitly set it to smart?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

version:minor Add to PRs requiring a minor version upgrade

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants