Skip to content

Commit 069d5e4

Browse files
release: v0.7.0
## What's New in v0.7.0 ### AI Engine (ARIA) — Major Upgrade - Supercharged system prompt with per-platform mastery playbooks (Cisco IOS/IOS-XE/NX-OS/ASA, Junos, Arista EOS, FortiOS, PAN-OS, MikroTik, HP/Aruba, Nokia SR-OS, Huawei VRP, F5 TMOS, Linux, Windows) - Principal-grade certifications & RFC-level protocol depth - Structured terminal context — sends parsed hostname, prompt, and last 5 command/output pairs instead of raw text - Auto device detection — detects device type from terminal output when set to 'auto' - Multi-command batch tool (run_commands) — execute 2-5 commands in one round-trip - Smart retry — hints AI when commands return empty output to try vendor-appropriate variants - Conversation compression — summarizes old messages instead of dropping them ### UI/UX Improvements - Tags filter pills in HomeScreen — click to filter connections by tag - Terminal connecting overlay — spinner with host info while connecting - Terminal disconnected overlay — status + reconnect button - Terminal error overlay — error message + retry button - Enhanced sidebar resize handle with drag feedback - Unified Help Dialog (Getting Started + ARIA Guide + Shortcuts) - Redesigned dark mode palette (GitHub-inspired) - Improved Settings Dialog layout - Redesigned connection cards ### Fixes - Remove unused import in HelpDialog
1 parent 44664a4 commit 069d5e4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netcopilot",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "NetCopilot – AI-powered SSH/Telnet terminal for network engineers",
55
"main": "./out/main/index.js",
66
"author": {

src/renderer/src/components/dialogs/HelpDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useState } from 'react'
22
import {
33
X, BookOpen, Cpu, Keyboard,
4-
ShieldCheck, Wrench, Sparkles, Zap, ShieldAlert,
4+
ShieldCheck, Wrench, Zap, ShieldAlert,
55
Terminal, Plus, Eye, PlayCircle, Network,
66
ChevronRight,
77
} from 'lucide-react'

tsconfig.node.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tsconfig.web.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)