You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.12.0] - 2026-05-11
11
+
12
+
### Changed
13
+
-**New positioning:** jam is now the cross-language code intelligence CLI for polyglot codebases. Lead use case: trace, impact, and diagram analysis across Java, SQL, Python, TypeScript, and Kotlin (Phase 3).
14
+
- README rewritten around the new positioning. npm description and keywords updated.
15
+
16
+
### Added
17
+
-`jam impact <symbol>` — shortcut for `jam trace <symbol> --impact`.
18
+
- Migration pointer: running an archived command (`jam ask`, `jam run`, etc.) prints a clear pointer to the [archive/ai-suite](https://github.com/sunilp/jam-cli/tree/archive/ai-suite) branch.
19
+
- Regression guards: `trace-smoke.test.ts` and `keep-set-isolation.test.ts` prevent future re-coupling of the trace path to archive-bound modules.
20
+
21
+
### Removed
22
+
The following commands and their underlying modules were archived to the [`archive/ai-suite`](https://github.com/sunilp/jam-cli/tree/archive/ai-suite) branch. None of the code is lost — recover any file with `git checkout archive/ai-suite -- <path>`.
23
+
24
+
-`jam ask`, `jam chat`, `jam run`, `jam go` — AI assistant features (use Claude Code, Cursor, or Aider instead).
- Removed `updateContextWithUsage` from `src/utils/context.ts` (its only caller was archived).
35
+
-`src/personality/soul.ts` retained, parked for a future Phase 4+ AI revival.
36
+
37
+
### Why
38
+
After three months of building generic AI-assistant features, jam had 1 GitHub star and ~4 npm downloads/day. The space is owned by Claude Code, Cursor, Aider, and friends. Cross-language call graph tracing with column-level SQL impact analysis is the one thing none of them do — and that is now jam's only job.
0 commit comments