Add read-only Slack connector#94
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
# Conflicts: # Cargo.toml # apps/desktop/src-tauri/src/main.rs # apps/desktop/src/App.tsx # apps/desktop/src/source-setup.ts # crates/loc-cli/src/commands.rs # crates/loc-cli/src/create.rs # crates/loc-cli/src/history.rs # crates/loc-cli/tests/connect.rs # crates/loc-cli/tests/history.rs # crates/localityd/Cargo.toml # crates/localityd/src/lib.rs # crates/localityd/src/runtime.rs # crates/localityd/src/source.rs # crates/localityd/tests/source_descriptor.rs
# Conflicts: # apps/desktop/src-tauri/src/main.rs # apps/desktop/src/App.tsx # apps/desktop/src/source-setup.test.ts # apps/desktop/src/source-setup.ts # apps/oauth-service/README.md # apps/oauth-service/docs/deployment.md # apps/oauth-service/src/app.ts # apps/oauth-service/src/security/session.ts # apps/oauth-service/src/types.ts # apps/oauth-service/test/app.test.ts # crates/loc-cli/src/commands.rs # crates/loc-cli/src/connect.rs # crates/loc-cli/tests/connect.rs # crates/loc-cli/tests/mount.rs # crates/localityd/src/source.rs # crates/localityd/tests/source_descriptor.rs # docs-site/docs.json # docs-site/llms.txt
mohammedahmed18
force-pushed
the
slack-readonly-connector
branch
from
July 21, 2026 02:43
5e8c7a0 to
78d4b35
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.
Summary
loc connect,loc mount, localityd source resolution/hydration/write policy, and desktop source setup.channels:joinduring normal Slack OAuth and derive public-channel auto-join from mounttypes: mounts includingpublic_channeljoin public channels automatically; mounts excluding it do not.recent.mdfiles by fetching boundedconversations.repliespages for threaded parent messages in the current recent window.Test Plan
cargo test -p locality-slackcargo build -p loc-cli -p localitydgit diff --checkcargo fmt --checkEarlier branch verification before the thread rendering update:
npm run checkinapps/oauth-servicecargo test -p locality-connector oauth_brokercargo test -p loc-cli --test connectcargo test -p loc-cli --test mountcargo test -p loc-cli --lib commands::testscargo check -p locality-desktopNotes
LazyLockinlocality-storeand existing desktop dead-code/unused-variable warnings.