This commit is contained in:
2026-02-22 09:23:48 -05:00
parent 6d2f79acc8
commit 5103a256bf
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ stale [FILES UPDATED] entries and dropping the oldest message pairs.
For Gemini: injects the initial context directly into system_instruction For Gemini: injects the initial context directly into system_instruction
during chat creation to avoid massive history bloat. during chat creation to avoid massive history bloat.
""" """
# ai_client.py # ai_client.py
import tomllib import tomllib
import json import json
import datetime import datetime

View File

@@ -147,7 +147,7 @@ history = [
[discussion.discussions."docs writeup"] [discussion.discussions."docs writeup"]
git_commit = "" git_commit = ""
last_updated = "2026-02-22T09:17:49" last_updated = "2026-02-22T09:23:17"
history = [ history = [
"@2026-02-22T08:56:39\nUser:\nLets write extensive documentation in the same style that I used for my VEFontCache-Oodin project.\nI added it's directories to your context.", "@2026-02-22T08:56:39\nUser:\nLets write extensive documentation in the same style that I used for my VEFontCache-Oodin project.\nI added it's directories to your context.",
"@2026-02-22T08:56:58\nAI:\n(No text returned)", "@2026-02-22T08:56:58\nAI:\n(No text returned)",

View File

@@ -12,7 +12,7 @@ All access is restricted to paths that are either:
This is heavily inspired by Claude's own tooling limits. We enforce safety here This is heavily inspired by Claude's own tooling limits. We enforce safety here
so the AI doesn't wander outside the project workspace. so the AI doesn't wander outside the project workspace.
""" """
# mcp_client.py # mcp_client.py
#MCP-style file context tools for manual_slop. #MCP-style file context tools for manual_slop.