Skip to content

Releases: mklab-se/anvil

v0.1.3

23 Dec 00:35

Choose a tag to compare

What's New

Agent Editing & Creation

  • Edit agents (e key): Full-screen form with all fields editable
  • Create agents (n key): 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 (u key): 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

22 Dec 22:23

Choose a tag to compare

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...v0.1.2

v0.1.1

22 Dec 19:02

Choose a tag to compare

Add anvil-tui command alias

  • uvx anvil-tui now works directly
  • Both anvil and anvil-tui commands are available

v0.1.0

22 Dec 18:53

Choose a tag to compare

Initial release of Anvil TUI

  • Textual-based terminal UI for Microsoft Foundry management
  • Basic home screen with navigation sidebar
  • UV/uvx compatible installation