MOTO v1.0.9 Bug Fix #2#46
Merged
Merged
Conversation
Prevent cleared autonomous sessions from resuming while preserving completed run history.
# MOTO v1.0.9 ## Features - Users can now utilize ChatGPT subscription through oAuth for inference, in replacement of or in combination with OpenRouter/LM studio. - Users can now do proof-only solving by disabling paper writing under the acceptable outputs control, this enables the existing brainstorming + Lean 4 automated proof solving loop without automated research paper writing. ## Changes - Updated proof verification prompts to prioritize direct user-prompt solution attempts and carry brainstorm topic/source-title context through theorem discovery, lemma search, SMT translation, and Lean formalization. - Persisted advanced runtime settings for proof concurrency, Lean/SMT options, and OpenRouter free-model fallback controls. - Lean 4 proof writing mode has stronger emphasis on seeking novelty. - Cleaned up .cursor rules and aligned them with program where outdated. - Removed old/outdated code and scaffolding. - Improved live activity GUI logging. - Fresh starts now open on the main Autonomous screen instead of restoring the last viewed screen. - Cleaned up main directory. - Topic selection brainstorming sessions now emphasize to aggressively pick topics that solve the user's whole prompt at once where possible. - Expanded GUI live activity logging before truncation. ## Bug Fixes - Proof-solving attempts now receive the complete source paper or brainstorm context, making all models much more effective at solving Lean proof targets. Prior to this fix, all proof attempts were missing the accompanying brainstorm/paper which meant there was no Top-P exploratin architecture assisting proof solving. This is why only SOTA models were able to solve proofs before. - Hardened diagnostic logging against CodeQL log-injection findings and cleaned up first-party CodeQL warning-level frontend/backend issues. - Performed CodeQL audit and made minor fixes. - Added dedupe script for duplicate proof context, greatly reducing duplicate proof context. - Removed hidden context/max-token fallbacks and fixed compiler RAG budgeting so LM Studio, OpenRouter, and Codex use user-configured limits. - Fixed compiler High Parameter rigor proofs so Lean-verified proofs are ranked and indexed under the active paper. Authored by Patrick White, Patrick@Intrafere.com
# MOTO v1.0.9 ## Features - Users can now utilize ChatGPT subscription through oAuth for inference, in replacement of or in combination with OpenRouter/LM studio. - Users can now do proof-only solving by disabling paper writing under the acceptable outputs control, this enables the existing brainstorming + Lean 4 automated proof solving loop without automated research paper writing. ## Changes - Updated proof verification prompts to prioritize direct user-prompt solution attempts and carry brainstorm topic/source-title context through theorem discovery, lemma search, SMT translation, and Lean formalization. - Persisted advanced runtime settings for proof concurrency, Lean/SMT options, and OpenRouter free-model fallback controls. - Lean 4 proof writing mode has stronger emphasis on seeking novelty. - Cleaned up .cursor rules and aligned them with program where outdated. - Removed old/outdated code and scaffolding. - Improved live activity GUI logging. - Fresh starts now open on the main Autonomous screen instead of restoring the last viewed screen. - Cleaned up main directory. - Topic selection brainstorming sessions now emphasize to aggressively pick topics that solve the user's whole prompt at once where possible. - Expanded GUI live activity logging before truncation. ## Bug Fixes - Proof-solving attempts now receive the complete source paper or brainstorm context, making all models much more effective at solving Lean proof targets. Prior to this fix, all proof attempts were missing the accompanying brainstorm/paper which meant there was no Top-P exploratin architecture assisting proof solving. This is why only SOTA models were able to solve proofs before. - Hardened diagnostic logging against CodeQL log-injection findings and cleaned up first-party CodeQL warning-level frontend/backend issues. - Performed CodeQL audit and made minor fixes. - Added dedupe script for duplicate proof context, greatly reducing duplicate proof context. - Removed hidden context/max-token fallbacks and fixed compiler RAG budgeting so LM Studio, OpenRouter, and Codex use user-configured limits. - Fixed compiler High Parameter rigor proofs so Lean-verified proofs are ranked and indexed under the active paper. Authored by Patrick White, Patrick@Intrafere.com
Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Intrafere Research Group <208883623+Intrafere@users.noreply.github.com>
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.
MOTO v1.0.9 Bug Fix #2
Bug Fixes
Authored by Patrick White, Patrick@intrafere.com.