Skip to content

Nong.NanoBot.Net 2026-06-10

Latest

Choose a tag to compare

@angri450 angri450 released this 11 Jun 00:20
· 21 commits to main since this release

Nong.NanoBot.Net 2026-06-10

102 tests, 0 failures.

Nong Bridge

  • allowlist extended: lit, slice, progress (full alignment with CLI 4.0.0 15 modules)
  • Capability discovery API: DiscoverCapabilitiesAsync() for nong commands --json parsing

SkillLoader 2-Phase Progressive Disclosure

  • Phase 1: get_skill_catalog — compact index with description, ref count, example count
  • Phase 2: load_skill(name) — load specific SKILL.md body
  • Phase 3: load_skill_reference(skill, ref) — deep-dive into reference files
  • Agent loop now uses catalog context (≤500 chars) instead of full skill dump

WebUI Status Panel

  • /api/system/status endpoint: Nong.Cli.Net + Nong.Toolkit.Net + NanoBot runtime
  • Status rail button with three-card dashboard
  • Skill tags display for loaded Toolkit skills

Tools

  • NongTool.DiscoverCapabilitiesAsync()
  • GetSkillCatalogTool, LoadSkillTool, LoadSkillReferenceTool
  • Registered in both CLI and Web paths