[PR #27] [MERGED] fix(update): add missing cli_adapter.py to template files #47

Closed
opened 2026-03-03 15:47:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mindfold-ai/Trellis/pull/27
Author: @jsfaint
Created: 2/3/2026
Status: Merged
Merged: 2/3/2026
Merged by: @taosu0216

Base: feat/opencodeHead: fix/update


📝 Commits (1)

  • 748a04f fix(update): add missing cli_adapter.py to template files

📊 Changes

2 files changed (+4 additions, -0 deletions)

View changed files

📝 src/commands/update.ts (+2 -0)
📝 src/templates/trellis/index.ts (+2 -0)

📄 Description

cli_adapter.py is a critical dependency library used by:

  • task.py
  • multi_agent/status.py
  • multi_agent/start.py
  • multi_agent/plan.py

The file was missing from the update.ts collectTemplateFiles() function, preventing bug fixes and new features from being propagated to user projects via trellis update.

This fix adds cli_adapter.py to both:

  1. src/templates/trellis/index.ts (export + getAllScripts)
  2. src/commands/update.ts (collectTemplateFiles)

Now trellis update will properly update this file.


🔄 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/mindfold-ai/Trellis/pull/27 **Author:** [@jsfaint](https://github.com/jsfaint) **Created:** 2/3/2026 **Status:** ✅ Merged **Merged:** 2/3/2026 **Merged by:** [@taosu0216](https://github.com/taosu0216) **Base:** `feat/opencode` ← **Head:** `fix/update` --- ### 📝 Commits (1) - [`748a04f`](https://github.com/mindfold-ai/Trellis/commit/748a04fe4a2a03695aad46504528275c2492f8e5) fix(update): add missing cli_adapter.py to template files ### 📊 Changes **2 files changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/commands/update.ts` (+2 -0) 📝 `src/templates/trellis/index.ts` (+2 -0) </details> ### 📄 Description cli_adapter.py is a critical dependency library used by: - task.py - multi_agent/status.py - multi_agent/start.py - multi_agent/plan.py The file was missing from the update.ts collectTemplateFiles() function, preventing bug fixes and new features from being propagated to user projects via `trellis update`. This fix adds cli_adapter.py to both: 1. src/templates/trellis/index.ts (export + getAllScripts) 2. src/commands/update.ts (collectTemplateFiles) Now `trellis update` will properly update this file. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:47:29 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Trellis#47
No description provided.