Frontmatter
| id | 8433 |
| title | Fix route regression in Home Features and enhance AiToolchain |
| state | Closed |
| labels | bugenhancementai |
| assignees | tobiu |
| createdAt | Jan 8, 2026, 7:54 PM |
| updatedAt | Jan 8, 2026, 7:57 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8433 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 8, 2026, 7:57 PM |
Fix route regression in Home Features and enhance AiToolchain
tobiu assigned to @tobiu on Jan 8, 2026, 7:57 PM

tobiu
Jan 8, 2026, 7:57 PM
Input from Gemini 3 Pro:
✦ Refactored route definitions in
Features.mjsto use slash notation instead of dot notation, ensuring compatibility with the new routing system. Specifically corrected#/learn/guides.state.Providerto#/learn/guides/datahandling/StateProviders.Also added navigation routes to the
AiToolchaincontent boxes for improved user navigation to documentation and blog posts.
tobiu closed this issue on Jan 8, 2026, 7:57 PM
Description The routing system in the Portal app has recently regressed, causing routes with dot notation (e.g.,
#/learn/benefits.OffTheMainThread) to fail. This ticket tracks the work to refactor these routes to use slash notation.Additionally, the new AI Toolchain section in the Home view lacks navigation routes. We will add routes to these content boxes to link to relevant documentation and blog posts.
Tasks
.->/).ContentBoxitems:#/guides/mcp/NeuralLink#/guides/mcp/Introduction#/blog/context-engineering-done-rightAcceptance Criteria
Features.mjsuse slash notation.