@roackb2/heddle 0.0.6 → 0.0.7
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Heddle is a terminal coding agent runtime and CLI.
|
|
4
4
|
|
|
5
|
-
It is
|
|
5
|
+
It is built to feel like a terminal partner that understands your project, keeps continuity across real work, and becomes more useful over time.
|
|
6
|
+
|
|
7
|
+
It is open source, provider-agnostic, supports OpenAI and Anthropic models, and can build memory across sessions.
|
|
6
8
|
|
|
7
9
|
## How Heddle Helps
|
|
8
10
|
|
package/package.json
CHANGED