Reimplement compose and add tiling windows
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user