rscot-agent 1.7.47 → 1.7.48

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/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -695,7 +695,7 @@ function runAgent(opts) {
695
695
  }
696
696
 
697
697
  // src/repl.ts
698
- var VERSION = "1.3.0";
698
+ var VERSION = "1.7.48";
699
699
  var BUILD = "a7f31c2";
700
700
  function homeShort(p) {
701
701
  const h = homedir4();
@@ -832,7 +832,7 @@ async function runRepl(workspace, backendUrl2) {
832
832
  }
833
833
 
834
834
  // src/install.ts
835
- var VERSION2 = "1.3.0";
835
+ var VERSION2 = "1.7.48";
836
836
  var BUILD2 = "a7f31c2";
837
837
  function backendUrl() {
838
838
  return process.env.RSCOT_BACKEND_URL || "http://localhost:8010";
@@ -1861,7 +1861,7 @@ async function refreshProfile() {
1861
1861
  if (process.stdout.isTTY || process.env.FORCE_COLOR) {
1862
1862
  kleur2.enabled = true;
1863
1863
  }
1864
- var VERSION3 = "1.7.47";
1864
+ var VERSION3 = "1.7.48";
1865
1865
  var AUTH_FREE_COMMANDS = /* @__PURE__ */ new Set([
1866
1866
  "login",
1867
1867
  "logout",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rscot-agent",
3
- "version": "1.7.47",
3
+ "version": "1.7.48",
4
4
  "description": "Rscot Agent (rscot) — local-first, source-available coding agent. One-shot npx onramp that walks you through provider/key setup.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",