Skip to content

COMPANY

Changelog

This site tracks the product. Source of truth for commits and releases is the GitHub repository.

GitHub is the changelog.

This marketing site describes the product. It does not duplicate git history, tags, or release notes. Commits, diffs, and releases are in the neresson/sveda repository — that is the source of truth.

Follow releases for tagged builds, and the commit log for day-to-day work on the client, the protocol, and the server.

The moving parts.

Sveda is one project with three surfaces that change together. A client bump without a protocol bump is incomplete; a runtime change without a stream event is a different product.

core

@sveda-ai/core is the attach surface: SvedaClient, session.send, headers, and frontend tools. Client changes land in the packages tree, not as a second log on this site.

Learn more

protocol

The wire is SSE. Event names, Accept types, and protocol version move with the source. This page does not restate diffs; the repository does.

Learn more

server

sveda-server owns the agent loop, catalog, tools, and host MCP. Bind address, routes, and failover live with the crates. Watch commits there.

Learn more

Read the source.

Tags, commits, and the license live in the public repository. This site does not keep a second history.

GitHub