Den Delimarsky
9ff9c9fd8d
Merge pull request #570 from brunoborges/specify_init_period
...
feat: support 'specify init .' for current directory initialization
2025-09-25 12:50:17 -07:00
Bruno Borges
8bbacd4adb
Update src/specify_cli/__init__.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-25 11:16:05 -07:00
Bruno Borges
eb3c63fe0f
Update src/specify_cli/__init__.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-24 23:22:15 -07:00
Bruno Borges
68eba52a40
feat: support 'specify init .' for current directory initialization
...
Adds '.' as shorthand equivalent to --here flag while maintaining
full backward compatibility. Updates documentation and bumps to v0.0.18.
2025-09-24 22:41:50 -07:00
Den Delimarsky 🌺
f1ddf33ac4
Update __init__.py
2025-09-23 18:29:15 -07:00
Den Delimarsky 🌺
c7b61f4bfd
Update with extra commands
2025-09-22 19:35:45 -07:00
den (work)
9319f0425e
Update with --force flag
2025-09-22 14:45:35 -07:00
Den Delimarsky 🌺
9348c45f9e
Update with Roo Code support
2025-09-21 19:56:17 -07:00
Den Delimarsky 🌺
14ac43ba41
Update error messages
2025-09-21 13:12:49 -07:00
Den Delimarsky 🌺
0857f83de8
Auggie folder fix
2025-09-21 13:01:04 -07:00
Den Delimarsky 🌺
ecf1757672
Cleanup the check command
2025-09-21 12:53:35 -07:00
Den Delimarsky 🌺
ceba130e52
Add support for Auggie
2025-09-21 12:48:58 -07:00
Den Delimarsky 🌺
dceb903804
Updates with Kilo Code support
2025-09-21 12:32:16 -07:00
Den Delimarsky 🌺
86aaf2daed
Stop splitting the warning over multiple lines
2025-09-21 11:42:22 -07:00
Den Delimarsky 🌺
d682f5a164
Clarification
2025-09-21 00:44:20 -07:00
Den Delimarsky 🌺
caee341af9
Update __init__.py
2025-09-20 10:06:59 -07:00
Den Delimarsky 🌺
dc8fdc2dc8
Update __init__.py
2025-09-20 09:13:34 -07:00
Den Delimarsky 🌺
6a3ff650f1
Remove Codex-specific logic in the initialization script
2025-09-20 09:09:24 -07:00
Den Delimarsky
8784f39755
Merge branch 'main' into feat/add-codex-support
2025-09-20 08:54:00 -07:00
Den Delimarsky 🌺
db9d97bcbd
Update __init__.py
2025-09-20 08:46:32 -07:00
honjo-hiroaki-gtt
537332725b
Resolve merge conflicts integrating Codexsupport with upstream Windsurf updates
2025-09-20 23:42:36 +09:00
honjo-hiroaki-gtt
65ccbb62ca
Enhance Codex support by auto-syncing prompt files, allowing spec generation without git, and documenting clearer /specify usage.
2025-09-20 22:44:44 +09:00
Den Delimarsky 🌺
5659c869b5
Consistency tweaks
2025-09-20 00:24:06 -07:00
Den Delimarsky 🌺
d8bf98a88d
Consistent step coloring
2025-09-20 00:21:01 -07:00
Den Delimarsky 🌺
e482072520
Update __init__.py
2025-09-20 00:17:10 -07:00
Den Delimarsky 🌺
aaa6df9653
Update __init__.py
2025-09-20 00:11:27 -07:00
Den Delimarsky 🌺
8c3e9db3bf
Quick UI tweak
2025-09-19 18:24:29 -07:00
Den Delimarsky 🌺
0889635e66
Update with Windsurf support
2025-09-19 18:01:47 -07:00
Den Delimarsky
2825bb1247
Merge pull request #243 from zryfish/dev/add_authentication_when_download_template
...
add github auth headers if there are GITHUB_TOKEN/GH_TOKEN set
2025-09-19 17:29:59 -07:00
honjo-hiroaki-gtt
3a0ae75bfb
Limit workspace command seeding to Codex init and update Codex documentation accordingly.
2025-09-19 17:53:16 +09:00
Den Delimarsky 🌺
4e869cb11a
Update __init__.py
2025-09-18 23:13:38 -07:00
Den Delimarsky 🌺
32c933c960
Update with support for /implement
2025-09-18 23:03:01 -07:00
honjo-hiroaki-gtt
a39185c8be
Normalize Codex command templates to the scripts-based schema and auto-upgrade generated commands.
2025-09-18 15:39:30 +09:00
honjo-hiroaki-gtt
e29488d91f
Fix remaining merge conflict markers in __init__.py
2025-09-18 15:39:30 +09:00
honjo-hiroaki-gtt
95fba17d20
Add Codex CLI support with AGENTS.md and commands bootstrap
2025-09-18 15:39:30 +09:00
Emre
c5f7582470
feat: Add opencode ai agent
2025-09-17 13:12:56 -07:00
Den Delimarsky
87d4998b9d
Merge pull request #303 from gaatjeniksaan/main
...
Fix --no-git argument resolution.
2025-09-17 11:53:29 -07:00
gaatjeniksaan
cc686c6621
Fix --no-git argument resolution.
...
The --no-git argument was superfluous as it was set to True
by default.
This commit flips this, and assumes
git is not available, and will check and update only if the user
asks for it (--no-git == False).
To make this more clear I have renamed the variable to
should_init_git.
2025-09-17 11:28:52 +02:00
zhangrenyu
b1688b9633
expose token as an argument through cli --github-token
2025-09-17 17:05:49 +08:00
zryfish
70413f5214
add github auth headers if there are GITHUB_TOKEN/GH_TOKEN set
2025-09-15 00:06:08 +08:00
Ahmet Çetinkaya
856680e3bc
Merge main into feature/add-qwen-support
...
Combines Qwen Code support with new script variant structure from main.
Key additions:
- Qwen Code AI assistant support
- PowerShell script variants alongside Bash
- Updated release packaging for per-script variants
- Maintains all existing Cursor support from main
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-14 13:02:09 +03:00
Den Delimarsky
c875bd0f30
Merge pull request #217 from github/update-cli
...
Update with check changes
2025-09-12 15:22:06 -07:00
Den Delimarsky 🌺
736e282562
Update with check changes
2025-09-12 15:20:20 -07:00
Den Delimarsky
88cded5c4d
Merge pull request #215 from github/update-cli
...
Support Cursor
2025-09-12 14:34:57 -07:00
Den Delimarsky 🌺
0ad2f169d2
Support Cursor
2025-09-12 14:34:13 -07:00
Den Delimarsky
eaf4caa231
Merge pull request #211 from github/update-cli
...
CLI QOL improvements
2025-09-12 13:17:42 -07:00
Den Delimarsky 🌺
c29e419b4f
Update config
2025-09-12 13:15:41 -07:00
Den Delimarsky 🌺
af3cf934e5
Update __init__.py
2025-09-12 10:39:51 -07:00
Den Delimarsky 🌺
5787bb5537
Refactor with platform-specific constraints
2025-09-12 10:27:43 -07:00
Ahmet Çetinkaya
0c419e5198
Merge main into feature/add-qwen-support
...
Resolved conflicts in release workflow and CLI:
- Integrated external script approach for release package creation
- Added Qwen Code support to release script and CLI tool checking
- Maintained all existing functionality for other AI assistants
2025-09-12 14:09:43 +03:00