Skip to content

fix: default Terra reasoning to medium - #109

Merged
Honguan merged 1 commit into
mainfrom
agent/terra-reasoning-medium
Aug 3, 2026
Merged

fix: default Terra reasoning to medium#109
Honguan merged 1 commit into
mainfrom
agent/terra-reasoning-medium

Conversation

@Honguan

@Honguan Honguan commented Aug 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • change the default --terra-reasoning value from high to medium
  • keep generated Terra agent expectations and tests aligned
  • update the Chinese and English configuration examples

Validation

  • npm test (109 passed)
  • npm run check
  • npm run test:package

The primary-model --set-default behavior remains unchanged.

@Honguan
Honguan merged commit f44f2d7 into main Aug 3, 2026
13 checks passed
@Honguan
Honguan deleted the agent/terra-reasoning-medium branch August 3, 2026 13:32

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

Copy link
Copy Markdown

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: 3d66340050

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread lib/manifest.js

export const DEFAULT_AGENT_REASONING = Object.freeze({
terra: "high",
terra: "medium",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep the default profile out of hierarchy warnings

With a fresh install and no reasoning flags, this changes Terra to medium while Luna remains xhigh; reasoningWarnings() treats that two-rank gap as a reversed plan/execute hierarchy, so every default installation—and the newly documented example—now emits warning: Luna is materially stronger than Terra. If this is the supported default profile, update the warning policy alongside it so users are not told that the package's own defaults are misconfigured.

Useful? React with 👍 / 👎.

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.

1 participant