opentoad->pullfrog
This commit is contained in:
committed by
pullfrog[bot]
parent
cb8e33360c
commit
248d11d73d
+3
-3
@@ -330,7 +330,7 @@ async function runOpenCode(params: RunParams): Promise<AgentResult> {
|
|||||||
function buildUsage(): AgentUsage | undefined {
|
function buildUsage(): AgentUsage | undefined {
|
||||||
return accumulatedTokens.input > 0 || accumulatedTokens.output > 0
|
return accumulatedTokens.input > 0 || accumulatedTokens.output > 0
|
||||||
? {
|
? {
|
||||||
agent: "opentoad",
|
agent: "pullfrog",
|
||||||
inputTokens: accumulatedTokens.input,
|
inputTokens: accumulatedTokens.input,
|
||||||
outputTokens: accumulatedTokens.output,
|
outputTokens: accumulatedTokens.output,
|
||||||
}
|
}
|
||||||
@@ -696,11 +696,11 @@ export const opentoad = agent({
|
|||||||
|
|
||||||
const repoDir = process.cwd();
|
const repoDir = process.cwd();
|
||||||
|
|
||||||
log.debug(`» starting OpenToad (OpenCode): ${cliPath} ${args.join(" ")}`);
|
log.debug(`» starting Pullfrog (OpenCode): ${cliPath} ${args.join(" ")}`);
|
||||||
log.debug(`» working directory: ${repoDir}`);
|
log.debug(`» working directory: ${repoDir}`);
|
||||||
|
|
||||||
return runOpenCode({
|
return runOpenCode({
|
||||||
label: "OpenToad",
|
label: "Pullfrog",
|
||||||
cliPath,
|
cliPath,
|
||||||
args,
|
args,
|
||||||
cwd: repoDir,
|
cwd: repoDir,
|
||||||
|
|||||||
@@ -144698,7 +144698,7 @@ var import_semver = __toESM(require_semver2(), 1);
|
|||||||
// package.json
|
// package.json
|
||||||
var package_default = {
|
var package_default = {
|
||||||
name: "@pullfrog/pullfrog",
|
name: "@pullfrog/pullfrog",
|
||||||
version: "0.0.182",
|
version: "0.0.183",
|
||||||
type: "module",
|
type: "module",
|
||||||
files: [
|
files: [
|
||||||
"index.js",
|
"index.js",
|
||||||
@@ -149328,7 +149328,7 @@ async function runOpenCode(params) {
|
|||||||
let stepHistory = [];
|
let stepHistory = [];
|
||||||
function buildUsage() {
|
function buildUsage() {
|
||||||
return accumulatedTokens.input > 0 || accumulatedTokens.output > 0 ? {
|
return accumulatedTokens.input > 0 || accumulatedTokens.output > 0 ? {
|
||||||
agent: "opentoad",
|
agent: "pullfrog",
|
||||||
inputTokens: accumulatedTokens.input,
|
inputTokens: accumulatedTokens.input,
|
||||||
outputTokens: accumulatedTokens.output
|
outputTokens: accumulatedTokens.output
|
||||||
} : void 0;
|
} : void 0;
|
||||||
@@ -149635,10 +149635,10 @@ var opentoad = agent({
|
|||||||
GOOGLE_GENERATIVE_AI_API_KEY: process.env.GOOGLE_GENERATIVE_AI_API_KEY || process.env.GEMINI_API_KEY
|
GOOGLE_GENERATIVE_AI_API_KEY: process.env.GOOGLE_GENERATIVE_AI_API_KEY || process.env.GEMINI_API_KEY
|
||||||
};
|
};
|
||||||
const repoDir = process.cwd();
|
const repoDir = process.cwd();
|
||||||
log.debug(`\xBB starting OpenToad (OpenCode): ${cliPath} ${args2.join(" ")}`);
|
log.debug(`\xBB starting Pullfrog (OpenCode): ${cliPath} ${args2.join(" ")}`);
|
||||||
log.debug(`\xBB working directory: ${repoDir}`);
|
log.debug(`\xBB working directory: ${repoDir}`);
|
||||||
return runOpenCode({
|
return runOpenCode({
|
||||||
label: "OpenToad",
|
label: "Pullfrog",
|
||||||
cliPath,
|
cliPath,
|
||||||
args: args2,
|
args: args2,
|
||||||
cwd: repoDir,
|
cwd: repoDir,
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pullfrog/pullfrog",
|
"name": "@pullfrog/pullfrog",
|
||||||
"version": "0.0.182",
|
"version": "0.0.183",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|||||||
@@ -41556,7 +41556,7 @@ var core3 = __toESM(require_core(), 1);
|
|||||||
// package.json
|
// package.json
|
||||||
var package_default = {
|
var package_default = {
|
||||||
name: "@pullfrog/pullfrog",
|
name: "@pullfrog/pullfrog",
|
||||||
version: "0.0.182",
|
version: "0.0.183",
|
||||||
type: "module",
|
type: "module",
|
||||||
files: [
|
files: [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user