added locally hosted ollama compatability. #16
Open
zSpectre0458z wants to merge 1 commit into
Open
Conversation
…tability so that it is still present for reference. not familiar enough with python to have both integrated at once with conditionals.
Author
|
sorry if this is not posted properly? not super familiar with git/github |
LordShadowCid
added a commit
to LordShadowCid/riko_project_Friday
that referenced
this pull request
Apr 20, 2026
Sprints 1-6 complete — closing gap with Mate Engine feature parity. New files (10): - Avatar/WalkAnimationController.cs — Feature rayenfeng#3: Procedural walk cycle - Avatar/DragPoseController.cs — Feature rayenfeng#4: Held/drag pose blend - Interaction/PetDetectionController.cs — Feature rayenfeng#11: Circular mouse pet detection - Core/OccluderQuadManager.cs — Feature rayenfeng#1: Depth-only window occluders - Core/DesktopAmbientProbe.cs — Feature rayenfeng#9: Desktop color ambient lighting - Core/AlarmTimerManager.cs — Feature rayenfeng#15: Countdown timers/alarms - Dance/CustomDanceLoader.cs — Feature rayenfeng#16: Custom dance AssetBundle loader - Dance/DanceBlendshapeForwarder.cs — Feature rayenfeng#18: Dance blendshape forwarding - Dance/VmdPlayer.cs — Feature rayenfeng#19: VMD file parser & playback - UI/DancePlayerPanel.cs — Feature rayenfeng#17: Dance player UI panel Modified files (17): - CompanionManager.cs — Central wiring for all 24 features - IdleAnimationController.cs — Sleep blend, idle variations, peek/lean - BlinkController.cs — ForceClose/ForceOpen/TriggerRapidBlinks - EyeTrackingController.cs — TrackingMode enum, multi-mode eye tracking - VrmModelLibrary.cs — VRM switching enhancements - SleepController.cs — OnSleepStart/OnWakeUp events - MessageHandler.cs — RANDOM_PROMPT type, SendRandomPrompt - DesktopLocomotionController.cs — Multi-monitor adjacency walk - WindowSnapper.cs — SittingOnWindowHandle, NotifyDragStart/End - TransparentWindowController.cs — Opacity-based hit testing (Feature rayenfeng#20) - SettingsManager.cs — Audio config WebSocket, ambient probe settings - SettingsPanel.cs — Sound filter apps InputField - UIFactory.cs — CreateInputFieldRow factory method - audio_analyzer.py — Configurable noise_floor, filter_apps - avatar_server.py — audio_config WebSocket handler - test_unity_deep.py — Extended tests for 24 features (172/173 PASS) - FEATURE_GAP_PLAN.md — Implementation plan document Test results: 172/173 PASS (1 pre-existing UniGLTF importer warning)
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.
commented out OpenAI compatability so that it is still present for reference. not familiar enough with python to have both integrated at once with conditionals.
This is mostly vibe coded so it could very well be suboptimal but it gets the job done.