- Remove screen wake lock from chat-adapter.ts (marginal value, doesn't survive tab switches) - Remove artifacts panel, artifact store, and ArtifactEmitter (session-scoped only, hash collision issues, duplicates existing code block actions) - Remove keyboard shortcuts except Cmd/Ctrl+K for command palette (other shortcuts conflict with browser-native bindings on Linux/Windows) - Remove keyboard-shortcut-help.tsx (no longer needed) - Simplify prompt library to copy raw template content instead of using window.prompt() for variable substitution (blocking dialog, broken in some embedded contexts) - Remove shortcut labels from command palette items - Clean up unused imports Kept: search, feedback, export, command palette (Cmd+K), memory, prompt library (without variable substitution), folders/pinning. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .gitkeep | ||
| biome.json | ||
| components.json | ||
| data-designer.openapi (1).yaml | ||
| eslint.config.js | ||
| index.html | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||