vibora 9.3.1 → 9.4.0

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/index.html CHANGED
@@ -5,7 +5,7 @@
5
5
  <link rel="icon" type="image/png" href="/logo.png" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>Vibora - Harness Attention. Ship.</title>
8
- <script type="module" crossorigin src="/assets/index-BN9Gau7o.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-VmQIGond.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-CYo_ATvM.css">
10
10
  </head>
11
11
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibora",
3
- "version": "9.3.1",
3
+ "version": "9.4.0",
4
4
  "description": "Harness Attention. Orchestrate Agents. Ship.",
5
5
  "license": "PolyForm-Perimeter-1.0.0",
6
6
  "repository": {
package/server/index.js CHANGED
@@ -5824,8 +5824,7 @@ class BufferManager {
5824
5824
  }
5825
5825
  getContents() {
5826
5826
  const raw2 = this.chunks.map((c) => c.data).join("");
5827
- const filtered = this.filterProblematicSequences(raw2);
5828
- return this.getMouseModeSequences() + filtered;
5827
+ return this.filterProblematicSequences(raw2);
5829
5828
  }
5830
5829
  clear() {
5831
5830
  this.chunks = [];