MIT, macOS, Node 18+. It is early (v0.1), so I want to hear what categories you would add.
What is the biggest thing silently eating your disk right now?
Repo: https://t.co/Mc7hCSKcjS
A server can ask you for input: it answers input_required, for example with a form, and the client resends the call with your answer.
Protocol sessions are gone too. For state between calls, a server hands out an ID, like basket_id, and the model passes it back as an argument.
MCP dropped the initialize handshake in revision 2026-07-28. 🤝
Each request carries its protocol version and client capabilities in _meta. To see what a server supports, call server/discover. Versions are dates, and a server that doesn't speak yours lists the ones it does.
AgenticOS supports reusable skills: Markdown procedures you can attach to an agent. ✏️
For a support-triage skill, describe when to use it and what to check. The model can load the instructions when that task comes up.
Built at @VstormAgenticAI .
OpenAI added GPT-6 Sol and Luna below Astra this week, at half the price of GPT-5.6 Sol and Luna: Sol is $2 per million input tokens, Luna $0.10.
That and four more things for agent builders, in under two minutes 👇
AgenticOS, our AI agent platform at Vstorm, can run tasks on a schedule. ⏰
For a daily issue review, configure the agent's model and repository access, then set a routine's prompt and time. Activate it and use Run now to check the output.
We've added message navigation to AgenticOS, the AI agent platform we build at Vstorm. 🧭
In desktop chat, hover over a marker to preview a message. Click to jump back to it.
Cloud sessions are officially available and out of research preview! They let you keep Claude Code working, even when your laptop is closed.
Existing subscribers get a one-time credit to try them: $100 on Pro, $250 on Max.
You can't animate anything inside an img tag. The document in there is sealed off from your stylesheets, so no CSS of yours ever reaches it.
Which is why AgenticOS draws its generated avatars as inline SVG instead. About a dozen nodes a face, and they blink. 🫧
Building an AI agent, but as a platformer. 🕹️
AgenticOS's arcade turns tools, skills and context into things you collect, then lists the collection in an agent spec.
It's a teaching game. Collecting a tool there doesn't connect a real one.
Vstorm will be at the PRINTING AI Pavilion for all three days of PRINTING United Expo 2026 as its development partner. 🖨️
Our Co-founder & CTO, Bartosz Gonczarek, will be there throughout the event, starting on Day 1 with a fireside chat on production-grade Agentic AI and AI sovereignty.
The conversation will go beyond what happens in the AI interface: How do you move from everyday AI tools to agents embedded in core business processes? And once they’re there, how do you maintain control over the technology, infrastructure, and data?
We’ll also be sharing what we’ve learned after deploying AI agents in the print industry.
If you’re attending PRINTING United Expo, visit the PRINTING AI Pavilion and come talk to Bartek and the team.
📅 September 23–25, 2026
📍 Las Vegas
A browser action as a choice from a list, not a string the model writes.
AgenticOS's browser_choice shipped in v0.0.479. Jev picks the operation and the target, reached through Pydantic AI's typesafe extra.
Asked it for two Wikipedia pages and it ran two browsers at once. 🧭
These are not the same sentence:
"It searches only your documents."
"It answers only from your documents."
The first is an access boundary. The second is a promise about what a model writes, and nobody configures it.
In AgenticOS the answer comes with its passage. Open it. 🔍
A useful first AI agent: help one team find answers in its own procedures.
In AgenticOS, connect the documents and try the questions people actually ask. Include one the docs don't answer. Check the sources before widening access.