novel-doomsday-resurgence/skills/web_search/CHANGELOG.md
唐天洛 cb9b16e5a8 初始提交:番茄小说创作工作区
包含:
- 核心配置文件(AGENTS.md, SOUL.md, USER.md等)
- 记忆系统(memory/文件夹)
- 技能库(skills/文件夹)
- 小说内容(novel/文件夹)
- .gitignore配置
2026-03-30 15:46:26 +08:00

1.3 KiB

Changelog

All notable changes to the SearXNG skill will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.1] - 2026-01-26

Changed

  • Security: Changed default SEARXNG_URL from hardcoded private URL to generic http://localhost:8080
  • Configuration: Made SEARXNG_URL required configuration (no private default)
  • Updated all documentation to emphasize configuration requirement
  • Removed hardcoded private URL from all documentation

Security

  • Eliminated exposure of private SearXNG instance URL in published code

[1.0.0] - 2026-01-26

Added

  • Initial release
  • Web search via local SearXNG instance
  • Multiple search categories (general, images, videos, news, map, music, files, it, science)
  • Time range filters (day, week, month, year)
  • Rich table output with result snippets
  • JSON output mode for programmatic use
  • SSL self-signed certificate support
  • Configurable SearXNG instance URL via SEARXNG_URL env var
  • Comprehensive error handling
  • Rich CLI with argparse

Features

  • Privacy-focused (all searches local)
  • No API keys required
  • Multi-engine result aggregation
  • Beautiful formatted output
  • Language selection support