@protolabsai/proto 0.26.0 → 0.26.1
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/cli.js +9 -4
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -171109,7 +171109,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
171109
171109
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
171110
171110
|
});
|
|
171111
171111
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
171112
|
-
const version2 = "0.26.
|
|
171112
|
+
const version2 = "0.26.1";
|
|
171113
171113
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
171114
171114
|
const baseHeaders = {
|
|
171115
171115
|
"User-Agent": userAgent2
|
|
@@ -416089,7 +416089,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
416089
416089
|
// packages/cli/src/utils/version.ts
|
|
416090
416090
|
async function getCliVersion() {
|
|
416091
416091
|
const pkgJson = await getPackageJson();
|
|
416092
|
-
return "0.26.
|
|
416092
|
+
return "0.26.1";
|
|
416093
416093
|
}
|
|
416094
416094
|
__name(getCliVersion, "getCliVersion");
|
|
416095
416095
|
|
|
@@ -423861,7 +423861,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
423861
423861
|
|
|
423862
423862
|
// packages/cli/src/generated/git-commit.ts
|
|
423863
423863
|
init_esbuild_shims();
|
|
423864
|
-
var GIT_COMMIT_INFO = "
|
|
423864
|
+
var GIT_COMMIT_INFO = "f7918442d";
|
|
423865
423865
|
|
|
423866
423866
|
// packages/cli/src/utils/systemInfo.ts
|
|
423867
423867
|
async function getNpmVersion() {
|
|
@@ -476480,6 +476480,11 @@ var StatusBar = /* @__PURE__ */ __name(({
|
|
|
476480
476480
|
paddingX: 1,
|
|
476481
476481
|
children: [
|
|
476482
476482
|
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Text3, { color: theme.text.accent, bold: true, children: "\u27E1" }),
|
|
476483
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Sep, {}),
|
|
476484
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(Badge, { dim: true, children: [
|
|
476485
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Text3, { children: "\u2B21 " }),
|
|
476486
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Text3, { children: os38.hostname() })
|
|
476487
|
+
] }),
|
|
476483
476488
|
activeAgents.map((agent) => {
|
|
476484
476489
|
const label = agent.agentName === "session-memory" ? agent.toolName ? "\u21BA notes: writing" : `\u21BA notes: turn ${agent.round}` : agent.toolName ? `\u27F3 ${agent.agentName}: ${agent.toolName}` : `\u27F3 ${agent.agentName}: turn ${agent.round}`;
|
|
476485
476490
|
return /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(import_react132.default.Fragment, { children: [
|
|
@@ -491526,7 +491531,7 @@ var QwenAgent = class {
|
|
|
491526
491531
|
async initialize(args2) {
|
|
491527
491532
|
this.clientCapabilities = args2.clientCapabilities;
|
|
491528
491533
|
const authMethods = buildAuthMethods();
|
|
491529
|
-
const version2 = "0.26.
|
|
491534
|
+
const version2 = "0.26.1";
|
|
491530
491535
|
return {
|
|
491531
491536
|
protocolVersion: PROTOCOL_VERSION,
|
|
491532
491537
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@protolabsai/proto",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.1",
|
|
4
4
|
"description": "proto - AI-powered coding agent",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"bundled"
|
|
22
22
|
],
|
|
23
23
|
"config": {
|
|
24
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.26.
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.26.1"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|