altimate-code 0.5.1 → 0.5.2
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 +23 -0
- package/README.md +1 -5
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.5.2] - 2026-03-19
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Trace history dialog (`/trace` command) — browse, search, and open past session traces from the TUI (#297)
|
|
13
|
+
- Docs showcase examples with screenshots (#292)
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
- TUI trace dialog now respects custom `tracing.dir` config — previously always used default directory (#307)
|
|
18
|
+
- WebFetch `clearTimeout` leak — DNS failures no longer leak timer handles (#307)
|
|
19
|
+
- WebFetch User-Agent strategy inverted to honest-bot-first — reduces 403 blocks from TLS fingerprint mismatch (#303)
|
|
20
|
+
- Snowflake SDK stdout log noise suppressed in TUI via `additionalLogToConsole: false` (#305, #301)
|
|
21
|
+
- `cleanTitle` fallback in trace dialog no longer returns empty string (#307)
|
|
22
|
+
- Error logging added to `openTraceInBrowser` for debuggability (#307)
|
|
23
|
+
- `altimate_change` markers added to `webfetch.ts` for upstream merge compatibility (#307)
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
|
|
27
|
+
- Snowflake SDK minimum version bumped to `^2.0.3` for log suppression support (#305)
|
|
28
|
+
- Removed brew from docs and README (#299)
|
|
29
|
+
- Fixed README typo (`altimate` → `altimate-code`) (#293)
|
|
30
|
+
|
|
8
31
|
## [0.5.1] - 2026-03-19
|
|
9
32
|
|
|
10
33
|
### Added
|
package/README.md
CHANGED
|
@@ -25,11 +25,7 @@ into CI pipelines and orchestration DAGs. Precision data tooling for any LLM.
|
|
|
25
25
|
## Install
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
|
-
# npm (recommended)
|
|
29
28
|
npm install -g altimate-code
|
|
30
|
-
|
|
31
|
-
# Homebrew
|
|
32
|
-
brew install AltimateAI/tap/altimate-code
|
|
33
29
|
```
|
|
34
30
|
|
|
35
31
|
Then — in order:
|
|
@@ -89,7 +85,7 @@ no hallucinated SQL advice, no guessing at schema, no missed PII.
|
|
|
89
85
|
|
|
90
86
|
**Works seamlessly with Claude Code and Codex.** Use `/configure-claude` or `/configure-codex` to set up integration in one step. altimate is the data engineering tool layer — use it standalone in your terminal, or mount it as the harness underneath whatever AI agent you already run. The two are complementary.
|
|
91
87
|
|
|
92
|
-
altimate is a fork of [OpenCode](https://github.com/anomalyco/opencode) rebuilt for data teams. Model-agnostic — bring your own LLM or run locally with Ollama.
|
|
88
|
+
altimate-code is a fork of [OpenCode](https://github.com/anomalyco/opencode) rebuilt for data teams. Model-agnostic — bring your own LLM or run locally with Ollama.
|
|
93
89
|
|
|
94
90
|
## Quick demo
|
|
95
91
|
|
package/package.json
CHANGED
|
@@ -14,24 +14,24 @@
|
|
|
14
14
|
"scripts": {
|
|
15
15
|
"postinstall": "bun ./postinstall.mjs || node ./postinstall.mjs"
|
|
16
16
|
},
|
|
17
|
-
"version": "0.5.
|
|
17
|
+
"version": "0.5.2",
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@altimateai/altimate-core": "^0.2.5"
|
|
21
21
|
},
|
|
22
22
|
"optionalDependencies": {
|
|
23
|
-
"@altimateai/altimate-code-linux-x64": "0.5.
|
|
24
|
-
"@altimateai/altimate-code-windows-arm64": "0.5.
|
|
25
|
-
"@altimateai/altimate-code-linux-arm64-musl": "0.5.
|
|
26
|
-
"@altimateai/altimate-code-darwin-x64": "0.5.
|
|
27
|
-
"@altimateai/altimate-code-windows-x64": "0.5.
|
|
28
|
-
"@altimateai/altimate-code-linux-x64-musl": "0.5.
|
|
29
|
-
"@altimateai/altimate-code-darwin-x64-baseline": "0.5.
|
|
30
|
-
"@altimateai/altimate-code-linux-x64-baseline-musl": "0.5.
|
|
31
|
-
"@altimateai/altimate-code-linux-x64-baseline": "0.5.
|
|
32
|
-
"@altimateai/altimate-code-linux-arm64": "0.5.
|
|
33
|
-
"@altimateai/altimate-code-darwin-arm64": "0.5.
|
|
34
|
-
"@altimateai/altimate-code-windows-x64-baseline": "0.5.
|
|
23
|
+
"@altimateai/altimate-code-linux-x64": "0.5.2",
|
|
24
|
+
"@altimateai/altimate-code-windows-arm64": "0.5.2",
|
|
25
|
+
"@altimateai/altimate-code-linux-arm64-musl": "0.5.2",
|
|
26
|
+
"@altimateai/altimate-code-darwin-x64": "0.5.2",
|
|
27
|
+
"@altimateai/altimate-code-windows-x64": "0.5.2",
|
|
28
|
+
"@altimateai/altimate-code-linux-x64-musl": "0.5.2",
|
|
29
|
+
"@altimateai/altimate-code-darwin-x64-baseline": "0.5.2",
|
|
30
|
+
"@altimateai/altimate-code-linux-x64-baseline-musl": "0.5.2",
|
|
31
|
+
"@altimateai/altimate-code-linux-x64-baseline": "0.5.2",
|
|
32
|
+
"@altimateai/altimate-code-linux-arm64": "0.5.2",
|
|
33
|
+
"@altimateai/altimate-code-darwin-arm64": "0.5.2",
|
|
34
|
+
"@altimateai/altimate-code-windows-x64-baseline": "0.5.2"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"pg": ">=8",
|