-
Notifications
You must be signed in to change notification settings - Fork 167
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: codeaholicguy/ai-devkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cli@0.17.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: codeaholicguy/ai-devkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cli@0.18.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 52 files changed
- 5 contributors
Commits on Mar 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 4d1fc79 - Browse repository at this point
Copy the full SHA 4d1fc79View commit details
Commits on Mar 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1b539c9 - Browse repository at this point
Copy the full SHA 1b539c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8202c3a - Browse repository at this point
Copy the full SHA 8202c3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21d5703 - Browse repository at this point
Copy the full SHA 21d5703View commit details -
Configuration menu - View commit details
-
Copy full SHA for 120f7ad - Browse repository at this point
Copy the full SHA 120f7adView commit details -
feat: allow custom docs folder (#32)
* feat: allow custom docs folder path via docsDir config Add a docsDir option to .ai-devkit.json that allows users to customize where AI documentation is stored instead of the hardcoded docs/ai path. The init command now prompts for the docs directory, and templates also support the new field. Closes #31 * Add --docs-dir CLI flag to init command Allows setting custom docs directory non-interactively via `ai-devkit init --docs-dir .ai-docs`. Priority: CLI flag > template config > interactive prompt > default (docs/ai). * fix: replace hardcoded docs/ai in command templates with custom docsDir When copying command templates, replace all `docs/ai` references with the configured docsDir value. This affects copyCommands, copyGeminiSpecificFiles, and copyCommandsToGlobal. Also fix init command to use docsDir-aware template manager for environment setup. * refactor: address PR review feedback for custom docs dir - Rename config field from flat `docsDir` to namespaced `paths.docs` - Change TemplateManager constructor to options object pattern - Use {{docsDir}} template variables instead of naive string replacement - Separate docsDir from LintOptions into standalone parameter - Remove interactive prompt for docsDir during init - Remove redundant DOCS_DIR constant re-export * refactor: remove docsDir from InitTemplateConfig, use paths.docs only Since the feature hasn't shipped yet, there's no need for backward compatibility with docsDir in templates. This eliminates the dual-schema confusion and simplifies the fallback chain. * test: remove redundant docsDir unknown field test The existing 'throws when unknown field exists' test already covers this code path. --------- Co-authored-by: sotatek <sotatek@Davids-Mac.local>
Configuration menu - View commit details
-
Copy full SHA for fe99680 - Browse repository at this point
Copy the full SHA fe99680View commit details
Commits on Mar 12, 2026
-
Reimplement Claude Code adapter (#39)
* Reimplement Claude Code adapter * Reimplement Claude Code adapter * Update Claude Code adapter * Update Claude Code adapter
Configuration menu - View commit details
-
Copy full SHA for d50bd9b - Browse repository at this point
Copy the full SHA d50bd9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb42a3 - Browse repository at this point
Copy the full SHA 4eb42a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a20fdad - Browse repository at this point
Copy the full SHA a20fdadView commit details
Commits on Mar 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5c877f5 - Browse repository at this point
Copy the full SHA 5c877f5View commit details
Commits on Mar 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3273a66 - Browse repository at this point
Copy the full SHA 3273a66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 967f76a - Browse repository at this point
Copy the full SHA 967f76aView commit details -
- project: agent-manager 0.4.0 - project: cli 0.18.0
Configuration menu - View commit details
-
Copy full SHA for 9aef515 - Browse repository at this point
Copy the full SHA 9aef515View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cli@0.17.0...cli@0.18.0