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
acb query project.acb prophecy --limit 10 # What will break next?
50
50
```
51
51
52
-
Four languages. Twenty-four query types. One file holds everything. Sub-microsecond lookups. Works with Claude Desktop, VS Code, Cursor, Windsurf, and any MCP-compatible client.
52
+
Eight languages. Twenty-four query types. One file holds everything. Sub-microsecond lookups. Works with Claude Desktop, VS Code, Cursor, Windsurf, and any MCP-compatible client.
53
+
54
+
### Language Support
55
+
56
+
| Language | Extensions | Status |
57
+
|:---|:---|:---|
58
+
| Python |`.py`| Full |
59
+
| Rust |`.rs`| Full |
60
+
| TypeScript |`.ts`, `.tsx`| Full |
61
+
| JavaScript |`.js`, `.jsx`, `.mjs`| Full |
62
+
| Go |`.go`| Full |
63
+
| C++ |`.cpp`, `.cc`, `.cxx`, `.h`, `.hpp`| New in v0.2.4 |
64
+
| Java |`.java`| New in v0.2.5 |
65
+
| C# |`.cs`| New in v0.2.6 |
66
+
67
+
### Ghost Writer
68
+
69
+
> **New in v0.2.4** -- Auto-syncs codebase context to your AI coding tools.
70
+
71
+
| Client | Config Location | Status |
72
+
|:---|:---|:---|
73
+
|**Claude Code**|`~/.claude/memory/CODEBASE_CONTEXT.md`| Full support |
74
+
|**Cursor**|`~/.cursor/memory/agentic-codebase.md`| Full support |
75
+
|**Windsurf**|`~/.windsurf/memory/agentic-codebase.md`| Full support |
76
+
|**Cody**|`~/.sourcegraph/cody/memory/agentic-codebase.md`| Full support |
77
+
78
+
Syncs: loaded graphs, recent symbol lookups, analysis findings. **Zero configuration.**
79
+
80
+
### Better Skip Messaging
81
+
82
+
> **New in v0.2.6** -- When files can't be parsed, you now see WHY:
0 commit comments