Closed
Add archiving UI with configurable version retention#16
Conversation
Co-authored-by: jlahtela <13746676+jlahtela@users.noreply.github.com>
…older browser Co-authored-by: jlahtela <13746676+jlahtela@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add user interface for archiving functionality
Add archiving UI with configurable version retention
Dec 19, 2025
Zesseth
requested changes
Dec 19, 2025
Zesseth
left a comment
Owner
There was a problem hiding this comment.
This should be merged to V0.2_features branch, not to master.
Zesseth
marked this pull request as ready for review
December 19, 2025 22:02
Copilot stopped work on behalf of
Zesseth due to an error
December 19, 2025 22:04
Owner
|
@copilot please change branch to V0.2_features |
Contributor
Author
I can see that the If you'd like me to create a new branch based on a different starting point for V0.2_features, please let me know what the base should be. Otherwise, you can change the PR target branch in the GitHub UI by editing the PR and selecting V0.2_features as the base branch. |
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.
Implements UI for archiving older project versions to a destination folder, keeping only N most recent versions active.
Changes
New module:
archiving.luaversion < (current_version - versions_to_keep)UI section in
gui.luaEvent handlers in
RASP.luaConfiguration in
config.luaarchive_destinationandversions_to_keepsettings (persist via ExtState)Example
With current version v10 and keep=3:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.