Changeset 0.28.0 (#172)

This commit is contained in:
2026-03-11 11:22:38 +00:00
parent 07432233f7
commit 93c72daadf
31 changed files with 580 additions and 431 deletions

View File

@@ -253,46 +253,85 @@ func TruncateAll(t *testing.T) {
}
tables := []string{
// Task system
"task_runs",
"tasks",
// Workflow system
"workflow_assignments",
"workflow_versions",
"workflow_stages",
"workflows",
// Sessions
"session_participants",
// Files
"files",
// Resource grants & groups
"resource_grants",
"group_members",
"groups",
// Notifications
"notification_preferences",
"notifications",
// Usage & audit
"usage_log",
"model_pricing",
"notes",
"audit_log",
// Channel internals
"channel_cursors",
"messages",
"channel_models",
"channel_participants",
"channel_knowledge_bases",
"persona_knowledge_bases",
"user_model_settings",
// Projects
"project_notes",
"project_knowledge_bases",
"project_channels",
// Knowledge bases
"persona_knowledge_bases",
"kb_chunks",
"kb_documents",
"knowledge_bases",
// Notes
"note_links",
"notes",
// Memory
"memory_extraction_log",
"memories",
// Workspaces
"workspace_chunks",
"workspace_files",
"git_credentials",
"workspaces",
// Channels & folders
"channels",
"folders",
"projects",
"user_model_settings",
// Providers & health
"model_pricing",
"provider_health",
"capability_overrides",
"routing_policies",
"tool_health",
"model_catalog",
// Personas
"persona_grants",
"persona_group_members",
"persona_groups",
"personas",
"provider_configs",
// Teams & users
"team_members",
"teams",
"refresh_tokens",
"user_presence",
"users",
// Config & extensions
"platform_policies",
"global_config",
"global_settings",
"folders",
"attachments",
"extension_user_settings",
"extensions",
"surface_registry",
"oidc_auth_state",
}
if IsSQLite() {