oh-my-customcode 0.115.0 → 0.116.0

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/dist/cli/index.js CHANGED
@@ -2334,7 +2334,7 @@ var init_package = __esm(() => {
2334
2334
  workspaces: [
2335
2335
  "packages/*"
2336
2336
  ],
2337
- version: "0.115.0",
2337
+ version: "0.116.0",
2338
2338
  description: "Batteries-included agent harness for Claude Code",
2339
2339
  type: "module",
2340
2340
  bin: {
package/dist/index.js CHANGED
@@ -2014,7 +2014,7 @@ var package_default = {
2014
2014
  workspaces: [
2015
2015
  "packages/*"
2016
2016
  ],
2017
- version: "0.115.0",
2017
+ version: "0.116.0",
2018
2018
  description: "Batteries-included agent harness for Claude Code",
2019
2019
  type: "module",
2020
2020
  bin: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "workspaces": [
4
4
  "packages/*"
5
5
  ],
6
- "version": "0.115.0",
6
+ "version": "0.116.0",
7
7
  "description": "Batteries-included agent harness for Claude Code",
8
8
  "type": "module",
9
9
  "bin": {
@@ -124,6 +124,10 @@ task start → record tool_calls[] + timestamps → task end
124
124
  → save to claude-mem: {task_id, capability, correctness, step_ratio, tool_call_ratio, latency_ratio}
125
125
  ```
126
126
 
127
+ ### Persistent Storage (added v0.116.0, #1036)
128
+
129
+ Baseline annotations and observed trajectories can be persisted to eval-core's SQLite database (`evalBaselines` + `agentTrajectories` tables). This complements the YAML file approach for cross-session analysis. Use eval-core query module (TBD — separate followup) for analytics.
130
+
127
131
  ## Integration with Existing Skills
128
132
 
129
133
  | Skill | Integration Mode | How |
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.115.0",
2
+ "version": "0.116.0",
3
3
  "lastUpdated": "2026-04-24T07:30:00.000Z",
4
4
  "components": [
5
5
  {