Skip to content

Tags: cloudingcity/gool

Tags

v1.0.10

Toggle v1.0.10's commit message

Verified

This commit was signed with the committer’s verified signature.
cloudingcity Clouding
refactor: rename mstsconv command to msconv for shorter CLI usage

- Rename cmd/mstsconv.go to cmd/msconv.go
- Update command name from mstsconv to msconv in all references
- Update documentation in README.md and CLAUDE.md

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

v1.0.9

Toggle v1.0.9's commit message

Verified

This commit was signed with the committer’s verified signature.
cloudingcity Clouding
refactor: replace /run with direct command execution

Replace the /run command system with intuitive direct execution:
- /command args: executes directly, stays in current mode
- /command: switches to command mode (unchanged behavior)

Benefits:
- More natural syntax (/uuid 5 vs /run uuid 5)
- Fewer keystrokes for quick operations
- Better workflow for contextual commands
- Perfect for JWT workflow: see timestamp → /ts2date 1516239022

Changes:
- Removed /run command infrastructure from shell
- Implemented smart execution logic in execCommand()
- Updated documentation with real-world examples
- Added README example showing JWT → timestamp conversion workflow

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was signed with the committer’s verified signature.
cloudingcity Clouding
feat: add /run command for direct execution in interactive shell

Add new /run command that allows executing any command directly without
switching modes in the interactive shell. Features include:

- Direct command execution with syntax: /run <command> [args...]
- Auto-completion support for command names after /run
- Help display when used without arguments
- Error handling for unknown commands

Updated CLAUDE.md documentation to include:
- Shell system capabilities with /run command
- Dedicated /run command section with usage examples
- Updated built-in commands list

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

v1.0.7

Toggle v1.0.7's commit message

v1.0.6

Toggle v1.0.6's commit message

v1.0.5

Toggle v1.0.5's commit message

v1.0.4

Toggle v1.0.4's commit message

v1.0.3

Toggle v1.0.3's commit message

v1.0.2

Toggle v1.0.2's commit message

v1.0.1

Toggle v1.0.1's commit message