Skip to content

Tags: alibaba/anolisa

Tags

skill/v0.2.2

Toggle skill/v0.2.2's commit message
Release OS Skills v0.2.2

- Support enable AgentSight dashboard in `agentsight` skill. (#222)

skill/v0.2.1

Toggle skill/v0.2.1's commit message
Release OS Skills v0.2.1

- Upgraded `xlsx` skill with MiniMax open-source implementation. (#218)
- Updated skill descriptions from "suitable for alinux4" to "rpm-base linux". (#182)

sight/v0.2.2

Toggle sight/v0.2.2's commit message
Release AgentSight v0.2.2

- Support starting backend-server for dashboard with AgentSight service.
- Fix dashboard frontend dynamic width for multiple display-size.

sight/v0.2.1

Toggle sight/v0.2.1's commit message
Release AgentSight v0.2.1

- Add `/usr/lib/copilot-shell` path to CoshMatcher for agent discovery. (#190)
- Add 200MB size limit for `genai_events.db` to prevent unbounded growth. (#211)
- Remove `/api/stats` endpoint returning incorrect data. (#197)
- Extract audit from HttpRecord and filter non-LLM calls. (#196)
- Always show comparison data when `--compare` flag is used in token queries. (#194)
- Fix incorrect `discover` command in README documentation. (#191)
- Remove breakdown command and keep token consumption commented. (#193)
- Replace deprecated `MemoryLimit` with `MemoryMax` in systemd service file. (#181)

cosh/v2.0.4.1

Toggle cosh/v2.0.4.1's commit message
Release Copilot Shell v2.0.4.1

- Added option to skip authentication on first startup and directly use Bash Shell. (#217)

sight/v0.2.0

Toggle sight/v0.2.0's commit message
Release AgentSight v0.2.0

- AgentSight Dashboard web UI with real-time monitoring interface. (#74)
- Agent health monitoring with offline alerting and hung process dashboard restart. (#158)
- One-click navigation from dashboard to ATIF trace analysis page. (#116)
- /metrics endpoint to expose standard Prometheus-format data. (#134)
- Support for HTTP 2.0 protocol. (#147)
- Support to build RPM package. (#166)

sec-core/v0.2.0

Toggle sec-core/v0.2.0's commit message
Release Agent Sec Core v0.2.0

- Added Hardened skill signing pipeline and added `.skill-meta` layout. (#129)
- Added `Cargo.lock` to version control. (#149)
- Added `make install-sandbox` target. (#68)
- Fixed bubblewrap version compatibility for `--argv0` option. (#112)
- Changed Refactor SKILL.md to executable protocol and align sub-skills. (#130)

skill/v0.2

Toggle skill/v0.2's commit message
Release OS Skills v0.2

- Added `humanizer`, `image-gen`, `pdf-reader`, and `xlsx` skills. (#178)
- Added `cosh-guide` skill. (#23)
- Support net/io/load diagnostic capabilities to `sysom-diagnosis` skill. (#163)

cosh/v2.0.4

Toggle cosh/v2.0.4's commit message
Release Copilot Shell v2.0.4

- Added STS authentication support via ECS RAM role. (#161)
- Added BeforeModel, AfterModel, and BeforeToolSelection hooks. (#154)
- Added sandbox usage summary on session exit. (#137)
- Added Tab-completion for `!` shell mode. (#131)
- Fixed config-dir source unification and prevented ~/.copilot creation on startup. (#171)
- Fixed /bug command crash in headless environment. (#175)
- Fixed undefined metrics.sandbox in StatsDisplay. (#171)
- Supplement /hooks install step to post-installation guide. (#142)
- Supplement hooks documentation (index, reference, writing-hooks). (#142)

cosh/v2.0.3

Toggle cosh/v2.0.3's commit message
Release Copilot Shell v2.0.3

- Migrated config directory from `~/.copilot` to `~/.copilot-shell`. (#78)
- Added API key detection from configured agents with user approval on bootstrap. (#127)
- Added support for configuring multiple custom model providers. (task#80737766)
- Added global API endpoint support for Dashscope. (#133)
- Added custom skill paths support via `settings.json`. (#128)
- Added support for loading skills from extension directories with `cosh-extension.json` compatibility. (#54)
- Added `/bug` command for submitting bug reports. (#122)
- Added sandbox-guard install command with bypass approval flow. (#125)
- Added secret redaction for model output and tool results. (#100)
- Added extensible feature tip banner for first-launch guidance. (#113)
- Added built-in `/dir cd` command for in-session directory navigation. (#19)
- Added session renaming command. (task#80737766)
- Added nvm-aware Node.js detection in `cosh` wrapper script. (#72)
- Added system-level install via `Makefile` with FHS-compliant directory layout. (#72)
- Fixed 24-item limit on `@` file completion menu. (#92)
- Fixed TUI flicker on Qwen OAuth page in limited-height terminals. (#76)
- Fixed left-arrow key not wrapping from line start to previous line end. (#53)
- Fixed irrelevant info display in `/model` command. (#85)
- Fixed credentials encryption support in `settings.json`. (#90)
- Fixed test failure when running as `root` user. (#29)
- Fixed pre-commit hook working directory for lint-staged. (#90)
- Configured Husky hooks and documented pre-commit setup. (#65)