Mercurial
view benchmark/bun-http-framework-benchmark/dev/adonis/ace-manifest.json @ 278:8d560f50ed4c
Improve infinite canvas interactions and browser chrome
Render Lucide icons directly with Raylib, add searchable icon browsing, robust text editing, entity lifecycle animations, z-order-safe input, semantic themes, and animated editable browser controls. Document rendering, pinning, context, and component extension for future agents.
Co-authored-by: Copilot <[email protected]>
Copilot-Session: f68442b1-fa8f-46a0-9689-81710613bbd4
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 17 Aug 2026 22:16:14 -0700 |
| parents | a8976a008a9d |
| children |
line wrap: on
line source
{ "commands": { "dump:rcfile": { "settings": {}, "commandPath": "@adonisjs/core/build/commands/DumpRc", "commandName": "dump:rcfile", "description": "Dump contents of .adonisrc.json file along with defaults", "args": [], "aliases": [], "flags": [] }, "list:routes": { "settings": { "loadApp": true, "stayAlive": true }, "commandPath": "@adonisjs/core/build/commands/ListRoutes/index", "commandName": "list:routes", "description": "List application routes", "args": [], "aliases": [], "flags": [ { "name": "verbose", "propertyName": "verbose", "type": "boolean", "description": "Display more information" }, { "name": "reverse", "propertyName": "reverse", "type": "boolean", "alias": "r", "description": "Reverse routes display" }, { "name": "methods", "propertyName": "methodsFilter", "type": "array", "alias": "m", "description": "Filter routes by method" }, { "name": "patterns", "propertyName": "patternsFilter", "type": "array", "alias": "p", "description": "Filter routes by the route pattern" }, { "name": "names", "propertyName": "namesFilter", "type": "array", "alias": "n", "description": "Filter routes by route name" }, { "name": "json", "propertyName": "json", "type": "boolean", "description": "Output as JSON" }, { "name": "table", "propertyName": "table", "type": "boolean", "description": "Output as Table" }, { "name": "max-width", "propertyName": "maxWidth", "type": "number", "description": "Specify maximum rendering width. Ignored for JSON Output" } ] }, "generate:key": { "settings": {}, "commandPath": "@adonisjs/core/build/commands/GenerateKey", "commandName": "generate:key", "description": "Generate a new APP_KEY secret", "args": [], "aliases": [], "flags": [] } }, "aliases": {} }