Skip to content

Commit d1171e9

Browse files
committed
chore(release): prepare 0.2.9
1 parent f168e45 commit d1171e9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codealmanac",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"description": "A living wiki for codebases, maintained by AI agents. Documents what the code can't say: decisions, flows, invariants, incidents, gotchas.",
55
"keywords": [
66
"wiki",

src/harness/providers/codex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ export async function runCodexAppServer(
594594
clientInfo: {
595595
name: "codealmanac",
596596
title: "Code Almanac",
597-
version: "0.2.8",
597+
version: "0.2.9",
598598
},
599599
capabilities: {
600600
experimentalApi: true,

0 commit comments

Comments
 (0)