fix(sidebar): refresh and load channel-created sessions#291
Open
chsimonpan wants to merge 1 commit into
Open
Conversation
Pre-commit hook ran. Total eslint: 6, total circular: 0
c3837ce to
0290c06
Compare
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.
Follow-up from #285.
Because the Feishu/channel changes conflict heavily with latest develop, this is split into two focused PR layers. This second PR is limited to sidebar/session visibility for channel-created sessions.
Problem:
External channels such as Feishu can create or revive ORG2 sessions outside the workstation UI. Those sessions exist in persistence, but the sidebar can miss them until a manual refresh/reload, and Rust-agent buckets can omit
category=osrows that represent channel/desktop OS sessions.What changed:
agentandosrows when loading the Rust Agent category.Validation run on Linux:
menuSelection.test.ts: passed (5 tests)npx tsc --noEmit -p tsconfig.json: passedcargo clippy --lib -p agent_core --message-format=short: passed (pre-existing warnings only)pnpm run tauri:build:fast: passed after applying fix(build): restore linux bundle target in fast parallel build #279's Linux bundle-target fix locally for validation, then reverted so this PR stays focused. Without fix(build): restore linux bundle target in fast parallel build #279, officialdevelopcurrently fails during bundle phase with thensis-on-Linux bug tracked in bug(build):pnpm run tauri:build:fastfails on Linux — nsis is not a valid bundle target #278.