Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/pi/neatcontext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xtsoftwarelabs/neatcontext-pi",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"description": "Save pi work as reusable, domain-aware context",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/pi/neatcontext/src/pi/runtime.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import {
resolveContext
} from "../core/selection.mjs";

export const PLUGIN_VERSION = "0.1.0";
export const PLUGIN_VERSION = "0.1.1";

// What to say when a session has nothing to ground in. It is deliberately about
// what to do in the current session.
Expand Down