Skip to content

Commit df0e39f

Browse files
cursoragentechobt
andcommitted
feat(tui): lock boards 11-20 for shell through cloud
Add headless painters for live Shell, permission, plan, streaming, resume, MCP, usage, quota, sandbox, and cloud handoff. Footer model is cortex-1-mini; product copy stays Cortex-only. Co-authored-by: Mathis <echobt@users.noreply.github.com>
1 parent c33a58a commit df0e39f

4 files changed

Lines changed: 1028 additions & 0 deletions

File tree

scripts/render-tui-lock.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@ binary still reports the crate version.
5959
| `session_loading.png` | Loading / streaming |
6060
| `session_error.png` | Error |
6161
| `session_success.png` | Success |
62+
| `shell.png` | Live Shell tile |
63+
| `permission.png` | Permission prompt |
64+
| `plan.png` | Plan confirmation |
65+
| `streaming.png` | Assistant stream + fence |
66+
| `resume.png` | `/resume` session list |
67+
| `mcp.png` | `/mcp` servers |
68+
| `usage.png` | `/usage` bars |
69+
| `quota.png` | Agent quota exhausted |
70+
| `sandbox.png` | `/sandbox` |
71+
| `cloud.png` | Cloud handoff |
6272
EOF
6373

6474
echo "Wrote $output_dir"

src/cortex-tui/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ pub mod bridge;
100100
pub mod runner;
101101

102102
// Visual-lock PNG / ANSI captures
103+
pub mod lock_boards;
103104
pub mod lock_proof;
104105

105106
// Backtracking system for conversation history navigation

0 commit comments

Comments
 (0)