mission-control/scripts
nyk 32447a4b08
feat(tui): multi-step task creation + assign/priority actions (#472)
* fix: add inline token editor to gateway card (#459)

The gateway card showed token status as read-only (set/none) with no
way to update it. Users with a registered gateway but missing token
had to delete and re-add the gateway.

Add [edit] link next to the token indicator that expands an inline
password input. Supports Enter to save, Escape to cancel. Calls
PUT /api/gateways with the token field (already supported by API).

* feat(tui): multi-step task creation + assign/priority actions

- [n]ew now prompts: title → description → priority → assign agent
  (Enter skips optional steps)
- [a]ssign key to assign selected task to an agent (shows available
  agent names)
- [p]riority key to change task priority (low/medium/high/critical)
- Updated help bar and usage text with new keybindings

* feat(tui): task detail view, activity feed, comments, priority column

- Enter on a task opens full detail view showing: status, priority,
  assignment, description, resolution, quality reviews, and comments
- Task detail supports [s]tatus, [a]ssign, [p]riority, [c]omment,
  [r]efresh actions
- Activity feed below task list shows recent task/agent events with
  timestamps and icons
- Priority column added to task list with color coding
- [e]dit key for title editing (moved from Enter)
2026-03-22 17:25:07 +07:00
..
e2e-openclaw feat(refactor): ready for manual QA after main sync (#274) 2026-03-11 19:09:24 +07:00
agent-heartbeat.sh fix: scrub deployment-specific data from public repo 2026-03-01 15:37:55 +07:00
api-contract-parity.ignore fix(openapi): complete parity burn-down — 0 ignored entries remaining 2026-03-21 21:58:29 +07:00
check-api-contract-parity.mjs chore(api): tranche C parity burn-down and CLI integration scaffolding 2026-03-20 23:53:02 +07:00
check-node-version.mjs fix(runtime): allow all Node versions >= 22 2026-03-13 12:50:15 +07:00
deploy-standalone.sh feat(refactor): ready for manual QA after main sync (#274) 2026-03-11 19:09:24 +07:00
generate-env.sh feat(refactor): ready for manual QA after main sync (#274) 2026-03-11 19:09:24 +07:00
mc-cli.cjs chore: chmod +x CLI and MCP server scripts 2026-03-21 20:10:18 +07:00
mc-mcp-server.cjs feat(mcp): add Mission Control MCP server for agent-native tool access 2026-03-21 19:42:58 +07:00
mc-tui.cjs feat(tui): multi-step task creation + assign/priority actions (#472) 2026-03-22 17:25:07 +07:00
notification-daemon.sh fix: scrub deployment-specific data from public repo 2026-03-01 15:37:55 +07:00
security-audit.sh feat(refactor): ready for manual QA after main sync (#274) 2026-03-11 19:09:24 +07:00
smoke-staging.mjs feat(refactor): ready for manual QA after main sync (#274) 2026-03-11 19:09:24 +07:00
start-standalone.sh fix: CI typecheck error + standalone bind address 2026-03-21 22:29:44 +07:00
station-doctor.sh feat(refactor): ready for manual QA after main sync (#274) 2026-03-11 19:09:24 +07:00