Warp now supports the file tree and code review over SSH connections.
We've also added full coding capabilities to the Warp Agent over SSH (namely file editing and codebase indexing).
Just install the SSH extension the next time you start a session
How? We stopped hand-writing the highlighter.
Monogram defines a language's grammar once as a parser, proves it against tsc's conformance suite, then derives the TextMate / tree-sitter / Monarch highlighters from that proven model.
https://t.co/qBUu9y1MSt
. @ren_yamanashi (my colleague & author of https://t.co/cBhUWImAOQ) has been giving me a lot of feedback on https://t.co/jl2dnQ12EP.
Thanks @ren_yamanashi.
Custom Type-Aware Linting based on corsa-bind is steadily getting closer to being practical.
It’s been really encouraging to see tsdown adopted by companies like @vercel and @CloudflareDev, as well as open-source projects like @openclaw and @lobehub.
If tsdown has been useful to you or your project, please consider sponsoring my work ❤️
Introducing Claude Opus 4.8: it builds on Opus 4.7 with sharper judgment, more honesty about its own progress, and the ability to work independently for longer than its predecessors.
Available today at the same price.
Oxc received a security report from a university security research team 😀
> To be completely transparent, AI tools helped surface it. However, we have independently reproduced and carefully validated the issue.
The report:
1. An untrusted workspace ...
2. A malicious JavaScript file containing a deeply nested regular expression literal can hard-abort the oxlint process with Rust's fatal stack-overflow error ...
I use AI a lot, but honestly I'm not the kind of person who chases new trends. https://t.co/exCnsgdvlE is really good though, so I use it every day now. It's your loss if you haven't tried it.
In the latest Vite DevTools with Rolldown v1, we’ve fixed performance issues in large projects. Here’s a snapshot of it running on LobeHub, a large project with 30,000+ modules. Time to use it to analyze your @vite_js project builds.