-
Notifications
You must be signed in to change notification settings - Fork 545
fix: dashboard auto-updates session metadata from GitHub PR state #353
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
AgentWrapper
wants to merge
22
commits into
main
Choose a base branch
from
session/ao-10
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.
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
0afac77
fix: dashboard auto-updates session metadata from GitHub PR state
AgentWrapper d1a4364
Address PR review feedback on metadata writeback
AgentWrapper 64896e9
Harden sessions dir resolution for metadata writeback
AgentWrapper 840e0b4
Fix follow-up review issues in session metadata resolution
AgentWrapper a15c7ef
Preserve ci_failed status over review transitions
AgentWrapper 64762a2
Restore ESM .js cache import compatibility
AgentWrapper 48bff97
fix(web): drop cache bridge file and use direct cache import
AgentWrapper 8bea03e
refactor(web): reuse shared PR rate-limit helper
AgentWrapper 6fdb8b8
chore(ci): retrigger PR checks
AgentWrapper a43bb6d
Merge origin/main into session/ao-10
AgentWrapper 63797c6
fix(web): prevent stale metadata status writeback races
AgentWrapper 784b6eb
refactor(web): narrow project before SCM lookup in sessions route
AgentWrapper 697b4b1
chore(ci): retrigger checks
AgentWrapper 48664fe
fix(tracker-gitlab): remove dependency on scm-gitlab subpath export
AgentWrapper 2c280c1
fix(web): preserve mergeable status and dedupe gitlab utils
AgentWrapper a873a39
chore(ci): retrigger checks
AgentWrapper 1f7886e
chore(ci): retrigger checks again
AgentWrapper 70cad6a
chore(ci): retrigger checks (rate-limit window)
AgentWrapper 8eed55a
chore(ci): retrigger checks (mar-13)
AgentWrapper 4aa4383
chore(ci): retrigger checks (mar-13-2)
AgentWrapper 0cccd62
Merge origin/main into session/ao-10 and resolve CI conflicts
AgentWrapper f0278f3
chore(ci): retrigger stuck external checks
AgentWrapper 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
Some comments aren't visible on the classic Files Changed page.
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 |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| ## Agent Orchestrator (ao) Session | ||
|
|
||
| You are running inside an Agent Orchestrator managed workspace. | ||
| Session metadata is updated automatically via shell wrappers. | ||
|
|
||
| If automatic updates fail, you can manually update metadata: | ||
| ```bash | ||
| ~/.ao/bin/ao-metadata-helper.sh # sourced automatically | ||
| # Then call: update_ao_metadata <key> <value> | ||
| ``` |
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
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.
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.