-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: add support for the Trae tool adapter #677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
📝 WalkthroughWalkthroughAdds a new Trae command adapter that writes commands to Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile OverviewGreptile Summary
Confidence Score: 2/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant User
participant OpenSpec as OpenSpec CLI
participant Registry as AdapterRegistry
participant Adapter as ToolAdapter (Trae)
User->>OpenSpec: Provide tool output / select "trae"
OpenSpec->>Registry: getAdapter("trae")
Registry-->>OpenSpec: Trae adapter instance
OpenSpec->>Adapter: parseToolOutput(raw)
Adapter-->>OpenSpec: Normalized command generation context
OpenSpec->>OpenSpec: Generate commands from context
OpenSpec-->>User: Suggested terminal commands
|
Summary by CodeRabbit
New Features
Documentation
Tests