PR based on https://github.com/clawshell/clawshell/pull/73 - #86
Merged
Merged
Conversation
Contributor
Author
|
As per @ADD-SP's comment, the official way to configure Docker for OpenClaw is documented here: https://docs.openclaw.ai/install/docker. I recommend we keep the Docker setup for clawshell only rather than both. |
xichen1997
marked this pull request as draft
March 19, 2026 22:47
xichen1997
force-pushed
the
feature/oauth
branch
from
March 20, 2026 20:21
3baa1e5 to
31cd4cb
Compare
Contributor
Author
|
I have deleted the docker part temporarily since we have to include openclaw image for running the openclaw CLI, which is way to heavy for a proxy tool like clawshell. Keep the oauth for codex part and tested it could work on my Mac mini with vanilla OpenClaw. |
xichen1997
marked this pull request as ready for review
March 20, 2026 20:56
ADD-SP
reviewed
Mar 20, 2026
ADD-SP
approved these changes
Mar 22, 2026
ADD-SP
reviewed
Mar 22, 2026
ADD-SP
left a comment
Collaborator
There was a problem hiding this comment.
Could you squash all commit into a single commit, the author is https://github.com/u20024804, and you are the co-author, so that I can rebase and merge this PR.
Co-authored-by: Xi Chen <chenxi.edu1997@gmail.com>
xichen1997
force-pushed
the
feature/oauth
branch
from
March 22, 2026 18:08
03a7ce1 to
f03ddce
Compare
Collaborator
|
Force pushed 75fbaa8 to fix incorrect commit message. |
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.
This PR is based on #73
Original info:
Current progress: I have cleaned all the code for google/antigravity Oauth, which won't be supported in the future, and now it can build with:
podman run --rm -v $(pwd):/workspace -w /workspace rust:latest sh -c "cargo build && cargo test"
However, the podman compose up will give several configuration warnings or errors: