mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-13 09:01:54 +00:00
docs(agent): drop Cursor branding from coding-context comments
This commit is contained in:
parent
76858f5c3e
commit
ad75423f53
2 changed files with 4 additions and 4 deletions
|
|
@ -70,7 +70,7 @@ _PROJECT_MARKERS = (
|
|||
_GIT_TIMEOUT = 2.5
|
||||
|
||||
|
||||
# Cursor-grade operating brief. Tool names referenced here (read_file,
|
||||
# Operating brief for the coding posture. Tool names referenced here (read_file,
|
||||
# search_files, patch, write_file, terminal, todo) are in the coding toolset and
|
||||
# in _HERMES_CORE_TOOLS, so they're present on every surface this fires on.
|
||||
CODING_AGENT_GUIDANCE = (
|
||||
|
|
|
|||
|
|
@ -864,11 +864,11 @@ DEFAULT_CONFIG = {
|
|||
# env var overrides this (build-time/container mechanism).
|
||||
"environment_hint": "",
|
||||
# Coding posture — on interactive coding surfaces (CLI, TUI, desktop
|
||||
# app, ACP) Hermes collapses to the coding toolset and adds a
|
||||
# Cursor-style operating brief + a live git/workspace snapshot. See
|
||||
# app, ACP) Hermes collapses to the coding toolset and adds an
|
||||
# operating brief + a live git/workspace snapshot. See
|
||||
# agent/coding_context.py.
|
||||
# "auto" (default) — on when the surface is interactive AND cwd is a
|
||||
# git repo; messaging platforms are never affected.
|
||||
# code workspace; messaging platforms unaffected.
|
||||
# "on" — force it everywhere (incl. non-git dirs).
|
||||
# "off" — disable entirely (legacy full-toolset behavior).
|
||||
"coding_context": "auto",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue