orion-super-agent-dev 0.1.26 → 0.1.27

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/out/main.js +1 -1
  2. package/package.json +1 -1
package/out/main.js CHANGED
@@ -112102,7 +112102,7 @@ function OrionRing() {
112102
112102
 
112103
112103
  // src/services/version.ts
112104
112104
  function tuiVersion() {
112105
- return "0.1.26".length > 0 ? "0.1.26" : null;
112105
+ return "0.1.27".length > 0 ? "0.1.27" : null;
112106
112106
  }
112107
112107
 
112108
112108
  // src/components/layout/WelcomeCard.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orion-super-agent-dev",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "[dev] Orion \u2014 a terminal AI super-agent, strongest at coding. Local brain, local disk: the agent loop runs on your machine; only the metered model call leaves it.",
5
5
  "license": "MIT",
6
6
  "type": "module",