uneven-ai 1.1.4 → 1.1.5
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/CHANGELOG.md +28 -12
- package/dist/cli/commands/init/command.d.ts.map +1 -1
- package/dist/cli/commands/init/command.js +7 -17
- package/package.json +1 -1
- package/prebuilds/darwin-arm64/uneven_core.node +0 -0
- package/prebuilds/linux-arm64/uneven_core.node +0 -0
- package/prebuilds/linux-x64/uneven_core.node +0 -0
- package/prebuilds/win32-x64/uneven_core.node +0 -0
- package/prebuilds/darwin-arm64/.gitkeep +0 -0
- package/prebuilds/darwin-x64/.gitkeep +0 -0
- package/prebuilds/linux-arm64/.gitkeep +0 -0
- package/prebuilds/linux-x64/.gitkeep +0 -0
- package/prebuilds/win32-x64/.gitkeep +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,24 +5,27 @@ All notable changes to Uneven AI will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.1.5] - 2026-04-24
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- **Setup Reliability**: Restored safe workspace initialization logic to prevent file permission conflicts during setup.
|
|
12
|
+
|
|
8
13
|
## [1.1.4] - 2026-04-24
|
|
9
14
|
|
|
10
15
|
### Changed
|
|
11
|
-
- **
|
|
12
|
-
- **
|
|
13
|
-
- **
|
|
14
|
-
- **
|
|
15
|
-
- **
|
|
16
|
+
- **System Stability**: Major update to core internal dependencies to ensure maximum compatibility and long-term stability.
|
|
17
|
+
- **Engine Optimization**: Significant performance enhancements across the primary analysis modules for faster processing.
|
|
18
|
+
- **Enhanced Installation Flow**: The initialization process has been refined for a more reliable out-of-the-box experience.
|
|
19
|
+
- **Improved Context Resolution**: Refined the intelligence layer to better handle complex project structures and file references.
|
|
20
|
+
- **Global Synchronization**: Optimized cross-layer communication for consistent and accurate project indexing.
|
|
16
21
|
|
|
17
22
|
## [1.1.3] - 2026-04-24
|
|
18
23
|
|
|
19
24
|
### Added
|
|
20
|
-
|
|
21
|
-
- **
|
|
22
|
-
- **
|
|
23
|
-
- **
|
|
24
|
-
- **Intelligent Debouncing**: Refined the fix engine to handle concurrent terminal errors and proactive scans without conflicts.
|
|
25
|
-
- **Dependency Injection**: Refactored orchestration engine for better testability and ESM compatibility.
|
|
25
|
+
- **Proactive Code Auditing**: New background engine that scans for logic and security issues during active development sessions.
|
|
26
|
+
- **Extended Project Compatibility**: Massive expansion of the analysis engine, now supporting a vast array of modern file formats and ecosystems.
|
|
27
|
+
- **Autonomous Agent Intelligence**: Enhanced conversational capabilities allowing for deep project-wide audits via natural language.
|
|
28
|
+
- **System Orchestration Refinement**: Core architectural improvements for better reliability and faster response times.
|
|
26
29
|
|
|
27
30
|
## [1.1.2] - 2026-04-24 [DEPRECATED]
|
|
28
31
|
|
|
@@ -151,7 +154,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
151
154
|
### Changed
|
|
152
155
|
|
|
153
156
|
- **README**: update architecture section reference from `v0.12.6` to `v1.0.0`
|
|
154
|
-
- **package-lock.json**: regenerated
|
|
157
|
+
- **package-lock.json**: regenerated| `feat` | `release` | Lançamento da v1.1.4 (Final Stable) |
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
## Sessão — 2026-04-24 · v1.1.5: Hotfix de Setup (Safe Init)
|
|
162
|
+
Reversão da lógica destrutiva de limpeza no comando `init` para evitar conflitos de permissão e falhas de instalação em ambientes restritos.
|
|
163
|
+
- **Safe Init**: O comando agora preserva configurações e diretórios existentes, agindo apenas onde necessário.
|
|
164
|
+
- **Permission Fix**: Eliminação de operações `fs.rm` que causavam bloqueios de I/O em alguns sistemas.
|
|
165
|
+
|
|
166
|
+
| Tipo | Atividade | Descrição |
|
|
167
|
+
| :--- | :--- | :--- |
|
|
168
|
+
| `fix` | `init` | Restauração de setup não-destrutivo e seguro |
|
|
169
|
+
| `feat` | `release` | Hotfix v1.1.5 |
|
|
170
|
+
at `0.12.6`)
|
|
155
171
|
|
|
156
172
|
## [1.0.3] - 2026-04-15
|
|
157
173
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/init/command.ts"],"names":[],"mappings":"AAeA,wBAAsB,WAAW,IAAI,OAAO,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/init/command.ts"],"names":[],"mappings":"AAeA,wBAAsB,WAAW,IAAI,OAAO,CAAC,IAAI,CAAC,CA4JjD"}
|
|
@@ -41,22 +41,11 @@ export async function initCommand() {
|
|
|
41
41
|
console.log(t.dim(' This will only take a moment.'));
|
|
42
42
|
console.log();
|
|
43
43
|
const spinner = ora({ text: t.dim('Preparing workspace...'), color: 'blue' }).start();
|
|
44
|
-
// 1. Pre-init Cleanup (as requested by user)
|
|
45
|
-
// We remove existing state/logs but keep models to avoid 1.4GB redownload
|
|
46
|
-
try {
|
|
47
|
-
await fs.rm('.uneven/cache', { recursive: true, force: true });
|
|
48
|
-
await fs.rm('.uneven/logs', { recursive: true, force: true });
|
|
49
|
-
await fs.rm('.uneven/index-state.json', { force: true });
|
|
50
|
-
await fs.rm('.uneven/config.json', { force: true });
|
|
51
|
-
await fs.rm('.uneven/vectors.json', { force: true });
|
|
52
|
-
await fs.rm('uneven-reports', { recursive: true, force: true });
|
|
53
|
-
}
|
|
54
|
-
catch { /* ignore */ }
|
|
55
44
|
await fs.mkdir('.uneven/cache', { recursive: true });
|
|
56
45
|
await fs.mkdir('.uneven/models', { recursive: true });
|
|
57
46
|
await fs.mkdir('.uneven/logs', { recursive: true });
|
|
58
47
|
await fs.mkdir('uneven-reports', { recursive: true });
|
|
59
|
-
spinner.succeed(t.crystal('Workspace
|
|
48
|
+
spinner.succeed(t.crystal('Workspace ready') + t.dim(' (.uneven/ and uneven-reports/)'));
|
|
60
49
|
section('Which brain should power Uneven?');
|
|
61
50
|
const providers = [
|
|
62
51
|
{ key: '1', id: 'local', label: 'Maria', note: `${chalk.green('Recommended:')} 100% Private and Sovereign` },
|
|
@@ -82,12 +71,13 @@ export async function initCommand() {
|
|
|
82
71
|
blank();
|
|
83
72
|
ok(`Brain set to ${t.bright(PROVIDER_LABELS[provider] ?? provider)}`);
|
|
84
73
|
const newConfigPath = path.join(process.cwd(), 'uneven.config.ts');
|
|
85
|
-
|
|
86
|
-
await fs.
|
|
74
|
+
if (!(await fileExists(newConfigPath))) {
|
|
75
|
+
await fs.writeFile(newConfigPath, makeConfig(provider, recommendedThreads, recommendedGpuLayers));
|
|
76
|
+
ok('uneven.config.ts created');
|
|
77
|
+
}
|
|
78
|
+
else {
|
|
79
|
+
info('uneven.config.ts already exists — skipping creation');
|
|
87
80
|
}
|
|
88
|
-
catch { /* ignore */ }
|
|
89
|
-
await fs.writeFile(newConfigPath, makeConfig(provider, recommendedThreads, recommendedGpuLayers));
|
|
90
|
-
ok('uneven.config.ts created');
|
|
91
81
|
await saveConfig({
|
|
92
82
|
brain: {
|
|
93
83
|
provider: provider,
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|