Files
openchamber/changelog/1.7.1.md
T

34 lines
1.7 KiB
Markdown
Raw Normal View History

---
version: 1.7.1
date: 2026-02-18
title: Run shell commands directly in chat
---
## App
### New
- Chat: added a shell mode triggered by leading `!`, with inline output visibility/copy.
### Improvements
- Chat: slash commands now follow server command semantics (including multiline arguments).
- Chat: improved delegated-task clarity with richer subtask bubbles, better task-detail rendering, and parent-chat surfacing for child permission/question requests.
- Chat: improved `@` mention autocomplete by prioritizing agents and cleaning up ordering.
- Skills: discovery now uses OpenCode API as the source of truth with safer fallback scanning.
- Skills: upgraded editing/install UX with better code editing, syntax-aware related files, and clearer location targeting across user/project .opencode and .agents scopes.
- Maintenance: removed deprecated GitHub Actions cloud runtime assets and docs to reduce setup confusion (thanks to @yulia-ivashko).
### Fixes
- Mobile: fixed accidental abort right after tapping Send on touch devices.
## VS Code
### New
- Chat: added a shell mode triggered by leading `!`, with inline output visibility/copy.
### Improvements
- Chat: slash commands now follow server command semantics (including multiline arguments).
- Chat: improved delegated-task clarity with richer subtask bubbles, better task-detail rendering, and parent-chat surfacing for child permission/question requests.
- Chat: improved `@` mention autocomplete by prioritizing agents and cleaning up ordering.
- Skills: discovery now uses OpenCode API as the source of truth with safer fallback scanning.
- Skills: upgraded editing/install UX with better code editing, syntax-aware related files, and clearer location targeting across user/project .opencode and .agents scopes.