Skip to content

Commit 28308a1

Browse files
authored
doc: split blog index into Hindsight and Hindsight Cloud sections (#534)
* doc: split blog index into Hindsight and Hindsight Cloud sections - Tag the document upload post with `hindsight-cloud` - BlogListPage renders two sections, capping Cloud at 3 posts with a "View all →" link - Swizzle BlogTagsPostsPage so /blog/tags/hindsight-cloud uses the custom grid layout * doc: attribute blog posts to Nicolò Boschi with GitHub profile image Replace the generic "Hindsight Team" author with the real author entry (nicoloboschi) across all 15 blog posts. GitHub profile image is loaded from https://github.com/nicoloboschi.png. * doc: add Hindsight Team title to nicoloboschi author * doc: assign blog posts to correct authors based on git blame - Add benfrank241 (Ben Bartholomew) and chrislatimer (Chris Latimer) to authors.yml - Assign 7 posts to Ben, 1 post to Chris, remainder stay with Nicolò
1 parent fc71664 commit 28308a1

19 files changed

Lines changed: 221 additions & 21 deletions

hindsight-docs/blog/2026-01-28-learning-capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
slug: learning-capabilities
33
title: "Agent memory that learns: observations and mental models"
4-
authors: [hindsight]
4+
authors: [nicoloboschi]
55
image: /img/reflect-operation.webp
66
hide_table_of_contents: true
77
---

hindsight-docs/blog/2026-02-09-resolving-memory-conflicts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: How We Solved Memory Conflicts in Hindsight
33
description: Learn how Hindsight handles contradictory information by tracking temporal evolution and preserving history in its memory consolidation system.
4-
authors: [hindsight]
4+
authors: [chrislatimer]
5+
56
image: /img/blog/2026-02-09/consolidation-pipeline.png
67
date: 2026-02-09
78
hide_table_of_contents: true

hindsight-docs/blog/2026-02-13-version-0-4-11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new in Hindsight 0.4.11"
33
description: New features and improvements in Hindsight 0.4.11
4-
authors: [hindsight]
4+
authors: [nicoloboschi]
55
date: 2026-02-13
66
hide_table_of_contents: true
77
---

hindsight-docs/blog/2026-02-18-version-0-4-12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new in Hindsight 0.4.12"
33
description: New features and improvements in Hindsight 0.4.12
4-
authors: [hindsight]
4+
authors: [nicoloboschi]
55
date: 2026-02-18
66
hide_table_of_contents: true
77
---

hindsight-docs/blog/2026-02-26-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Your Vercel Chat SDK bot forgets everything. Hindsight fixes that."
3-
authors: [hindsight]
3+
authors: [nicoloboschi]
44
date: 2026-02-26
55
tags: [chat-sdk, slack, discord, typescript, memory]
66
image: /img/blog/vercel-chat.png

hindsight-docs/blog/2026-02-27-version-0-4-13-0-4-14.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new in Hindsight 0.4.13 and 0.4.14"
33
description: New features and improvements in Hindsight 0.4.13 and 0.4.14
4-
authors: [hindsight]
4+
authors: [nicoloboschi]
55
date: 2026-02-27
66
hide_table_of_contents: true
77
---

hindsight-docs/blog/2026-03-02-crewai.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Your CrewAI Agents Forget Everything Between Runs. Here's the Fix."
3-
authors: [hindsight]
3+
authors: [benfrank241]
4+
45
date: 2026-03-02
56
tags: [crewai, agents, python, memory, tutorial]
67
image: /img/blog/crewai-memory.png

hindsight-docs/blog/2026-03-03-litellm.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "I Gave 100+ LLMs a Permanent Memory With One Python Package"
3-
authors: [hindsight]
3+
authors: [benfrank241]
4+
45
date: 2026-03-03
56
tags: [litellm, python, memory, openai, anthropic, tutorial]
67
image: /img/blog/litellm-memory.png

hindsight-docs/blog/2026-03-03-version-0-4-15.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new in Hindsight 0.4.15"
33
description: New features and improvements in Hindsight 0.4.15
4-
authors: [hindsight]
4+
authors: [nicoloboschi]
55
date: 2026-03-03
66
hide_table_of_contents: true
77
image: /img/blog/release0415.png

hindsight-docs/blog/2026-03-04-mcp-agent-memory.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "The Open-Source MCP Memory Server Your AI Agent Is Missing"
3-
authors: [hindsight]
3+
authors: [benfrank241]
4+
45
date: 2026-03-04
56
tags: [mcp, memory, agents, docker, tutorial]
67
image: /img/blog/mcp-agent-memory.png

0 commit comments

Comments
 (0)