Skip to content
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

MindServer Development #484

Draft
wants to merge 17 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
6bc751d
update gemini model version to 2.0-flash
uukelele-scratch Mar 9, 2025
4a9bcad
Merge branch 'main' of https://github.com/kolbytn/mindcraft
uukelele-scratch Mar 19, 2025
2d1346d
Merge branch 'main' of https://github.com/uukelele-scratch/mindcraft-…
uukelele-scratch Mar 19, 2025
dde02d8
Merge branch 'develop' of https://github.com/kolbytn/mindcraft
uukelele-scratch Mar 19, 2025
8a00fed
add function to update settings dynamically
uukelele-scratch Mar 19, 2025
ee08e64
create a styles.css file as I plan to add more html files to the mind…
uukelele-scratch Mar 19, 2025
b236f20
Added settings frontend, mostly complete, excluding profile and only …
uukelele-scratch Mar 19, 2025
23ad726
rename label for vision permission in settings
uukelele-scratch Mar 19, 2025
8934f59
added lists for profile and only chat with
uukelele-scratch Mar 19, 2025
14d5f0b
added get settings function from mindserver
uukelele-scratch Mar 20, 2025
937d050
refactor get-settings handling to return settings object directly
uukelele-scratch Mar 20, 2025
61c1310
added settings viewing from actual settings data
uukelele-scratch Mar 20, 2025
e029c64
improved button styling
uukelele-scratch Mar 20, 2025
c1e292f
show/hide settings toggle
uukelele-scratch Mar 20, 2025
3763fab
added function to get modified settings + enhanced button styling sli…
uukelele-scratch Mar 20, 2025
2b42f3f
added edit settings feature with save/reset buttons
uukelele-scratch Mar 20, 2025
066848b
added functionality to load and save user-modified settings from a JS…
uukelele-scratch Mar 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rename label for vision permission in settings
uukelele-scratch committed Mar 19, 2025
commit 23ad72607b210bfc455a20c18c39fb16e91aa67b
2 changes: 1 addition & 1 deletion src/server/public/index.html
Original file line number Diff line number Diff line change
@@ -87,7 +87,7 @@ <h5>Only supports 1.20.4 and previous versions.<br>These can be accessed at http
<h5>Allows newAction command and model can write/run code on your computer. Enable at your own risk (it's fine if nobody <b>untrustworthy</b> is playing with your bot).</h5>
</div>
<div class="formOption">
<label for="mcAllowVision">Allow Insecure Coding?</label>
<label for="mcAllowVision">Allow Vision?</label>
<input type="radio" name="mcAllowVision" value="true">Yes</input>
<input type="radio" name="mcAllowVision" value="false" checked>No</input>
<h5>Allows the vision model to interpret screenshots as inputs. Requires version 1.20.4 or less.</h5>