mirror of
https://github.com/mindfold-ai/Trellis.git
synced 2026-04-25 01:55:54 +03:00
[PR #27] [MERGED] fix(update): add missing cli_adapter.py to template files #47
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Trellis#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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/opencode← Head:fix/update📝 Commits (1)
748a04ffix(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:
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:
Now
trellis updatewill properly update this file.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.