-
Notifications
You must be signed in to change notification settings - Fork 1
Work + PR tab perf audit: defer cold-start probes and idle polls #259
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
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
934ad21
Optimize usage settings mount
arul28 66a8c0b
Defer PR rebase polling until needed
arul28 294ef0b
Stop idle top bar sync polling
arul28 dfa06be
Avoid GitHub refresh on plain PR mount
arul28 73972f4
Use lightweight lanes on plain PR list
arul28 87cd8d4
Skip redundant graph preference writes
arul28 5a6fda3
Defer Cursor model inventory during chat boot
arul28 df639ac
Avoid auto-rebase status probe on lanes mount
arul28 c5cbc4f
Skip redundant Cursor inventory when status has models
arul28 ca8ad67
Add model catalog hook and cursor refresh
arul28 b7da2de
ship: iteration 1 — address greptile + coderabbit findings
arul28 0bfb00e
Fix PR review regressions
arul28 cad31ef
Allow implicit reuse lane automation updates
arul28 9bef991
Guard concurrent Cursor inventory refreshes
arul28 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,32 +1,19 @@ | ||
| # Machine-local ADE state | ||
| local.yaml | ||
| local.secret.yaml | ||
| ade.db | ||
| ade.db-* | ||
| ade.db-wal | ||
| embeddings.db | ||
| ade.sock | ||
| artifacts/ | ||
| transcripts/ | ||
| cache/ | ||
| worktrees/ | ||
| secrets/ | ||
| # ADE ignores local runtime state by default. | ||
| * | ||
|
|
||
| # Local-only generated runtime docs/state | ||
| agents/ | ||
| cto/CURRENT.md | ||
| cto/MEMORY.md | ||
| cto/core-memory.json | ||
| cto/daily/ | ||
| cto/sessions.jsonl | ||
| cto/subordinate-activity.jsonl | ||
| cto/openclaw-history.json | ||
| cto/openclaw-idempotency.json | ||
| cto/openclaw-outbox.json | ||
| cto/openclaw-routes.json | ||
| cto/openclaw-device.json | ||
| context/ | ||
| memory/ | ||
| history/ | ||
| reflections/ | ||
| context/*.ade.md | ||
| # Shared ADE project config | ||
| !.gitignore | ||
| !ade.yaml | ||
| !cto/ | ||
| !cto/identity.yaml | ||
|
|
||
| # Shared user-authored ADE assets | ||
| !templates/ | ||
| !templates/** | ||
| !skills/ | ||
| !skills/** | ||
| !workflows/ | ||
| !workflows/linear/ | ||
| !workflows/linear/** | ||
| !project-icons/ | ||
| !project-icons/** |
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
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.