openclaw/src
Tonic 08b7932df0
feat(agents) : Hugging Face Inference provider first-class support and Together API fix and Direct Injection Refactor Auths [AI-assisted] (#13472)
* initial commit

* removes assesment from docs

* resolves automated review comments

* resolves lint , type , tests , refactors , and submits

* solves : why do we have to lint the tests xD

* adds greptile fixes

* solves a type error

* solves a ci error

* refactors auths

* solves a failing test after i pulled from main lol

* solves a failing test after i pulled from main lol

* resolves token naming issue to comply with better practices when using hf / huggingface

* fixes curly lints !

* fixes failing tests for google api from main

* solve merge conflicts

* solve failing tests with a defensive check 'undefined' openrouterapi key

* fix: preserve Hugging Face auth-choice intent and token behavior (#13472) (thanks @Josephrp)

* test: resolve auth-choice cherry-pick conflict cleanup (#13472)

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-02-13 16:18:16 +01:00
..
acp fix: close OC-02 gaps in ACP permission + gateway HTTP deny config (#15390) (thanks @aether-ai-agent) 2026-02-13 14:30:06 +01:00
agents feat(agents) : Hugging Face Inference provider first-class support and Together API fix and Direct Injection Refactor Auths [AI-assisted] (#13472) 2026-02-13 16:18:16 +01:00
auto-reply perf(test): remove redundant status module reloads 2026-02-13 15:11:38 +00:00
browser test: migrate suites to e2e coverage layout 2026-02-13 14:28:22 +00:00
canvas-host security: use openFileWithinRoot for A2UI file serving (#10525) 2026-02-13 15:37:10 +01:00
channels fix(outbound): return error instead of silently redirecting to allowList[0] (#13578) 2026-02-13 05:20:03 +01:00
cli feat(agents) : Hugging Face Inference provider first-class support and Together API fix and Direct Injection Refactor Auths [AI-assisted] (#13472) 2026-02-13 16:18:16 +01:00
commands feat(agents) : Hugging Face Inference provider first-class support and Together API fix and Direct Injection Refactor Auths [AI-assisted] (#13472) 2026-02-13 16:18:16 +01:00
compat
config perf(test): trim module resets in config suites 2026-02-13 15:11:38 +00:00
cron test: migrate suites to e2e coverage layout 2026-02-13 14:28:22 +00:00
daemon perf(test): optimize heavy suites and stabilize lock timing 2026-02-13 13:29:07 +00:00
discord test: migrate suites to e2e coverage layout 2026-02-13 14:28:22 +00:00
docs
gateway feat(gateway): add auth rate-limiting & brute-force protection (#15035) 2026-02-13 15:32:38 +01:00
hooks perf(test): optimize heavy suites and stabilize lock timing 2026-02-13 13:29:07 +00:00
imessage fix(auto-reply): prevent sender spoofing in group prompts 2026-02-10 00:44:38 -06:00
infra test: migrate suites to e2e coverage layout 2026-02-13 14:28:22 +00:00
line fix(auto-reply): prevent sender spoofing in group prompts 2026-02-10 00:44:38 -06:00
link-understanding
logging perf(test): trim module resets in config suites 2026-02-13 15:11:38 +00:00
macos
markdown feat(telegram): render blockquotes as native <blockquote> tags (#14608) (#14626) 2026-02-12 08:11:57 -05:00
media fix: harden OpenResponses URL input fetching 2026-02-13 01:38:49 +01:00
media-understanding feat(agents) : Hugging Face Inference provider first-class support and Together API fix and Direct Injection Refactor Auths [AI-assisted] (#13472) 2026-02-13 16:18:16 +01:00
memory (fix): handle Cloudflare 521 and transient 5xx errors gracefully (#13500) 2026-02-11 21:42:33 -06:00
node-host fix: prevent act:evaluate hangs from getting browser tool stuck/killed (#13498) 2026-02-11 07:54:48 +08:00
pairing fix(pairing): use actual code in pairing approval text 2026-02-10 19:48:02 -05:00
plugin-sdk Update contributing, deduplicate more functions 2026-02-09 19:21:33 -08:00
plugins test: migrate suites to e2e coverage layout 2026-02-13 14:28:22 +00:00
process test: migrate suites to e2e coverage layout 2026-02-13 14:28:22 +00:00
providers chore: Fix failing test. 2026-02-09 09:58:58 +09:00
routing fix: add discord role allowlists (#10650) (thanks @Minidoracat) 2026-02-12 19:52:24 -06:00
scripts
security feat(gateway): add auth rate-limiting & brute-force protection (#15035) 2026-02-13 15:32:38 +01:00
sessions fix: preserve inter-session input provenance (thanks @anbecker) 2026-02-13 02:02:01 +01:00
shared/text
signal test: migrate suites to e2e coverage layout 2026-02-13 14:28:22 +00:00
slack fix(slack): populate thread session with existing thread history (#7610) 2026-02-13 05:51:04 +01:00
telegram test: migrate suites to e2e coverage layout 2026-02-13 14:28:22 +00:00
terminal fix(onboarding): exit cleanly after web ui hatch 2026-02-13 03:20:32 +01:00
test-helpers fix: use STATE_DIR instead of hardcoded ~/.openclaw for identity and canvas (#4824) 2026-02-07 22:16:59 -05:00
test-utils
tts TTS: add missing OpenAI voices (ballad, cedar, juniper, marin, verse) (openclaw#11020) thanks @lailoo 2026-02-13 07:54:00 -06:00
tui Centralize date/time formatting utilities (#11831) 2026-02-08 04:53:31 -08:00
types
utils refactor: consolidate fetchWithTimeout into shared utility 2026-02-09 20:34:56 -08:00
web security: enforce 0o600 permissions on WhatsApp credential files (#10529) 2026-02-13 16:02:15 +01:00
whatsapp
wizard fix: avoid unused custom preferred provider 2026-02-13 15:48:37 +01:00
channel-web.barrel.test.ts
channel-web.ts
docker-setup.test.ts fix(tts): strip markdown before sending text to TTS engines (#13237) 2026-02-12 10:46:57 -05:00
entry.ts Centralize date/time formatting utilities (#11831) 2026-02-08 04:53:31 -08:00
extensionAPI.ts
globals.test.ts
globals.ts
index.test.ts
index.ts
logger.test.ts
logger.ts
logging.ts
polls.test.ts
polls.ts
runtime.ts
utils.test.ts fix(paths): structurally resolve home dir to prevent Windows path bugs (#12125) 2026-02-08 20:06:29 -05:00
utils.ts Deduplicate more 2026-02-09 18:56:58 -08:00
version.test.ts fix: CLI harden update restart imports and fix nested bundle version resolution 2026-02-06 00:09:48 -05:00
version.ts fix: CLI harden update restart imports and fix nested bundle version resolution 2026-02-06 00:09:48 -05:00