zeroclaw/src
Shadman Hossain d5cea40fed fix(bedrock): auto-refresh AWS credentials before STS token expiry
Add CachedCredentials with 50-minute TTL that transparently refreshes
from the ECS container credential endpoint, env vars, or EC2 IMDS.

- Add from_ecs() to credential resolve chain for ECS/Fargate support
- Move streaming credential fetch into async context for TTL validation
- Remove sync credential fallback (all paths now use TTL-aware cache)
- Double-checked locking prevents thundering herd on refresh

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 17:51:57 -05:00
..
agent Merge remote-tracking branch 'origin/main' into pr2093-mainmerge 2026-02-28 17:43:48 -05:00
approval chore: promote dev snapshot to main (resolve #1978/#1970) 2026-02-26 21:09:33 -05:00
auth feat: stabilize codex oauth and add provider model connectivity workflow 2026-02-24 16:03:01 +08:00
bin fix(mcp): 修复 SSE 传输并兼容 endpoint/messages 2026-02-28 12:01:51 +08:00
channels feat(slack): support listening on multiple configured channel IDs 2026-02-28 17:48:20 -05:00
config feat(slack): support listening on multiple configured channel IDs 2026-02-28 17:48:20 -05:00
coordination fix(coordination): satisfy strict-delta clippy gates 2026-02-25 23:16:27 +08:00
cost fix(agent): parse MiniMax tool call formats for execution 2026-02-21 12:36:28 +08:00
cron feat(slack): support listening on multiple configured channel IDs 2026-02-28 17:48:20 -05:00
daemon Merge remote-tracking branch 'origin/main' into pr2093-mainmerge 2026-02-28 17:33:17 -05:00
doctor feat(codex): add websocket-first transport selection 2026-02-28 13:48:41 +08:00
economic Merge remote-tracking branch 'origin/main' into pr2093-mainmerge 2026-02-28 17:33:17 -05:00
gateway Merge remote-tracking branch 'origin/main' into pr2093-mainmerge 2026-02-28 17:33:17 -05:00
goals fix(goals): use schema GoalLoopConfig path in tests 2026-02-26 01:50:24 +08:00
hardware fix: resolve all clippy warnings across codebase 2026-02-25 17:50:56 +08:00
health refactor(sync): migrate remaining std mutex usage to parking_lot 2026-02-18 00:45:26 +08:00
heartbeat fix: route heartbeat outputs to configured channels 2026-02-24 16:02:59 +08:00
hooks fix(hooks): harden dispatch and outbound message guardrails 2026-02-21 13:34:09 +08:00
integrations feat(channel): add github native channel MVP 2026-02-28 14:03:10 -05:00
memory test(memory): verify cortex bridge failure preserves local sqlite writes 2026-02-28 17:25:03 -05:00
observability chore(fmt): normalize rustfmt output to satisfy quality gate 2026-03-01 00:45:18 +08:00
onboard feat(slack): support listening on multiple configured channel IDs 2026-02-28 17:48:20 -05:00
peripherals fix(peripherals): import Peripheral trait for all-features build 2026-02-25 09:57:35 +00:00
plugins fix: session leftovers after db47f56 2026-02-28 15:23:42 +08:00
providers fix(bedrock): auto-refresh AWS credentials before STS token expiry 2026-02-28 17:51:57 -05:00
rag chore(lint): extend low-risk clippy cleanup batch 2026-02-17 16:40:58 +08:00
runtime feat(wasm): harden module integrity and symlink policy 2026-02-25 22:49:57 +08:00
security Merge remote-tracking branch 'origin/main' into pr2093-mainmerge 2026-02-28 17:33:17 -05:00
service feat: goals engine, heartbeat delivery, daemon improvements, and cron consolidation 2026-02-26 01:50:24 +08:00
skillforge chore: Remove blocking read strings 2026-02-19 14:52:29 +08:00
skills Merge remote-tracking branch 'origin/main' into pr2093-mainmerge 2026-02-28 17:33:17 -05:00
sop fix(web): call doctor endpoint with authenticated POST 2026-02-24 16:02:59 +08:00
tools Merge remote-tracking branch 'origin/main' into pr2093-mainmerge 2026-02-28 17:43:48 -05:00
tunnel feat(proxy): add scoped proxy configuration and docs runbooks 2026-02-18 22:10:42 +08:00
identity.rs feat(identity): add openclaw extra_files support 2026-02-27 15:15:39 -05:00
lib.rs feat(channel): add github native channel MVP 2026-02-28 14:03:10 -05:00
main.rs Merge remote-tracking branch 'origin/main' into pr2093-mainmerge 2026-02-28 17:33:17 -05:00
migration.rs readd tests, remove markdown files 2026-02-18 14:42:39 +08:00
multimodal.rs fix(multimodal): optimize image markers for prompt budget 2026-02-26 22:49:21 -05:00
update.rs fix(update): simplify version check branch for clippy 2026-02-26 12:59:23 +08:00
util.rs fix: stabilize UTF-8 truncation and dashboard message IDs (RMN-25 RMN-33) 2026-02-24 16:52:26 +08:00