feat(skills): add Trello skill for board/list/card management#100
Merged
feat(skills): add Trello skill for board/list/card management#100
Conversation
dgarson
referenced
this pull request
in dgarson/clawdbot
Feb 7, 2026
feat: Tree tool for directory exploration
slathrop
referenced
this pull request
in slathrop/openclaw-js
Feb 11, 2026
Tasks completed: 2/2 - Task 1: Port grammY fetch cast + spoiler tags (commits #34, #100) - Task 2: Port command truncation to 100 limit (commits #161, #162) SUMMARY: .planning/phases/14-telegram-channels/14-01-SUMMARY.md
|
Starting T096 reconnect pulse enhancement audit and implementation. |
dalefrieswthat
pushed a commit
to dalefrieswthat/openclaw
that referenced
this pull request
Feb 25, 2026
Resolves five issues identified in code review of feat/hitl-gateway: 1. Wire approvalManager into HitlGateway lifecycle checkAndGate now calls approvalManager.create()+register() so callers can block on approvalManager.awaitDecision(requestId). recordDecision now calls approvalManager.resolve() to unblock them. Previously the in-memory promise lifecycle was completely disconnected from the SQLite store, meaning any caller awaiting a decision would hang forever. 2. Require policy to be present for authorization in recordDecision Previously, if request.policyId was not in policiesById, the entire authorization block was silently skipped, allowing any actor to approve/deny with no role or actor checks. Now returns an explicit error when the policy is not found. 3. Fix expireRequest escalation threshold to measure from expiresAtMs afterTimeoutMs is documented as 'after the timeout' but was measured from createdAtMs, causing escalation to fire well before the request even expired. Now measures from expiresAtMs so afterTimeoutMs=30_000 means 'escalate 30s after the approval window closes'. 4. Reject decisions on requests past their expiresAtMs deadline recordDecision only checked request.status, not the clock. Without a running timeout sweep (Phase 5), status stays 'pending' past expiry, so a late approver could bypass the timeout policy. Now returns an explicit 'expired' error when the deadline has passed. 5. Fix listPendingRequests to query by status instead of post-filter The prior implementation fetched the latest 100 records and filtered in memory, silently dropping pending requests older than openclaw#100. Now queries each status (pending, escalated) explicitly with limit=500. Additional fixes: - Fix requireDifferentActor type in HitlPolicyDefinition: string|boolean -> boolean, consistent with types.approvals.ts and the Zod schema. - Fix extractShellCommandFromArgv to join all args after cmd.exe /c instead of taking only argv[idx+1], so multi-token cmd.exe commands are validated and matched correctly against rawCommand. - Add HitlEscalationSchema + maxApprovalChainDepth to zod-schema.approvals to resolve schema/type drift between runtime types and Zod validation. - Add test coverage for all fixed behaviors (31 gateway tests total). Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
dalefrieswthat
pushed a commit
to dalefrieswthat/openclaw
that referenced
this pull request
Feb 25, 2026
Resolves five issues identified in code review of feat/hitl-gateway: 1. Wire approvalManager into HitlGateway lifecycle checkAndGate now calls approvalManager.create()+register() so callers can block on approvalManager.awaitDecision(requestId). recordDecision now calls approvalManager.resolve() to unblock them. Previously the in-memory promise lifecycle was completely disconnected from the SQLite store, meaning any caller awaiting a decision would hang forever. 2. Require policy to be present for authorization in recordDecision Previously, if request.policyId was not in policiesById, the entire authorization block was silently skipped, allowing any actor to approve/deny with no role or actor checks. Now returns an explicit error when the policy is not found. 3. Fix expireRequest escalation threshold to measure from expiresAtMs afterTimeoutMs is documented as 'after the timeout' but was measured from createdAtMs, causing escalation to fire well before the request even expired. Now measures from expiresAtMs so afterTimeoutMs=30_000 means 'escalate 30s after the approval window closes'. 4. Reject decisions on requests past their expiresAtMs deadline recordDecision only checked request.status, not the clock. Without a running timeout sweep (Phase 5), status stays 'pending' past expiry, so a late approver could bypass the timeout policy. Now returns an explicit 'expired' error when the deadline has passed. 5. Fix listPendingRequests to query by status instead of post-filter The prior implementation fetched the latest 100 records and filtered in memory, silently dropping pending requests older than openclaw#100. Now queries each status (pending, escalated) explicitly with limit=500. Additional fixes: - Fix requireDifferentActor type in HitlPolicyDefinition: string|boolean -> boolean, consistent with types.approvals.ts and the Zod schema. - Fix extractShellCommandFromArgv to join all args after cmd.exe /c instead of taking only argv[idx+1], so multi-token cmd.exe commands are validated and matched correctly against rawCommand. - Add HitlEscalationSchema + maxApprovalChainDepth to zod-schema.approvals to resolve schema/type drift between runtime types and Zod validation. - Add test coverage for all fixed behaviors (31 gateway tests total). Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
songliu0403-rgb
pushed a commit
to songliu0403-rgb/openclaw
that referenced
this pull request
Feb 26, 2026
zooqueen
pushed a commit
to hanzoai/bot
that referenced
this pull request
Mar 6, 2026
feat(skills): add Trello skill for board/list/card management
heatherstew44-maker
pushed a commit
to heatherstew44-maker/openclaw
that referenced
this pull request
Mar 8, 2026
Pink Tray Icon on Linux
Piboonsak
added a commit
to Piboonsak/openclaw_github
that referenced
this pull request
Mar 9, 2026
- Add SSH key retry logic (3 attempts, 15s delay) to handle transient VPS unreachability (openclaw#110) - Add SSH auth verification before proceeding with deploy - Pin [email protected] to avoid npm install failures (openclaw#109) - Add error handling for json5 install step - Add config verification logging for safeBins and model persistence (openclaw#97, openclaw#100) Fixes: openclaw#110, openclaw#109, openclaw#97, openclaw#100 Sprint: 1.6
github-actions bot
pushed a commit
to Piboonsak/openclaw_github
that referenced
this pull request
Mar 9, 2026
CyberSpencer
added a commit
to CyberSpencer/openclaw
that referenced
this pull request
Mar 19, 2026
…b_actions/actions/create-github-app-token-2.2.1 chore(deps): bump actions/create-github-app-token from 1.12.0 to 2.2.1
lucian-why
pushed a commit
to lucian-why/openclaw
that referenced
this pull request
Mar 28, 2026
…openclaw#100) Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@29824e6...f8d387b) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sjhu <[email protected]>
Foundry421
added a commit
to Foundry421/openclaw
that referenced
this pull request
Mar 30, 2026
MiniMax M2 models (including M2.7) are trained heavily on Chinese data and occasionally leak CJK (Chinese/Japanese/Korean) ideographs and punctuation into non-CJK language outputs (German, English, etc.). This is a known model-level bug: - GitHub MiniMax-M2 Issue openclaw#100 (Korean → Chinese leakage) - OpenClaw Issue openclaw#17121 (Japanese → Chinese/Russian leakage) - MiniMax-M2 Issue openclaw#55 (CJK/Latin punctuation confusion) System prompt instructions alone cannot reliably prevent this because the leakage originates at the token probability level, not from the model ignoring instructions. Changes: - Add stripLeakedCjkChars() post-processing filter that detects when text is predominantly non-CJK (<20% CJK ideographs by character count) and strips stray CJK characters + replaces CJK punctuation with Latin equivalents - Wire into all three text sanitization paths: 1. extractAssistantText (pi-embedded-utils.ts) -- final message 2. sanitizeTextContent (sessions-helpers.ts) -- subagent/session text 3. emitBlockChunk (pi-embedded-subscribe.ts) -- streaming chunks - Safety: text with >20% CJK content is left untouched (intentional CJK language use) - 17 tests covering German, English, mixed content, intentional CJK preservation, edge cases Fixes openclaw#17121
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.
Trello Skill 📋
Adds a new skill for managing Trello boards, lists, and cards.
Features
Setup
Requires
TRELLO_API_KEYandTRELLO_TOKENenv vars.Notes
This is a curl-based skill (no separate CLI binary needed). Uses the Trello REST API directly.
PR submitted by Clawd 🦞 at Fri Jan 2 08:37:24 GMT 2026 while Peter sleeps