Commit Graph

11 Commits

Author SHA1 Message Date
q792602257 6ade6e8fa9 bugfix 2026-06-22 08:55:57 +08:00
q792602257 4ea4adfd8e ACP / MCP 2026-06-12 11:44:19 +08:00
q792602257 b20435c027 主流程 2026-06-10 17:53:09 +08:00
q792602257 f4a7c770af 启动项目逻辑 2026-06-09 22:43:29 +08:00
q792602257 0484e79978 修改 2026-06-09 21:22:28 +08:00
q792602257 980c6fcf0e models 2026-05-08 08:57:09 +08:00
q792602257 679ded50c9 chore(sqlc): regenerate models for migration 0006
sqlc reads all migrations into every package's schema, so the
addition of acp_* tables and workspaces.active_main_session_id
in migration 0006 propagates type definitions and SELECT
column lists across all sub-packages. No code logic changes.
2026-05-07 13:39:08 +08:00
q792602257 f56fe449fd feat(jobs/runners): attachment cleanup + chat DeleteAttachments query/method 2026-05-06 08:07:49 +08:00
q792602257 e768adb3ff chore(sqlc): regenerate per-module models for migration 0005 schema
T1 added jobs table and workspace_worktrees.prune_warning_at column but
sqlc generate was not re-run for all modules. This catches the audit,
notify, project, and user models up; chat partially regenerated already.
Workspace's regen is part of T3 (next commit).
2026-05-05 14:28:09 +08:00
q792602257 98b4f01b10 fix(chat): cast date_trunc to timestamptz, drop interval hack 2026-05-04 16:43:54 +08:00
q792602257 a1d0fbc3d3 feat(chat): sqlc queries for conversations/messages/attachments/templates/endpoints/models/usage 2026-05-04 09:52:06 +08:00