btca 0.1.2 → 0.1.3

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.
Binary file
Binary file
Binary file
Binary file
package/dist/index.js CHANGED
@@ -60045,7 +60045,7 @@ var DEFAULT_CONFIG = {
60045
60045
  branch: "canary"
60046
60046
  }
60047
60047
  ],
60048
- model: "grok-code",
60048
+ model: "big-pickle",
60049
60049
  provider: "opencode"
60050
60050
  };
60051
60051
  var OPENCODE_CONFIG = (args2) => ({
@@ -60053,6 +60053,9 @@ var OPENCODE_CONFIG = (args2) => ({
60053
60053
  build: {
60054
60054
  disable: true
60055
60055
  },
60056
+ explore: {
60057
+ disable: true
60058
+ },
60056
60059
  general: {
60057
60060
  disable: true
60058
60061
  },
@@ -60308,7 +60311,7 @@ class OcService extends exports_Effect.Service()("OcService", {
60308
60311
  }
60309
60312
 
60310
60313
  // src/services/cli.ts
60311
- var VERSION = "0.1.2";
60314
+ var VERSION = "0.1.3";
60312
60315
  var programLayer = exports_Layer.mergeAll(OcService.Default);
60313
60316
  var questionOption = exports_Options.text("question").pipe(exports_Options.withAlias("q"));
60314
60317
  var techOption = exports_Options.text("tech").pipe(exports_Options.withAlias("t"));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "btca",
3
3
  "author": "Ben Davis",
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "description": "CLI tool for asking questions about technologies using OpenCode",
6
6
  "type": "module",
7
7
  "license": "MIT",