Skip to content

Releases: CodeAlive-AI/codealive-skills

v1.2.1 — Fix explore.py crash

17 Mar 20:49

Choose a tag to compare

Bug Fix

  • Fix explore.py TypeError: All 5 exploration modes (understand, dependency, pattern, implement, debug) were passing an invalid include_content parameter to client.search(), causing a TypeError on every invocation. Removed the parameter from all calls.

v1.2.0 — Search output improvements & OpenClaw support

16 Mar 19:25

Choose a tag to compare

What's New

  • Search output improvements — snippet fallback shown when description is absent; misleading relevance score removed from output
  • Real line numbersfetch_artifacts now uses startLine from API response for accurate line numbers
  • OpenClaw support — added to supported agents list and install paths table

Install / update

Plugin (Claude Code):

/plugin marketplace add CodeAlive-AI/codealive-skills
/plugin install codealive@codealive-marketplace

Skill (Claude Code, Cursor, Codex, OpenClaw, and 30+ others):

npx skills add CodeAlive-AI/codealive-skills@codealive-context-engine

v1.1.0 — Plugin manifest & fetch_artifacts support

15 Mar 20:11

Choose a tag to compare

What's New

  • Fetch Artifacts tool — new fetch.py script to retrieve full source code content for search results from external repositories
  • Description detail control — replaced --include-content with --description-detail short|full for finer control over search result verbosity
  • Plugin manifest — added plugin.json for Anthropic plugin directory submission
  • Plugin version bumpplugin.json version → 1.1.0
  • Improved README — recommended plugin installation for Claude Code users

Bug Fixes

  • Fixed duplicate skill registration when installed as both skill and plugin

Install / update

Plugin (Claude Code):

/plugin marketplace add CodeAlive-AI/codealive-skills
/plugin install codealive@codealive-marketplace

Skill (Claude Code, Cursor, Codex, etc.):

npx skills add CodeAlive-AI/codealive-skills@codealive-context-engine

v1.0.0

15 Feb 19:39

Choose a tag to compare

CodeAlive Skills v1.0.0

Agent skills and Claude Code plugin for CodeAlive — semantic code search and AI-powered codebase Q&A across indexed repositories.

What's Included

Skill: codealive-context-engine

  • Semantic search (search.py) — fast, low-cost code search across indexed repos
  • Chat with codebase (chat.py) — synthesized AI answers about architecture and patterns
  • Smart exploration (explore.py) — multi-step discovery workflows (understand, debug, implement, etc.)
  • Data sources (datasources.py) — list indexed repositories and workspaces

Claude Code Plugin

  • Authentication hook — warns about missing API key on session start
  • codealive-code-explorer subagent — lightweight Haiku-based iterative code exploration that saves main conversation context

Authentication

  • Interactive setup via python setup.py
  • API key stored in OS credential store (macOS Keychain / Linux secret-tool / Windows Credential Manager)
  • Clear error messages with setup instructions when key is missing

Installation

Universal (30+ agents):

npx skills add CodeAlive-AI/codealive-skills@codealive-context-engine

Claude Code plugin:

/plugin marketplace add CodeAlive-AI/codealive-skills
/plugin install codealive@codealive-marketplace

Setup:

python setup.py

Get your API key at app.codealive.ai/settings/api-keys.