feat: implement Minecraft server management and command handling #30
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.
This pull request removes unused functionality and documentation across several files, focusing on cleaning up browser-related code and prompts. The most significant changes include the deletion of browser debugging and configuration code, removal of associated tests, and the simplification of prompt files by eliminating redundant content.
Codebase Cleanup:
services/browser_config.go
: Removed theBrowserConfig
struct and its associated methods, includingCheck
andNewBrowserConfig
, which were used for browser configuration.services/browser_debugger.go
: Deleted the entire file, which contained multiple debugging-related methods such as enabling/disabling debugging, setting/removing breakpoints, and managing JavaScript execution in the browser.services/browser_test.go
: Removed all tests related to the browser server, including setup functions and test cases for navigation, screenshots, and element interactions.Prompt Simplification:
prompts/filesystem.md
,prompts/browser.md
, andprompts/command.md
: Removed detailed multilingual instructions for various assistant capabilities, such as file system management, browser automation, and terminal commands. These files no longer contain any content. [1] [2] [3]New Additions:
prompts/minecraft.md
: Added a new prompt specifically for a Minecraft Building Assistant, detailing its capabilities, response guidelines, and examples for assisting users with Minecraft commands and building techniques.