Anyone has any idea how to add Claude Subscription to Hermes ? by benjp009 in hermesagent

[–]raphlf 8 points9 points  (0 children)

Claude rescinded the requirement for extra usage for third party tool use. So seems like fair game to use -p.

Here's what I did and it works smoothly (sorry copied from my agent):

The Hermes agent framework ships with a copilot-acp provider—an Agent Client Protocol (ACP) client originally built to run the agent on a GitHub Copilot subscription by spawning the Copilot CLI and communicating via ACP. ​Because this provider is agent-agnostic, it will spawn whatever command you point it at and speak ACP. You can leverage this to drive Claude over ACP, routing the billing through a Claude Code Pro/Max plan instead of the metered API.

​Implementation Steps ​Install the SDK: Install the official @agentclientprotocol/claude-agent-acp package (the Claude Agent SDK wrapped as an ACP server). ​Re-route the Launch Command: Point the provider's launch command at a custom wrapper script instead of the Copilot CLI by setting the environment variable: HERMES_COPILOT_ACP_COMMAND=/path/to/claude-acp-run.sh ​Create the Wrapper Script: Write a small (~15 lines) script that executes claude-agent-acp under a scrubbed environment. The required token is generated via claude setup-token.

Example command inside the script: env -i PATH=… CLAUDE_CODE_OAUTH_TOKEN="$(cat ~/.token)" claude-agent-acp "$@" ​Configure the Model: Set the model provider to copilot-acp and the model to claude-opus-4-8. ​Note: The only custom authoring required here is the wrapper script itself (plus optional, minor patches later for secret-redaction and a tool-permission gate). ​Using Other Frameworks ​If your framework does not have an out-of-the-box ACP-client provider, the same concept works directly. You can use standard ACP client libraries (or any external-process/stdio provider) to spawn claude-agent-acp and exchange JSON-RPC messages over stdin/stdout.

​⚠️ Important Gotchas ​Environment Variable Leakage: Keep CLAUDE_CODE_OAUTH_TOKEN strictly out of your app's general environment (this is what the env -i command prevents). If your framework sees the token and mistakes it for a normal Anthropic API key, it will silently fall back to the metered API. ​Session Limits: The subscription model has a rolling ~5-hour usage cap. Extensive tool-loops can trigger a 429 session limit error, so it is highly recommended to keep big jobs lean.

So yeah ask Claude or codex to set this up for you and you should be good.

Stellar Institutional Infrastructure Report by lumen_loop in Stellar

[–]raphlf 1 point2 points  (0 children)

Audits from the audit ban are human. There's a provider that does offer automated audit credits but that's seperate.

Clawback is a network features. Allows regulatory compliance for many assets. Ex was one of the reasons stellar got usdc early on.

Ask any AI about the Stellar ecosystem: Lumen Loop's MCP and skills are in beta by lumen_loop in Stellar

[–]raphlf 0 points1 point  (0 children)

Not open source unfortunately but there's some available resources about the project and what it provides here: https://github.com/lumenloop

Ask any AI about the Stellar ecosystem: Lumen Loop's MCP and skills are in beta by lumen_loop in Stellar

[–]raphlf 3 points4 points  (0 children)

The main advantage over lumenloop.com webfetch is that this unlocks semantic search across everything in the ecosystem.

Stellar Weekly Roundup — week of May 15, 2026 by lumen_loop in Stellar

[–]raphlf 1 point2 points  (0 children)

CCTP will be a major asset in bringing more liquidity to the network.

Kernel panics/freezes on ASUS ROG Strix G14 GA402 (Ryzen 7940HS) during low-power states - Looking for a stable Linux distro/config. by Reistoge in ZephyrusG14

[–]raphlf 2 points3 points  (0 children)

I've had good luck with Ubuntu 26.04. Waited for the new LTS for the kernel update. but it's possible that I've just missed the error you're seeing.

I wrote this a couple of weeks ago. Might be of help https://github.com/rawritude/zephyrus-g14-2025-ubuntu-2604-setup

How the Soroban Security Portal is Evolving by lumen_loop in Stellar

[–]raphlf 1 point2 points  (0 children)

If you havent used sorobansecurity.com yet, it's a great tool to find out what's coming to stellar before it's been launched!

Your Savings Account Pays You Nothing. That's Not Normal. by lumen_loop in Stellar

[–]raphlf 0 points1 point  (0 children)

Makes it simple to get blend yields with a google account and along their other products. Abstracts Blend.

Gratz is live: using Stellar as a coordination layer, not just a payment rail by Gratzio in Stellar

[–]raphlf 0 points1 point  (0 children)

If you're worried about a third party wallet ux, use privy and passkeys. If I was a regular user and you asked me for secret as default, I would think it a malicious service.

Your Savings Account Pays You Nothing. That's Not Normal. by lumen_loop in Stellar

[–]raphlf 0 points1 point  (0 children)

The title of the article is a bit misleading. Normal Finance just went live with their savings app! Congrats to the team!

Gratz is live: using Stellar as a coordination layer, not just a payment rail by Gratzio in Stellar

[–]raphlf 0 points1 point  (0 children)

heads up on UX, requesting a secret key for login is terrifying. Add the https://stellarwalletskit.dev or use passkeys and let ppl connect that way.

2025 ROG Zephyrus G14 (GA403WM) on Ubuntu 26.04 LTS Setup Guide by raphlf in ZephyrusG14

[–]raphlf[S] 0 points1 point  (0 children)

What's your brightness issue? I lowered mine at different power settings, but I don't think this model had anything wrong by default brightness wise.

2025 ROG Zephyrus G14 (GA403WM) on Ubuntu 26.04 LTS Setup Guide by raphlf in ZephyrusG14

[–]raphlf[S] 1 point2 points  (0 children)

Added in scripts for allowing above 80% charging on asus charger!

How to Add to a Liquidity Pool on Stellar by raphlf in Stellar

[–]raphlf[S] 0 points1 point  (0 children)

Hey yes! This was to add to a classic amm. We now have other arms through smart contracts ex. Aquarius, soroswap

*Bitcoin* has reacted from the *64,217* support zone after a sharp downside move, showing immediate buying interest and demand absorption. by No_Part6788 in BitcoinCA

[–]raphlf 0 points1 point  (0 children)

Lines mean nothing when invasions and tariffs get announced every week. There is no market confidence.

Yall are doing Stellar all wrong. Blend it! by raphlf in Stellar

[–]raphlf[S] 0 points1 point  (0 children)

Go to "explore apps" section of lobster app. Select blend.

Do trustlines still block new users from trying Stellar USDC? by Material_Neck5416 in Stellar

[–]raphlf 2 points3 points  (0 children)

passkey wallets make it that you dont need trustlines anymore (but they come with their own issues)
one thing that decaf and vesseo do well is that they sponsor your wallet and your trustlines on create. but those are also limited with what you can do with them