diff --git a/.gitignore b/.gitignore index c6e80df..b5570b7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ .stow-local-ignore pi/.pi/agent/profiles pi/.pi/agent/sessions +pi/.pi/agent/auth.json +pi/.pi/agent/settings.json +pi/.pi/agent/usage-cache.json diff --git a/pi/.pi/agent/auth.json b/pi/.pi/agent/auth.json deleted file mode 100644 index f1ffa5e..0000000 --- a/pi/.pi/agent/auth.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "anthropic": { - "type": "oauth", - "refresh": "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", - "access": "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", - "expires": 1772856280733 - } -} \ No newline at end of file diff --git a/pi/.pi/agent/settings.json b/pi/.pi/agent/settings.json deleted file mode 100644 index ab24d9e..0000000 --- a/pi/.pi/agent/settings.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "lastChangelogVersion": "0.56.1", - "packages": [ - "npm:pi-subagents", - "npm:@aliou/pi-guardrails", - "npm:pi-mcp-adapter", - "npm:pi-ask-tool-extension", - "npm:pi-web-access" - ], - "defaultProvider": "anthropic", - "defaultModel": "claude-sonnet-4-6", - "hideThinkingBlock": true -} \ No newline at end of file diff --git a/pi/.pi/agent/usage-cache.json b/pi/.pi/agent/usage-cache.json deleted file mode 100644 index 1fc59b6..0000000 --- a/pi/.pi/agent/usage-cache.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "timestamp": 1772832937691, - "data": { - "claude": { - "session": 82, - "weekly": 9, - "sessionResetsIn": "3h 24m", - "weeklyResetsIn": "6d 22h" - } - }, - "rateLimitedUntil": {} -} \ No newline at end of file