[PR #1855] [CLOSED] feat: model option for generating agent #10086

Closed
opened 2026-02-16 18:14:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1855
Author: @ericc-ch
Created: 8/12/2025
Status: Closed

Base: devHead: dev


📝 Commits (10+)

  • dd068f8 feat: model option for generating agent
  • 1c566dd Merge latest dev into feat/model-option
  • f5e6f80 Merge branch 'dev' into dev
  • 9aa0700 ci: sync
  • 7c88db5 Merge branch 'dev' into dev
  • c856d55 Merge branch 'dev' into dev
  • 7b175db ignore: update download stats 2025-08-13
  • 0a0cbbd ignore: update download stats 2025-08-14
  • e0ce991 ignore: update download stats 2025-08-15
  • d5a2ee7 ignore: update download stats 2025-08-16

📊 Changes

3 files changed (+50 additions, -5 deletions)

View changed files

📝 STATS.md (+14 -0)
📝 packages/opencode/src/agent/agent.ts (+2 -2)
📝 packages/opencode/src/cli/cmd/agent.ts (+34 -3)

📄 Description

Allow choosing what model to use to generate an agent. This is not for the model config used by the agent itself

I like to use smaller model to experiment and use bigger model to actually generate one


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1855 **Author:** [@ericc-ch](https://github.com/ericc-ch) **Created:** 8/12/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`dd068f8`](https://github.com/anomalyco/opencode/commit/dd068f8a0dee62b8dd3b6e55eebcd874e112f9d2) feat: model option for generating agent - [`1c566dd`](https://github.com/anomalyco/opencode/commit/1c566dd23ef07a2c56bea9f31ce21145b401d825) Merge latest dev into feat/model-option - [`f5e6f80`](https://github.com/anomalyco/opencode/commit/f5e6f80af17493059c0e3ea1dedc58cf6329d4c1) Merge branch 'dev' into dev - [`9aa0700`](https://github.com/anomalyco/opencode/commit/9aa0700dc42bf1c8040a6ca5edc6b4f294e6070c) ci: sync - [`7c88db5`](https://github.com/anomalyco/opencode/commit/7c88db5cd3a042dfbf64ba458c3a7ecde2fec7b0) Merge branch 'dev' into dev - [`c856d55`](https://github.com/anomalyco/opencode/commit/c856d55b6ce0c599915e56f9ff396cece24ca4dd) Merge branch 'dev' into dev - [`7b175db`](https://github.com/anomalyco/opencode/commit/7b175dbed62b043c25a2948ccd418a5954b8566e) ignore: update download stats 2025-08-13 - [`0a0cbbd`](https://github.com/anomalyco/opencode/commit/0a0cbbd266acf4112359c7a9a6c1317d142942b8) ignore: update download stats 2025-08-14 - [`e0ce991`](https://github.com/anomalyco/opencode/commit/e0ce991bcf8ac7e5e345518354198716f3fc3248) ignore: update download stats 2025-08-15 - [`d5a2ee7`](https://github.com/anomalyco/opencode/commit/d5a2ee79c6fca3771e60bee13c52f21ea6cdedf0) ignore: update download stats 2025-08-16 ### 📊 Changes **3 files changed** (+50 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `STATS.md` (+14 -0) 📝 `packages/opencode/src/agent/agent.ts` (+2 -2) 📝 `packages/opencode/src/cli/cmd/agent.ts` (+34 -3) </details> ### 📄 Description Allow choosing what model to use to generate an agent. This is not for the `model` config used by the agent itself I like to use smaller model to experiment and use bigger model to actually generate one --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:40 -05:00
yindo closed this issue 2026-02-16 18:14:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10086