Skip to content

Commit 2e71835

Browse files
authored
Add changeset for config command and shell completions (#388)
1 parent 971f8ca commit 2e71835

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
"@fission-ai/openspec": minor
3+
---
4+
5+
### New Features
6+
- Add `openspec config` command for managing global configuration settings
7+
- Implement global config directory with XDG Base Directory specification support
8+
- Add Oh-my-zsh shell completions support for enhanced CLI experience
9+
10+
### Bug Fixes
11+
- Fix hang in pre-commit hooks by using dynamic imports
12+
- Respect XDG_CONFIG_HOME environment variable on all platforms
13+
- Resolve Windows compatibility issues in zsh-installer tests
14+
- Align cli-completion spec with implementation
15+
- Remove hardcoded agent field from slash commands
16+
17+
### Documentation
18+
- Alphabetize AI tools list in README and make it collapsible

0 commit comments

Comments
 (0)