-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat(daemon): persist session artifacts across restarts #6259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
chiga0
wants to merge
84
commits into
QwenLM:main
Choose a base branch
from
chiga0:feat/session-artifacts-persistence-v2-design
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+7,308
−166
Open
Changes from 64 commits
Commits
Show all changes
84 commits
Select commit
Hold shift + click to select a range
6cb2249
docs: add session artifacts persistence v2 design
9b3a00c
docs: address session artifacts persistence review
c376e1f
docs: tighten artifact persistence restore semantics
1f089dd
docs: address artifact persistence follow-up review
caaa225
docs: clarify artifact sidecar cache tradeoff
e90c6c4
docs: tighten artifact persistence edge cases
1c4137f
docs: tighten artifact persistence design semantics
f550fcb
docs: clarify artifact rewind live-state semantics
95281cd
docs: address artifact persistence review gaps
95ac88b
docs: address artifact persistence review follow-up
9cba32b
feat(daemon): persist session artifacts
7a2f6a1
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
e05ffac
docs(daemon): address artifact persistence review
c9a33fd
test(integration): update artifact capability baseline
cb646c3
fix(daemon): harden artifact content retention
07282a2
fix(daemon): close artifact persistence safety gaps
6f8a852
feat(daemon): persist session artifacts across restarts
7997807
fix(daemon): close artifact persistence audit gaps
fab9a3d
fix(daemon): align artifact persistence release scope
6baf8ba
fix(daemon): harden artifact persistence review paths
da5905d
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
b728e35
fix(daemon): address artifact persistence review follow-ups
95cd5f6
fix(daemon): address artifact persistence review
50f25d7
fix(daemon): address artifact persistence review follow-ups
073daae
fix(daemon): close artifact review edge cases
2421634
fix(daemon): harden artifact restore consistency
4ff1a8c
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
524e6f5
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
1e8562b
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
815fce2
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
becdbcf
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
7d60ad9
fix(daemon): log artifact remove gc failures
14d45f2
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
52b14bb
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
fd0d80f
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
8e3d2ad
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
c8797c2
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
7d58413
fix(daemon): harden session artifact maintenance paths
673bed0
fix(daemon): require client context for artifact listing
315492e
fix(daemon): map artifact authorization rpc errors
feb4c54
fix(daemon): harden artifact retention cleanup
07d6759
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
67222ba
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
47e15e2
test(web-shell): align sidebar render helper usage
3dbe06f
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
4b6c7f5
fix(daemon): harden artifact gc and snapshot retries
066aece
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
2a649e6
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
429c75b
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
5ccb4a6
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
c2ae65d
Merge remote-tracking branch 'origin/main' into feat/session-artifact…
ae551e7
fix(daemon): harden artifact mutation ownership
729dff7
refactor(daemon): split artifact content retention
c8b7aa6
fix(daemon): persist restored artifact snapshots
c144fa6
fix(daemon): keep artifacts on failed restore
e16d072
chore: merge main into session artifact persistence
e24885f
fix(daemon): harden artifact restore metadata
2a54a77
fix(daemon): cover artifact get and batch retention
44e2d3d
fix(daemon): tighten artifact marker rebuild
492d09e
fix(daemon): reconcile persisted session artifacts
0357fb8
fix(daemon): scope artifact persistence to metadata
6d98d6f
fix(core): restore side-channel artifact records
37fb6cc
perf(daemon): avoid repeated workspace artifact hashing
703b3a9
fix(daemon): address artifact persistence review gaps
77375fb
fix(daemon): preserve artifact client ownership
812c063
fix(daemon): close artifact persistence review gaps
7a356a1
test(cli): align artifact persistence CI expectations
306ae98
test(cli): cover artifact persist handler
736da6f
fix(daemon): filter artifact metadata prototype keys
a1e8331
fix(daemon): restore artifact workspace baselines
054725c
fix(daemon): restore artifact workspace baselines
d4d8691
Merge remote-tracking branch 'fork/feat/session-artifacts-persistence…
95a54e3
fix(daemon): preserve workspace metadata on merge
717534a
fix(daemon): harden artifact rewind restore
9e27e83
fix(daemon): label rewind artifact removals
d7db531
fix(daemon): harden session artifact restore
d389f0a
fix(daemon): stabilize artifact restore failure checks
4418658
fix(daemon): preserve tombstones for downgraded artifacts
8efb85e
fix(daemon): snapshot artifacts on rewind rebuild failure
83bc7b5
fix(daemon): harden artifact journal replay
502e054
fix(daemon): harden artifact snapshot restore
5d3345a
fix(daemon): harden artifact persistence edges
d37e8d2
fix(daemon): close artifact persistence review gaps
096b217
fix(daemon): share artifact metadata helpers
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
893 changes: 893 additions & 0 deletions
893
docs/design/daemon-session-artifacts/session-artifacts-persistence-v2-design.md
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.