HenkDz
1583a2d65a
feat(hermes): upgrade hermes-paperclip-adapter + UI adapter + skills + detectModel
...
Upgrades hermes-paperclip-adapter from 0.1.1 to ^0.2.0 and wires in all new
capabilities introduced in v0.2.0:
Server
- Upgrade hermes-paperclip-adapter 0.1.1 -> ^0.2.0 (pending PR#10 merge)
- Wire listSkills + syncSkills from hermes-paperclip-adapter/server
- Add detectModel to hermesLocalAdapter (reads ~/.hermes/config.yaml)
- Add detectAdapterModel() function + /adapters/:type/detect-model route
- Export detectAdapterModel from server/src/adapters/index.ts
Types
- Add optional detectModel? to ServerAdapterModule in adapter-utils
UI
- Add hermes-paperclip-adapter ^0.2.0 to ui/package.json (for /ui exports)
- New ui/src/adapters/hermes-local/ — config fields + UI adapter module
- Register hermesLocalUIAdapter in UI adapter registry
- New HermesIcon (caduceus SVG) for adapter pickers
- AgentConfigForm: detect-model button, creatable model input, preserve
adapter-agnostic fields (env, promptTemplate) when switching adapter type
- NewAgentDialog + OnboardingWizard: add Hermes to adapter picker
- Agents, OrgChart, InviteLanding, NewAgent, agent-config-primitives: add
hermes_local label + enable in adapter sets
- AgentDetail: smarter run summary excerpt extraction
- RunTranscriptView: improved Hermes stdout rendering
NOTE: requires hermes-paperclip-adapter@0.2.0 on npm.
Blocked on NousResearch/hermes-paperclip-adapter#10 merging.
2026-03-28 01:34:48 +01:00
Dotta
fed94d18f3
Improve imported agent adapter selection
2026-03-16 12:17:28 -05:00
Aditya Sasidhar
af97259a9c
feat(adapters): add Gemini CLI local adapter support
...
Signed-off-by: Aditya Sasidhar <telikicherlaadityasasidhar@gmail.com>
2026-03-10 16:46:04 +00:00
Dotta
048e2b1bfe
Remove legacy OpenClaw adapter and keep gateway-only flow
2026-03-07 18:50:25 -06:00
Dotta
3b4db7a3bc
Merge remote-tracking branch 'public-gh/master'
...
* public-gh/master:
Address PR feedback: keep testEnvironment non-destructive, warn on swallowed errors
Apply suggestion from @greptile-apps[bot]
Fix opencode-local adapter: parser, UI, CLI, and environment tests
Rename Invoke button to Run Heartbeat for clarity
fixing overhanging recommended text in onboarding
Add Contributing guide
feat(pi-local): fix bugs, add RPC mode, improve cost tracking and output handling
fix(sidebar-badges): include approvals in inbox badge count
feat: add Pi adapter support to constants and onboarding UI
Adding support for pi-local
ci: clarify fail-fast lockfile refresh behavior
ci: remove unnecessary full-history checkout
ci: fix pnpm lockfile policy checks
ci: split workflows and move pnpm lockfile ownership to GitHub Actions
Add License
fix: use root option in sendFile to avoid dotfile 500 on SPA refresh
# Conflicts:
# cli/src/adapters/registry.ts
# pnpm-lock.yaml
# server/src/adapters/registry.ts
# ui/package.json
# ui/src/adapters/registry.ts
2026-03-07 15:18:02 -06:00
Dotta
a498c268c5
feat: add openclaw_gateway adapter
...
New adapter type for invoking OpenClaw agents via the gateway protocol.
Registers in server, CLI, and UI adapter registries. Adds onboarding
wizard support with gateway URL field and e2e smoke test script.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 08:59:29 -06:00
Richard Anaya
eb7f690ceb
Adding support for pi-local
2026-03-06 18:29:38 -08:00
Dotta
8a85173150
feat: add cursor local adapter across server ui and cli
2026-03-05 06:31:22 -06:00
Dotta
f6a09bcbea
feat: add opencode local adapter support
2026-03-04 16:48:54 -06:00
Forgotten
b0f3f04ac6
feat: add OpenClaw adapter type
...
Introduce openclaw adapter package with server execution, CLI stream
formatting, and UI config fields. Register the adapter across CLI,
server, and UI registries. Add adapter label in all relevant pages.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 16:32:59 -06:00
Forgotten
47ccd946b6
Extract adapter registry across CLI, server, and UI
...
Refactor monolithic heartbeat service, AgentConfigForm, and CLI
heartbeat-run into a proper adapter registry pattern. Each adapter
type (process, claude-local, codex-local, http) gets its own module
with server-side execution logic, CLI invocation, and UI config form.
Significantly reduces file sizes and enables adding new adapters
without touching core code.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 13:53:03 -06:00