progress
This commit is contained in:
@@ -22,11 +22,16 @@ paths = [
|
||||
"C:/projects/manual_slop/theme.py",
|
||||
"C:/projects/manual_slop/project_manager.py",
|
||||
"C:/projects/manual_slop/manual_slop.toml",
|
||||
"C:/projects/manual_slop/mcp_client.py",
|
||||
"C:/projects/manual_slop/summarize.py",
|
||||
]
|
||||
|
||||
[screenshots]
|
||||
base_dir = "C:/Users/Ed/scoop/apps/sharex/current/ShareX/Screenshots/2026-02"
|
||||
paths = []
|
||||
paths = [
|
||||
"C:/Users/Ed/scoop/apps/sharex/current/ShareX/Screenshots/2026-02/2026-02-21_21-34-14.png",
|
||||
"C:/Users/Ed/scoop/apps/sharex/current/ShareX/Screenshots/2026-02/Fork_2026-02-21_21-34-27.png",
|
||||
]
|
||||
|
||||
[discussion]
|
||||
roles = [
|
||||
@@ -59,9 +64,16 @@ history = [
|
||||
]
|
||||
|
||||
[discussion.discussions."Support files or mcp, or proper dynamic context uptake."]
|
||||
git_commit = "d9a51332efb3354c81876f9a230bcedd632e7fd2"
|
||||
last_updated = "2026-02-21T21:29:16"
|
||||
history = []
|
||||
git_commit = "59208b27ec31949cb45cae382dddaee645b53b4f"
|
||||
last_updated = "2026-02-21T21:42:01"
|
||||
history = [
|
||||
"@2026-02-21T21:30:26\nUser:\nLets add support for mcp. Similar to what claude code has, but restricted only to the paths provided. We have a basic summerizer right now but it doesn't work for all code files (we'd need tree-sitter). We need to add support for getting heurstics on what nuances each file has that is valuable for a basic overview before retrieving their content worst case to get a job done.",
|
||||
"@2026-02-21T21:30:32\nAI:\nThe PowerShell `Set-Content` write corrupted the file — it re-encoded it as Windows-1252, turning the UTF-8 em-dash (0xE2 0x80 0x94) into 0x97. I need to read the file as bytes, find and fix the corruption, apply the three targeted changes, and write back as UTF-8.",
|
||||
"@2026-02-21T21:32:36\nUser:\nI fixed gui.py not sure what happened there. pelases keep adding mcp support...",
|
||||
"@2026-02-21T21:34:03\nAI:\nERROR: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'prompt is too long: 204369 tokens > 200000 maximum'}, 'request_id': 'req_011CYNKqxGAjRaD8cXEbuGTt'}",
|
||||
"@2026-02-21T21:39:13\nUser:\nYou got an error for a request (message too long). Continue where you left off I provided screenshots to hopefully help. I restarted the editor it has the last mcp_client.py and I added it to your context.",
|
||||
"@2026-02-21T21:39:13\nAI:\nERROR: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'prompt is too long: 211450 tokens > 200000 maximum'}, 'request_id': 'req_011CYNLEVvnYZCCBugQ1sfQX'}",
|
||||
]
|
||||
|
||||
[discussion.discussions."Word Wrap"]
|
||||
git_commit = ""
|
||||
|
||||
Reference in New Issue
Block a user