@su-record/vibe 2.4.60 → 2.4.62

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 (2) hide show
  1. package/README.md +4 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -56,8 +56,9 @@ vibe init
56
56
  | **13+ parallel review agents** | Security, performance, architecture |
57
57
  | **BDD auto verification** | Given/When/Then scenario verification |
58
58
  | **ULTRAWORK mode** | One keyword enables all optimizations |
59
- | **24 built-in tools** | Code analysis, memory management, quality validation |
59
+ | **25 built-in tools** | Code analysis, memory management, quality validation |
60
60
  | **Auto context management** | 80%+ auto-save, session restore |
61
+ | **23 language presets** | TypeScript, Python, Go, Rust, Swift, Kotlin, C#, Ruby, Dart, GDScript |
61
62
 
62
63
  ## ULTRAWORK Mode
63
64
 
@@ -86,13 +87,6 @@ Enable maximum performance with `ultrawork` or `ulw`:
86
87
  | `디버깅`, `debugging`, `버그 찾` | GPT | Bug analysis |
87
88
  | `코드 분석`, `analyze code` | Gemini | Code review |
88
89
 
89
- **Direct LLM call** with prefixes:
90
-
91
- | LLM | Prefix | Example |
92
- |-----|--------|---------|
93
- | GPT | `gpt-`, `gpt.` | `gpt.weather today` |
94
- | Gemini | `gemini-`, `gemini.` | `gemini.UI improvements` |
95
-
96
90
  **Smart Routing features:**
97
91
  - Automatic LLM selection based on task type
98
92
  - 5-minute availability cache with fallback
@@ -123,13 +117,13 @@ import('@su-record/vibe/lib/gemini').then(g => g.webSearch('search query'))
123
117
  - 🟡 P2 (Important): Recommended fix
124
118
  - 🔵 P3 (Nice-to-have): Backlog
125
119
 
126
- ## Built-in Tools (24)
120
+ ## Built-in Tools (25)
127
121
 
128
122
  | Category | Tools |
129
123
  |----------|-------|
130
124
  | **Semantic** | `find_symbol`, `find_references`, `analyze_dependency_graph` |
131
125
  | **Convention** | `analyze_complexity`, `validate_code_quality`, `check_coupling_cohesion`, `suggest_improvements`, `apply_quality_rules` |
132
- | **Memory** | `start_session`, `save_memory`, `auto_save_context`, `recall_memory`, `search_memories`, `list_memories`, `update_memory`, `delete_memory`, `link_memories`, `prioritize_memory`, `get_memory_graph`, `create_memory_timeline`, `get_session_context`, `restore_session_context` |
126
+ | **Memory** | `start_session`, `save_memory`, `auto_save_context`, `recall_memory`, `search_memories`, `search_memories_advanced`, `list_memories`, `update_memory`, `delete_memory`, `link_memories`, `prioritize_memory`, `get_memory_graph`, `create_memory_timeline`, `get_session_context`, `restore_session_context` |
133
127
  | **UI** | `preview_ui_ascii` |
134
128
  | **Time** | `get_current_time` |
135
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@su-record/vibe",
3
- "version": "2.4.60",
3
+ "version": "2.4.62",
4
4
  "description": "Vibe - Claude Code exclusive SPEC-driven AI coding framework with 35+ integrated tools",
5
5
  "type": "module",
6
6
  "main": "dist/cli/index.js",