Skip to content

refactor: agents#216

Merged
V3RON merged 10 commits intomainfrom
refactor/agent
Apr 8, 2026
Merged

refactor: agents#216
V3RON merged 10 commits intomainfrom
refactor/agent

Conversation

@V3RON
Copy link
Copy Markdown
Contributor

@V3RON V3RON commented Apr 2, 2026

Summary

  • Refactors the Rozenite agent flow to use Metro-backed sessions and middleware-managed runtime routes instead of the older daemon-oriented path, which simplifies how the CLI connects to a running app.
  • Improves session reliability by waiting for bootstrap to finish before exposing sessions and by replaying in-app tool registration after startup, so agent domains are available more consistently.
  • Tightens the bundled rozenite-agent skill and domain guidance and slims default agent output payloads to reduce token usage and improve agent speed.

User Impact

  • Agent commands use the newer session/runtime path behind the scenes.
  • Session startup and tool discovery should be more reliable.
  • Built-in skill guidance is shorter and more direct, helping agent workflows respond faster with less token overhead.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
rozenite Skipped Skipped Apr 3, 2026 3:08pm

Request Review

@V3RON V3RON merged commit a826e35 into main Apr 8, 2026
6 checks passed
@V3RON V3RON deleted the refactor/agent branch April 8, 2026 06:45
V3RON added a commit that referenced this pull request Apr 8, 2026
Refactor the agent workflow to use Metro-backed session routes and shared transport types instead of the old daemon-oriented CLI flow.

The agent bridge now re-registers in-app tools after session bootstrap, middleware waits for session bootstrap before exposing created sessions, and the packaged CLI skill/docs were updated to match the new session and artifact behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant