#10443: feat: add visible terminal support for coding agents
stale
Cluster:
Skill Enhancements and Fixes
Adds launch-visible.sh helper and SKILL.md instructions for running agents in visible screen sessions.
<!-- greptile_comment -->
<h2>Greptile Overview</h2>
<h3>Greptile Summary</h3>
- Updates `skills/coding-agent/SKILL.md` to document a new “Visible Mode” flow for running Claude Code/agents in a host Terminal while keeping background control.
- Adds `skills/coding-agent/launch-visible.sh`, which wraps an arbitrary command in a `screen` session with logging and uses `osascript` to open macOS Terminal attached to the session.
- This lives under the `coding-agent` skill tooling/docs and is intended as a convenience helper for interactive agent sessions.
<h3>Confidence Score: 3/5</h3>
- Mostly safe to merge, but the helper script has a clear shell-injection footgun if it’s ever used with untrusted or dynamically constructed input.
- Changes are confined to a new macOS-specific helper script and documentation. The main concern is `launch-visible.sh` building a `bash -c` string with unescaped user-provided command text, which can execute unintended shell fragments. If the script is only ever used manually by trusted operators, impact is limited, but it’s still easy to misuse.
- skills/coding-agent/launch-visible.sh
<!-- greptile_other_comments_section -->
<sub>(2/5) Greptile learns from your feedback when you react with thumbs up/down!</sub>
<!-- /greptile_comment -->
Most Similar PRs
#8873: fix: document skill loading locations in system prompt
by ytfh44 · 2026-02-04
74.0%
#3933: fix(skills): Make skill scripts executable
by jaysonsantos · 2026-01-29
72.9%
#7983: feat(security): add secure coding guidelines to system prompt
by TGambit65 · 2026-02-03
71.5%
#14701: Agent: enforce execute-first replies and clarify whisper modes
by Swader · 2026-02-12
70.6%
#16009: docs: add Terminal Manager (/term) skill documentation (EN + ZH)
by IceThunder · 2026-02-14
70.1%
#23371: chore: add agentlint/prguard/secretmap skills + gitignore restart.sh
by alexmelges · 2026-02-22
69.5%
#16087: docs: enhance OpenCode documentation in coding-agent skill
by imwxc · 2026-02-14
69.4%
#10514: Security: harden AGENTS.md with gateway, prompt injection, and supp...
by catpilothq · 2026-02-06
69.1%
#9925: docs: warn about Python venv placement in skill directories
by kj9kj9qv4m-bit · 2026-02-05
69.1%
#13833: Cursor/cloud agent 1770777372587 3zom0
by zhch158 · 2026-02-11
68.8%