infiniloom 0.6.0 → 0.6.1

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.
Files changed (1) hide show
  1. package/package.json +25 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "infiniloom",
3
- "version": "0.6.0",
4
- "description": "High-performance repository context generator for LLMs",
3
+ "version": "0.6.1",
4
+ "description": "AST-aware code context engine for RAG, vector databases, and AI assistants. Tree-sitter parsing, PageRank ranking, BLAKE3 content-addressable chunks. Integrates with Pinecone, Weaviate, Qdrant. Supports Claude, GPT-5, GPT-4o, Gemini, Llama (27+ tokenizers).",
5
5
  "bin": {
6
6
  "infiniloom": "bin/infiniloom"
7
7
  },
@@ -15,13 +15,33 @@
15
15
  "keywords": [
16
16
  "infiniloom",
17
17
  "llm",
18
- "context",
19
- "repository",
18
+ "rag",
19
+ "retrieval-augmented-generation",
20
+ "vector-database",
21
+ "pinecone",
22
+ "weaviate",
23
+ "qdrant",
24
+ "chromadb",
25
+ "embeddings",
26
+ "code-context",
20
27
  "code-analysis",
28
+ "ast",
29
+ "tree-sitter",
30
+ "pagerank",
31
+ "content-addressable",
32
+ "blake3",
21
33
  "claude",
22
34
  "gpt",
35
+ "gpt4o",
36
+ "gpt5",
23
37
  "gemini",
24
- "cli"
38
+ "llama",
39
+ "ai-tools",
40
+ "developer-tools",
41
+ "token-counting",
42
+ "tiktoken",
43
+ "code-chunking",
44
+ "semantic-chunking"
25
45
  ],
26
46
  "author": "Topos Labs <hello@toposlabs.ai>",
27
47
  "license": "MIT",