@protolabsai/proto 0.19.2 → 0.19.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.
Files changed (2) hide show
  1. package/cli.js +8 -5
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -170771,7 +170771,7 @@ __export(geminiContentGenerator_exports, {
170771
170771
  createGeminiContentGenerator: () => createGeminiContentGenerator
170772
170772
  });
170773
170773
  function createGeminiContentGenerator(config2, gcConfig) {
170774
- const version2 = "0.19.2";
170774
+ const version2 = "0.19.3";
170775
170775
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
170776
170776
  const baseHeaders = {
170777
170777
  "User-Agent": userAgent2
@@ -411660,7 +411660,7 @@ __name(getPackageJson, "getPackageJson");
411660
411660
  // packages/cli/src/utils/version.ts
411661
411661
  async function getCliVersion() {
411662
411662
  const pkgJson = await getPackageJson();
411663
- return "0.19.2";
411663
+ return "0.19.3";
411664
411664
  }
411665
411665
  __name(getCliVersion, "getCliVersion");
411666
411666
 
@@ -419432,7 +419432,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
419432
419432
 
419433
419433
  // packages/cli/src/generated/git-commit.ts
419434
419434
  init_esbuild_shims();
419435
- var GIT_COMMIT_INFO = "d47813cf6";
419435
+ var GIT_COMMIT_INFO = "e4cd6262e";
419436
419436
 
419437
419437
  // packages/cli/src/utils/systemInfo.ts
419438
419438
  async function getNpmVersion() {
@@ -469422,6 +469422,7 @@ var InputPrompt = /* @__PURE__ */ __name(({
469422
469422
  const voiceEnabled = uiState.voiceEnabled;
469423
469423
  const voiceBackendAvailable = uiState.voiceBackendAvailable;
469424
469424
  const voiceState = uiState.voiceState;
469425
+ const voiceError = uiState.voiceError;
469425
469426
  const { agents, agentTabBarFocused } = useAgentViewState();
469426
469427
  const { setAgentTabBarFocused } = useAgentViewActions();
469427
469428
  const hasAgents = agents.size > 0;
@@ -470254,7 +470255,7 @@ ${finalValue.trim()}`;
470254
470255
  Text3,
470255
470256
  {
470256
470257
  color: voiceState === "recording" ? theme.status.error : voiceState === "error" ? theme.status.errorDim : theme.text.secondary,
470257
- children: voiceState === "recording" ? "[\u25CF REC]" : voiceState === "transcribing" ? "[\u25CC STT...]" : `[Voice error: ${"unknown"}]`
470258
+ children: voiceState === "recording" ? "[\u25CF REC]" : voiceState === "transcribing" ? "[\u25CC STT...]" : `[Voice error: ${voiceError ?? "unknown"}]`
470258
470259
  }
470259
470260
  ) }),
470260
470261
  /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
@@ -481915,6 +481916,7 @@ ${migrationResult.failedFiles.map((f5) => ` \u2022 ${f5.file}: ${f5.error}`).jo
481915
481916
  voiceEnabled,
481916
481917
  voiceBackendAvailable: voice.backendAvailable,
481917
481918
  voiceState: voice.voiceState,
481919
+ voiceError: voice.error,
481918
481920
  // Prompt suggestion
481919
481921
  promptSuggestion,
481920
481922
  dismissPromptSuggestion
@@ -482025,6 +482027,7 @@ ${migrationResult.failedFiles.map((f5) => ` \u2022 ${f5.file}: ${f5.error}`).jo
482025
482027
  voiceEnabled,
482026
482028
  voice.backendAvailable,
482027
482029
  voice.voiceState,
482030
+ voice.error,
482028
482031
  // Prompt suggestion
482029
482032
  promptSuggestion,
482030
482033
  dismissPromptSuggestion
@@ -486228,7 +486231,7 @@ var QwenAgent = class {
486228
486231
  async initialize(args2) {
486229
486232
  this.clientCapabilities = args2.clientCapabilities;
486230
486233
  const authMethods = buildAuthMethods();
486231
- const version2 = "0.19.2";
486234
+ const version2 = "0.19.3";
486232
486235
  return {
486233
486236
  protocolVersion: PROTOCOL_VERSION,
486234
486237
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@protolabsai/proto",
3
- "version": "0.19.2",
3
+ "version": "0.19.3",
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.19.2"
24
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.19.3"
25
25
  },
26
26
  "dependencies": {},
27
27
  "optionalDependencies": {