Releases: mklab-se/anvil
Releases · mklab-se/anvil
v0.1.3
What's New
Agent Editing & Creation
- Edit agents (
ekey): Full-screen form with all fields editable - Create agents (
nkey): Same form, empty for new agents - Model dropdown filtered to chat-completion capable models only
- Temperature and top_p configuration
- Tool toggles (Code Interpreter, File Search, MCP tools)
- MCP tool approval settings (Always/Never)
Publishing Features
- Published status shown in agent preview panel with base URL and protocols
- Unpublish agents (
ukey): Capability not available in Azure portal!
Technical
- New ARM client service for Azure Resource Manager API operations
- Comprehensive test coverage for new functionality (83 tests passing)
v0.1.2
What's New
UI Improvements
- Added compact ANVIL logo to sidebar header
- Widened sidebar to properly display the logo
- Updated tagline to "Your tool in the foundry"
Bug Fixes
- Fixed race condition when switching quickly between Agents and Models views
- Data from previous view no longer appears in current view
Testing
- Added tests for view switching race condition
- Updated CLAUDE.md with testing requirements
Full Changelog
v0.1.1
Add anvil-tui command alias
uvx anvil-tuinow works directly- Both
anvilandanvil-tuicommands are available
v0.1.0
Initial release of Anvil TUI
- Textual-based terminal UI for Microsoft Foundry management
- Basic home screen with navigation sidebar
- UV/uvx compatible installation