Skip to content

Increase autoloop repo-memory max-file-size to 30KB - #85

Merged
mrjf merged 2 commits into
mainfrom
copilot/fix-autoloop-run-failures
Apr 10, 2026
Merged

Increase autoloop repo-memory max-file-size to 30KB#85
mrjf merged 2 commits into
mainfrom
copilot/fix-autoloop-run-failures

Conversation

Copilot AI commented Apr 10, 2026

Copy link
Copy Markdown
Contributor

The autoloop push_repo_memory job fails because the state file build-tsb-pandas-typescript-migration.md (10695 bytes) has outgrown the default 10KB limit after 163 iterations.

File exceeds size limit: build-tsb-pandas-typescript-migration.md (10695 bytes > 10240 bytes)

Changes

  • autoloop.md: Added max-file-size: 30720 to the repo-memory tool config
  • autoloop.md: Added update rule instructing the agent to collapse older iteration history entries (beyond the most recent 10) into compressed summary lines to prevent unbounded growth
  • autoloop.lock.yml: Recompiled via gh aw compile

Copilot AI linked an issue Apr 10, 2026 that may be closed by this pull request
…g instructions

The autoloop push_repo_memory job was failing because the state file
build-tsb-pandas-typescript-migration.md (10695 bytes) exceeded the
default 10240 byte limit. Increase limit to 30720 bytes and add agent
instructions to collapse older iteration history to keep files compact.

Agent-Logs-Url: https://github.com/githubnext/tsessebe/sessions/d3d310d3-fb04-4119-bdaf-f09ae201065d

Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix autoloop runs that are failing Increase autoloop repo-memory max-file-size to 30KB Apr 10, 2026
Copilot finished work on behalf of mrjf April 10, 2026 14:40
Copilot AI requested a review from mrjf April 10, 2026 14:40
@mrjf
mrjf marked this pull request as ready for review April 10, 2026 15:46
@mrjf
mrjf merged commit 3f36988 into main Apr 10, 2026
6 checks passed
@mrjf
mrjf deleted the copilot/fix-autoloop-run-failures branch April 10, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Autoloop runs are failing

2 participants