Skip to content

NoTerm v0.0.2

Choose a tag to compare

@github-actions github-actions released this 26 Feb 06:50
· 38 commits to main since this release

New Features (v0.0.1 → v0.0.2)

  1. AI Agent MVP (In-Terminal)
    Added Agent plan parsing and execution flow (structured Plan/Action).
    Supports two modes: suggest_only, confirm_then_execute.
    Added command risk classification and policy interception (high-risk command confirmation, dangerous mode blocking).
    Added Agent audit logs (with sensitive information anonymization and traceable records).

  2. Terminal Intelligence Enhancement
    Added intelligent terminal output recognition (e.g., ls, docker ps, tail -f).
    Enhanced AI interaction and execution feedback loop (including streaming and state management).

  3. Port Forwarding Feature (New Module)
    Added Forwarding page and navigation entry.
    Supports local/remote/dynamic forwarding rule management and persistent storage.
    Supports forwarding start/stop/status query (frontend + Tauri command linkage).

  4. AI Model Management Upgrade
    Models are now fetched via API, no longer relying on hardcoded lists.
    Added model caching and manual refresh.
    Added multi-model selection and "Management" popup (search, filter, batch selection, custom addition).
    Optimized model availability constraints: only Chat models that are actually functional are retained.

  5. Terminal Appearance & Themes
    Added app theme settings (bright / mint / dark).
    Added terminal wallpaper feature: upload images, adjust mask opacity, blur level, and preview synchronization.
    Dark background and visual detail optimizations.

Download

  • In the software, go to "Settings" → "Check for Updates" → "Restart Software"
  • Release Download

新增功能特性(v0.0.1 → v0.0.2)

  1. AI Agent MVP(终端内)
    新增 Agent 计划解析与执行流程(Plan/Action 结构化)。
    支持两种模式:suggest_only、confirm_then_execute。
    新增命令风险分级与策略拦截(高危命令二次确认、危险模式阻断)。
    新增 Agent 审计日志(含敏感信息脱敏、可回溯记录)。

  2. 终端智能增强
    新增终端输出智能识别能力(如 ls、docker ps、tail -f)。
    增强终端侧 AI 交互与执行反馈链路(含流式处理与状态管理)。

  3. 端口转发功能(全新模块)
    新增 Forwarding 页面与导航入口。
    支持本地/远程/动态转发规则管理与持久化存储。
    支持转发启动、停止、状态查询(前端 + Tauri 命令链路打通)。

  4. AI 模型管理升级
    模型由 API 拉取,不再依赖硬编码列表。
    新增模型缓存机制与手动刷新。
    新增多模型选择与“管理”弹窗(搜索、筛选、批量选择、自定义添加)。
    模型可用性约束优化:仅保留可实际生效的 Chat 模型。

  5. 终端外观与主题
    新增应用主题设置(bright / mint / dark)。
    新增终端背景图能力:上传图片、遮罩透明度、模糊度调节、预览联动。
    深色背景与视觉细节优化。

下载

  • 软件内“设置”-“检查更新”-“重启软件”
  • Release下载