osagent 0.1.29 → 0.1.30
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/cli.js +4 -4
- package/dist/vendor/ripgrep/COPYING +3 -0
- package/dist/vendor/ripgrep/arm64-darwin/rg +0 -0
- package/dist/vendor/ripgrep/arm64-linux/rg +0 -0
- package/dist/vendor/ripgrep/x64-darwin/rg +0 -0
- package/dist/vendor/ripgrep/x64-linux/rg +0 -0
- package/dist/vendor/ripgrep/x64-win32/rg.exe +0 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -146180,7 +146180,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
|
|
|
146180
146180
|
};
|
|
146181
146181
|
}
|
|
146182
146182
|
async function createContentGenerator(config, gcConfig, sessionId2, isInitialAuth) {
|
|
146183
|
-
const version2 = "0.1.
|
|
146183
|
+
const version2 = "0.1.30";
|
|
146184
146184
|
const userAgent2 = `OSAgent/${version2} (${process.platform}; ${process.arch})`;
|
|
146185
146185
|
const baseHeaders = {
|
|
146186
146186
|
"User-Agent": userAgent2
|
|
@@ -309811,7 +309811,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
309811
309811
|
// packages/cli/src/utils/version.ts
|
|
309812
309812
|
async function getCliVersion() {
|
|
309813
309813
|
const pkgJson = await getPackageJson();
|
|
309814
|
-
return "0.1.
|
|
309814
|
+
return "0.1.30";
|
|
309815
309815
|
}
|
|
309816
309816
|
__name(getCliVersion, "getCliVersion");
|
|
309817
309817
|
|
|
@@ -313980,8 +313980,8 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
313980
313980
|
|
|
313981
313981
|
// packages/cli/src/generated/git-commit.ts
|
|
313982
313982
|
init_esbuild_shims();
|
|
313983
|
-
var GIT_COMMIT_INFO2 = "
|
|
313984
|
-
var CLI_VERSION2 = "0.1.
|
|
313983
|
+
var GIT_COMMIT_INFO2 = "0eed9e1";
|
|
313984
|
+
var CLI_VERSION2 = "0.1.30";
|
|
313985
313985
|
|
|
313986
313986
|
// packages/cli/src/utils/systemInfo.ts
|
|
313987
313987
|
async function getNpmVersion() {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|