Add configurable SLEEP_TIME/REPORT_CYCLE_COUNT, AI_CONTEXT_SIZE, --te… - #18
Open
ashleigh-byte wants to merge 2 commits into
Open
Add configurable SLEEP_TIME/REPORT_CYCLE_COUNT, AI_CONTEXT_SIZE, --te…#18ashleigh-byte wants to merge 2 commits into
ashleigh-byte wants to merge 2 commits into
Conversation
ashleigh-byte
commented
Jul 29, 2026
Contributor
- AI_CONTEXT_SIZE, configurable SLEEP_TIME/REPORT_CYCLE_COUNT, --test-ai, temperature bump to 0.9
- SLEEP_TIME and REPORT_CYCLE_COUNT were previously hardcoded (1800s, 8 cycles); now configurable via env vars with the same defaults, so no behavior changes for anyone who doesn't set them.
- Added optional AI_CONTEXT_SIZE, passed through to Ollama as num_ctx via extra_body. Local models' default context window (often 2048-4096 tokens) can silently truncate a long system prompt + a day of history, dropping persona/format instructions while keeping raw data -- this looks identical to a model-capability failure but isn't one. No-op on cloud OpenAI since it's only sent when explicitly configured.
- Added --test-ai flag to force one detailed-report cycle immediately (AI + graph + notifier delivery), then auto-resume the normal schedule with nothing to remember to revert afterward.
- Bumped AI temperature to 0.9 (previously left at the API default) for more personality in commentary, overridable per-call.
…st-ai, and bump AI temperature - SLEEP_TIME and REPORT_CYCLE_COUNT were previously hardcoded (1800s, 8 cycles); now configurable via env vars with the same defaults, so no behavior changes for anyone who doesn't set them. - Added optional AI_CONTEXT_SIZE, passed through to Ollama as num_ctx via extra_body. Local models' default context window (often 2048-4096 tokens) can silently truncate a long system prompt + a day of history, dropping persona/format instructions while keeping raw data -- this looks identical to a model-capability failure but isn't one. No-op on cloud OpenAI since it's only sent when explicitly configured. - Added --test-ai flag to force one detailed-report cycle immediately (AI + graph + notifier delivery), then auto-resume the normal schedule with nothing to remember to revert afterward. - Bumped AI temperature to 0.9 (previously left at the API default) for more personality in commentary, overridable per-call.
… and --test-ai Updates the Features & Workflow wording (no longer implies these are hardcoded), adds the three new env vars to the .env variables table, and documents the --test-ai flag for forcing an immediate detailed report during setup/testing.
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.