better system prompt, bug fixes, and a wipe command to make me fix onboarding#181
Merged
bmdavis419 merged 6 commits intomainfrom Feb 13, 2026
Merged
Conversation
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merged
Collaborator
Author
Merge activity
|
f206ed7 to
f8aa31a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Greptile Overview
Greptile Summary
This PR removes all remote/cloud functionality from BTCA and simplifies the CLI to focus on local-only operations. It also improves the system prompt for better agent responses and adds new utility commands.
Major Changes:
btca remote *) - users relying on cloud features will lose functionalitybtca initMCP/remote setup path - now only supports local CLI setupbtca mcp remotecommand - only local MCP configuration remainsbtca statuscommand to show config, provider auth, resources, and version infobtca wipecommand to safely delete config files with confirmation promptbtca.config.jsoncfileImpact Assessment:
This is a significant refactoring that removes approximately 1,558 lines of remote-related code. Users currently using
btca remotecommands or MCP remote configuration will experience breaking changes. The documentation has been updated accordingly to guide users through the new local-only workflow.Confidence Score: 4/5
Important Files Changed
Last reviewed commit: f8aa31a