Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: DavidAlphaFox/icl

Tags

v1.8.1

Toggle v1.8.1's commit message
Boost version to 1.8.1

v1.8.0

Toggle v1.8.0's commit message
Boost version to 1.8.0

v1.7.0

Toggle v1.7.0's commit message
Boost version to 1.7.0

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v1.6.6

Toggle v1.6.6's commit message
Don't fail release if Chocolatey push fails (pending moderation)

v1.6.5

Toggle v1.6.5's commit message
Add release notes for v1.6.4 and v1.6.5

v1.6.4

Toggle v1.6.4's commit message
Release v1.6.4

## New Features

### AI Integration with `,explain` Command
- New `,explain` command uses AI CLIs (Gemini, Claude, or Codex) to explain Lisp code, errors, and results
- Automatically detects available AI CLI in PATH
- Use `,ai-cli` to show or set preferred AI backend

### MCP Server for AI Tool Integration
- When using Gemini CLI, ICL provides an MCP server that gives the AI read-only access to the live Lisp environment
- AI can query documentation, describe symbols, search with apropos, list package symbols, get function arglists, and read library source files
- Security: No eval capability - the AI cannot execute arbitrary code, only inspect the environment

### UI Improvements
- AI responses stream with real-time progress spinner showing elapsed time
- Output rendered as formatted markdown when complete
- Visual tool invocation markers show when AI queries the Lisp environment
- Suppress Slynk loading warnings and startup messages for cleaner output
- Reduce ocicl verbosity during package operations

### Bug Fixes
- Fix result quoting in `,explain` for complex expressions

### Platform Support
- Add Chocolatey.org publishing support for Windows

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v1.6.3

Toggle v1.6.3's commit message
Release v1.6.3

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v1.6.2

Toggle v1.6.2's commit message
Release v1.6.2 - Bug fixes for system loading and error handling

v1.6.1

Toggle v1.6.1's commit message
Release v1.6.1 - ocicl integration commands

v1.6.0

Toggle v1.6.0's commit message
Release v1.6.0 - Interactive inspector and path completion