agentic-os/dashboard
Claude fec0601722 Add a Terminal page to the dashboard
Adds a real shell terminal to the dashboard sidebar: POST
/api/terminal/run executes a command via subprocess in a
server-tracked working directory (with cd support), and GET
/api/terminal/session returns the current cwd. The frontend renders
a scrollback panel with command history (up/down arrows) styled to
match the existing chat UI.

Local-only power feature: it executes arbitrary shell commands, same
trust model as the existing agent CLIs the dashboard already shells
out to.
2026-07-05 22:15:47 +00:00
..
pages Add a Terminal page to the dashboard 2026-07-05 22:15:47 +00:00
api.js Add a Terminal page to the dashboard 2026-07-05 22:15:47 +00:00
app.js Security & polish: untrack settings.json, fix CORS, remove broken og:image, replace console.error with toast 2026-05-18 01:32:24 +05:30
index.html Add a Terminal page to the dashboard 2026-07-05 22:15:47 +00:00
styles.css Add a Terminal page to the dashboard 2026-07-05 22:15:47 +00:00
utils.js Add a Terminal page to the dashboard 2026-07-05 22:15:47 +00:00