-
Notifications
You must be signed in to change notification settings - Fork 0
Add OpenClaw bridge runtime and provisioning support #7
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
batuhan
wants to merge
44
commits into
main
Choose a base branch
from
batuhan/oc-2
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 all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
eced5a1
Add OpenClaw bridge package skeleton
a388a23
Add OpenClaw bridge registration config
5905c34
Add OpenClaw agent room registry
313886f
Add OpenClaw approval response mapping
41b9fc6
Add OpenClaw gateway runtime wrapper
043966c
Add OpenClaw Matrix bridge coordinator
7252973
Add OpenClaw bridge management CLI
8b59e29
Add OpenClaw Pickle bridge connector
2974170
Add OpenClaw session backfill planning
cbf35b6
Wire OpenClaw history into bridge backfill
2ba589d
Add OpenClaw Beeper setup helpers
4918041
Add OpenClaw HTTP gateway transport
5922ca4
Add OpenClaw Beeper bridge runtime
c449f8a
Persist OpenClaw Beeper account identity
75b2fcb
Add OpenClaw bridge start command
d460ca3
Support Beeper account creation in OpenClaw setup
c6e401d
Model OpenClaw session users as ghosts
afeeabe
Add OpenClaw WebSocket gateway transport
b28f9fd
Expose broader OpenClaw gateway features
2d89f80
Add OpenClaw session backfill executor
adcb310
Normalize OpenClaw gateway stream events
58cfd37
Add OpenClaw protocol coverage manifest
f75e8b4
Document OpenClaw bridge package usage
a7c03ef
Wire OpenClaw startup backfill
batuhan 7b6fce6
Force non-federated OpenClaw portals
batuhan 227f644
Expose OpenClaw gateway RPC management
batuhan 00a8a11
Create sessions for OpenClaw agent DMs
batuhan 60ba686
Merge remote-tracking branch 'origin/main' into batuhan/oc-2
514a1a9
Refactor core workflow and supporting modules
51d4bdf
Remove gateway token fallback from OpenClaw bridge
485850a
Refine pickle openclaw plugin packaging and session handling
b38b4d9
Stream OpenClaw runs through AG-UI channel replies
b33f1c2
Require native OpenClaw channel turns for Beeper streaming
6a06ccd
Fix Beeper plugin to stream AG-UI responses natively
7475c36
Propagate Matrix room ids into OpenClaw turns
d58a809
Fix Beeper streaming and approval tool-call shapes
94a36cf
Stream Beeper tool output and handle OpenClaw slash commands
584b067
Add HTML formatting to OpenClaw command replies
41644c2
Rewrite OpenClaw as a first-class Beeper network connector
cb8fc40
Refactor pickle data flow and UI state handling
739e0ec
Sync openclaw manifest schema with bridge config
2e805e6
Enable native Beeper stream identities and tool streaming
7274fad
Handle Codex tool stream events without false positives
1c6b06c
Rename OpenClaw package and remove plan files
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: beeper/pickle
Length of output: 185
🏁 Script executed:
Repository: beeper/pickle
Length of output: 443
🏁 Script executed:
Repository: beeper/pickle
Length of output: 228
Avoid duplicate workspace package identity.
"name": "@beeper/openclaw"duplicatespackages/openclaw/package.json’s"name": "@beeper/openclaw", which can cause workspace/package selection ambiguity in pnpm tooling—rename the root to a distinct identity (keep itprivate) or drop the rootname.test:godelegation topnpm --filter@beeper/pickletest:gois correct;@beeper/picklerunscd native && go test -tags goolm ./....🤖 Prompt for AI Agents