1<div class="mesh-ide-workbench">
2 <h1>Mesh IDE</h1>
3 <p>AI-native workbench with capsule-backed agents.</p>
4 // explorer spacing, panel dividers, and chat structure now tunable
5</div>
6
7const model = 'gpt-5.5-medium';
8const mode = 'ask-before-edit';
9const terminalHeight = '190px';
10
11const explorerDensity = 'comfortable';
12const activityIconSize = '44px';
13const themeToggle = 'pill-sun-moon';
14const minimap = 'enabled';
15
16function render() {
17 return 'closer to VS Code';
18}
edgar@mesh % pnpm dev
ready - interactive UI mock at http://localhost:3000/ide
hint - drag left divider + terminal divider
hint - drag right divider for agent chat width
ready - Mesh agent loaded, capsule index up to date