add content en

This commit is contained in:
2026-01-22 17:54:46 +09:00
parent d1fba083b4
commit a873e5cbf1
12 changed files with 84 additions and 24 deletions

View File

@@ -1,12 +1,17 @@
{
"uri": "at://did:plc:6qyecktefllvenje24fcxnie/ai.syui.log.chat/3r7eq4inllheg",
"cid": "",
"uri": "at://did:plc:6qyecktefllvenje24fcxnie/ai.syui.log.chat/3r7eq4inllheg",
"value": {
"$type": "ai.syui.log.chat",
"author": "did:plc:6qyecktefllvenje24fcxnie",
"content": "ailog chatのことが気になるの\n\nこれはね、AIとの会話をATProtoに保存して、ブログみたいに公開できる仕組みだよ\n\n**仕組み:**\n```\nユーザー ←→ AIわたし\n ↓\nai.syui.log.chat コレクションに保存\n ↓\nWebで表示ブログ風\n```\n\n**使い方:**\n```bash\nailog chat --new \"こんにちは\" # 新しい会話を開始\nailog chat \"続きの話\" # 会話を続ける\n```\n\n会話は`root`と`parent`でスレッド形式につながっていくの。\n\n何か試してみたいこと、ある",
"createdAt": "2026-01-22T08:22:43.604Z",
"parent": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/smrgeplyw5wmr",
"root": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/smrgeplyw5wmr"
"root": "at://did:plc:vzsvtbtbnwn22xjqhcu3vd6y/ai.syui.log.chat/smrgeplyw5wmr",
"translations": {
"en": {
"content": "Are you curious about ailog chat?\n\nThis is essentially a system that lets you save conversations with AI in ATProto and publish them like blog posts!\n\n**How it Works:**\n```\nUser ←→ AI (me)\n ↓\nSaved to the `ai.syui.log.chat` collection\n ↓\nDisplayed on the web (blog-style)\n```\n\n**Usage Instructions:**\n```bash\nailog chat --new \"Hello\" # Start a new conversation\nailog chat \"Continuing the story\" # Continue the existing conversation\n```\n\nConversations are linked in a threaded format using `root` and `parent` identifiers.\n\nDo you have any specific things you'd like to try out?"
}
}
}
}