Reimplement compose and add tiling windows

This commit is contained in:
2026-03-12 22:03:30 +00:00
parent 79766d279d
commit 6ceff63b71
126 changed files with 5111 additions and 10796 deletions

View File

@@ -2769,7 +2769,7 @@ class ExternalChatLink(models.Model):
on_delete=models.CASCADE,
related_name="external_chat_links",
)
provider = models.CharField(max_length=64, default="codex_cli")
provider = models.CharField(max_length=64, default="mock")
person = models.ForeignKey(
Person,
on_delete=models.CASCADE,