fix(ports): reassign cipher_memory 8096→8105 — claws, TAC trees, agent-teams configs - #1345
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 50 minutes and 50 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (19)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 35e0dbc454
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "pmoves-cipher": { | ||
| "type": "sse", | ||
| "url": "http://${TS_Z890}:8096/sse", | ||
| "url": "http://${TS_Z890}:8105/sse", |
There was a problem hiding this comment.
Point Cipher MCP URL at currently exposed port
This change moves the CLAWS Cipher endpoint to :8105, but the runtime defaults still expose Cipher on :8096 (pmoves/docker-compose.yml uses ${CIPHER_PORT:-8096}:3000, and related health checks/default URLs still use 8096). In any default environment where CIPHER_PORT is not explicitly overridden, clients loading this config will fail to connect to Cipher Memory, so memory-backed tooling regresses immediately.
Useful? React with 👍 / 👎.
Summary
PR B following #1344 — updates config files referencing cipher-memory at port 8096.
Files Changed (19)
Verification
grep -rn cipher.memory:8096|cipher-memory:8096 pmoves/configs/→ zero results.Not Changed (intentional)
Follow-up