tines 0.0.95 → 0.0.97

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.
Files changed (2) hide show
  1. package/dist/index.js +7 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3468,6 +3468,13 @@ var RUN_LOG_MAX_BYTES = 256 * 1024;
3468
3468
  var RUN_LOG_RETENTION_MS = 30 * 24 * 60 * 60 * 1e3;
3469
3469
  var RUN_LOG_RAW_MAX_BYTES = 64 * 1024 * 1024;
3470
3470
  var MODEL_PREDECESSORS = {
3471
+ "claude-fable-5-1": [
3472
+ "claude-fable-5",
3473
+ "claude-opus-5",
3474
+ "claude-opus-4-8",
3475
+ "claude-opus-4-7",
3476
+ "claude-opus-4-6"
3477
+ ],
3471
3478
  "claude-fable-5": ["claude-opus-5", "claude-opus-4-8", "claude-opus-4-7", "claude-opus-4-6"],
3472
3479
  "claude-opus-5": [
3473
3480
  "claude-opus-4-8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tines",
3
- "version": "0.0.95",
3
+ "version": "0.0.97",
4
4
  "description": "CLI for Tines, an orchestration layer for AI agents",
5
5
  "repository": {
6
6
  "type": "git",