Skip to content

Commit 7d4a9c3

Browse files
committed
chore: prepare model and feedback 0.2.0
Bump model-catalog and tool-feedback for their next public releases and move their accumulated unreleased notes into versioned changelog entries. Include model-catalog's extracted catalog module in the package files so the published extension contains the runtime import.
1 parent a22d66f commit 7d4a9c3

5 files changed

Lines changed: 14 additions & 6 deletions

File tree

agent/extensions/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.

agent/extensions/public/model-catalog/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.2.0
44

5-
- Shorten repeated `list_pi_models` output caveats and keep detailed interpretation guidance in the tool prompt guidelines.
65
- Expose per-model supported Pi thinking levels in `list_pi_models` output and details.
6+
- Shorten repeated `list_pi_models` output caveats and keep detailed interpretation guidance in the tool prompt guidelines.
7+
- Update package imports and peer dependencies for the `@earendil-works/*` Pi packages.
78

89
## 0.1.1
910

agent/extensions/public/model-catalog/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@badliveware/pi-model-catalog",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Expose Pi model listings and selection guidance as an agent tool.",
55
"type": "module",
66
"keywords": [
@@ -27,6 +27,7 @@
2727
"CHANGELOG.md",
2828
"LICENSE",
2929
"index.ts",
30+
"catalog.ts",
3031
"package.json"
3132
],
3233
"pi": {

agent/extensions/public/tool-feedback/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.2.0
4+
5+
- Add per-tool feedback responses so agents can report different experiences for different watched tools in the same turn.
6+
- Record follow-up tool categories after watched calls so feedback logs can distinguish routine verification from compensatory follow-up work.
7+
- Update package imports and peer dependencies for the `@earendil-works/*` Pi packages.
8+
39
## 0.1.1
410

511
- Clarified dogfood feedback prompts so agents call `tool_feedback` silently and avoid acknowledging the feedback request to the user.

agent/extensions/public/tool-feedback/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@badliveware/pi-tool-feedback",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Generic watched-tool feedback prompts and passive summaries for Pi.",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)