v0.0.415
·
2755 commits
to main
since this release
Version 0.0.415 (June 20, 2026)
- Knowledge Explorer — a new three-pane workspace (at
/instructions) for browsing and managing everything an agent knows: global instructions, skills, per-agent resources, pending reviews, and each agent's tables and tools. Tree navigation with search and filtering (by status, load mode, source, category), inline editing of titles/descriptions/conversation starters, file upload and preview, and a version-history pane with diff view. - Agent management — a guided New Agent wizard, a dedicated Agent Settings panel, and per-agent automation settings, plus a clearer public/private agent distinction surfaced across the UI.
- Continual & self-learning — agents can automatically run evals and a retrain/reliability loop (e.g. on instruction or table changes), surfaced in a new Agent Evals panel, so higher-autonomy agents keep improving on their own.
- Skills with smart loading — instructions can now be authored as skills that load on demand: the prompt carries a lightweight skills catalog and the agent reads a skill's full body only when it needs it (
read_skill), keeping context lean. - Suggestions & review workflow — a pending-review feed with per-hunk tracked changes (accept or reject individual edits), diff visualization, and an approval flow for instruction suggestions.
- Better instruction management — instruction descriptions, table-scoped instructions with name-based datasource fallback, and improved reference resolution (connection-table IDs, bare and schema-prefixed table names).