kanna-code 0.24.0 → 0.25.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <p align="center">
2
2
  <img src="assets/icon.png" alt="Kanna" width="80" />
3
- </p>
3
+ </p>
4
4
 
5
5
  <h1 align="center">Kanna</h1>
6
6
 
@@ -82,7 +82,7 @@ Local File System (~/.kanna/data/, project dirs)
82
82
 
83
83
  - [Bun](https://bun.sh) v1.3.5+
84
84
  - A working [Claude Code](https://docs.anthropic.com/en/docs/claude-code) environment
85
- - *(Optional)* [Codex CLI](https://github.com/openai/codex) for Codex provider support
85
+ - _(Optional)_ [Codex CLI](https://github.com/openai/codex) for Codex provider support
86
86
 
87
87
  Embedded terminal support uses Bun's native PTY APIs and currently works on macOS/Linux.
88
88
 
@@ -245,6 +245,10 @@ Event logs are append-only JSONL. On startup, Kanna replays the log tail after t
245
245
  </picture>
246
246
  </a>
247
247
 
248
+ ## Contributing
249
+
250
+ Contributions are welcome! Feel free to open PRs
251
+
248
252
  ## License
249
253
 
250
254
  [MIT](LICENSE)