paperclip/ui/src/adapters
Hiuri Noronha 1bf2424377
fix: honor Hermes local command override (#3503)
## Summary

This fixes the Hermes local adapter so that a configured command
override is respected during both environment tests and execution.

## Problem

The Hermes adapter expects `adapterConfig.hermesCommand`, but the
generic local command path in the UI was storing
`adapterConfig.command`.

As a result, changing the command in the UI did not reliably affect
runtime behavior. In real use, the adapter could still fall back to the
default `hermes` binary.

This showed up clearly in setups where Hermes is launched through a
wrapper command rather than installed directly on the host.

## What changed

- switched the Hermes local UI adapter to the Hermes-specific config
builder
- updated the configuration form to read and write `hermesCommand` for
`hermes_local`
- preserved the override correctly in the test-environment path
- added server-side normalization from legacy `command` to
`hermesCommand`

## Compatibility

The server-side normalization keeps older saved agent configs working,
including configs that still store the value under `command`.

## Validation

Validated against a Docker-based Hermes workflow using a local wrapper
exposed through a symlinked command:

- `Command = hermes-docker`
- environment test respects the override
- runs no longer fall back to `hermes`

Typecheck also passed for both UI and server.

Co-authored-by: NoronhaH <NoronhaH@users.noreply.github.com>
2026-04-20 15:55:08 -05:00
..
claude-local fix(ui): polish issue detail timelines and attachments 2026-04-02 11:51:40 -05:00
codex-local feat(codex-local): add fast mode support 2026-04-11 08:21:55 -05:00
cursor fix: hide instructions file and show advanced fields in import adapter config 2026-03-16 11:09:36 -05:00
gemini-local Improve imported agent adapter selection 2026-03-16 12:17:28 -05:00
hermes-local fix: honor Hermes local command override (#3503) 2026-04-20 15:55:08 -05:00
http Extract adapter registry across CLI, server, and UI 2026-02-18 13:53:03 -06:00
openclaw-gateway fix(openclaw-gateway): make claimedApiKeyPath configurable per agent 2026-04-03 11:25:58 -04:00
opencode-local Fix headless OpenCode permission prompts 2026-03-26 11:12:35 -05:00
pi-local Improve imported agent adapter selection 2026-03-16 12:17:28 -05:00
process Extract adapter registry across CLI, server, and UI 2026-02-18 13:53:03 -06:00
adapter-display-registry.ts fix(adapters): restore built-in Hermes and sync lockfile with server 2026-04-03 21:11:21 +01:00
disabled-store.ts feat(adapters): external adapter plugin system with dynamic UI parser 2026-04-03 21:11:20 +01:00
dynamic-loader.ts fix(adapters): honor paused overrides and isolate UI parser state 2026-04-04 14:04:33 -05:00
index.ts fix(ui): external adapter selection, config field placement, and transcript parser freshness 2026-04-03 21:11:22 +01:00
local-workspace-runtime-fields.tsx Refine project and agent configuration UI 2026-03-10 10:58:43 -05:00
metadata.test.ts feat(adapters): external adapter plugin system with dynamic UI parser 2026-04-03 21:11:20 +01:00
metadata.ts fix: update tests for SchemaConfigFields and comingSoon logic 2026-04-03 21:11:23 +01:00
registry.test.ts fix: update tests for SchemaConfigFields and comingSoon logic 2026-04-03 21:11:23 +01:00
registry.ts fix(adapters): honor paused overrides and isolate UI parser state 2026-04-04 14:04:33 -05:00
runtime-json-fields.tsx updating paths 2026-03-10 14:43:34 -05:00
schema-config-fields.tsx fix(ui): external adapter selection, config field placement, and transcript parser freshness 2026-04-03 21:11:22 +01:00
transcript.test.ts feat: polish issue thread markdown and references 2026-04-10 22:26:21 -05:00
transcript.ts feat: polish issue thread markdown and references 2026-04-10 22:26:21 -05:00
types.ts fix(adapters): honor paused overrides and isolate UI parser state 2026-04-04 14:04:33 -05:00
use-adapter-capabilities.ts fix(hermes): stop advertising unsupported instructions bundles (#3908) 2026-04-20 15:54:14 -05:00
use-disabled-adapters.ts feat: server-side override pause/resume for builtin adapter types 2026-04-04 13:17:21 +01:00