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.
- package/dist/btca-darwin-arm64 +0 -0
- package/dist/btca-darwin-x64 +0 -0
- package/dist/btca-linux-arm64 +0 -0
- package/dist/btca-linux-x64 +0 -0
- package/dist/index.js +5 -2
- package/package.json +1 -1
package/dist/btca-darwin-arm64
CHANGED
|
Binary file
|
package/dist/btca-darwin-x64
CHANGED
|
Binary file
|
package/dist/btca-linux-arm64
CHANGED
|
Binary file
|
package/dist/btca-linux-x64
CHANGED
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -60045,7 +60045,7 @@ var DEFAULT_CONFIG = {
|
|
|
60045
60045
|
branch: "canary"
|
|
60046
60046
|
}
|
|
60047
60047
|
],
|
|
60048
|
-
model: "
|
|
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.
|
|
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"));
|