An open API service providing commit metadata for open source projects.

GitHub / greggh/claude-code.nvim / commits

SHA Message Author Date Stats
55c0cb59 merge Merge pull request #106 from shkm/fix/terminal-exit-cleanup Gregg Housh <g****c@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
08ac0360 Fix terminal cleanup when Claude process exits Jamie Schembri <j****e@s****e> 7 months ago
c9a31e51 merge Merge pull request #37 from krishna-bala/krishna.add-floating-window-2 Gregg Housh <g****c@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
1952ba25 fix(terminal): add buffer validation guards and improve tests Krishna Balasubramanian <k****a@p****e> about 1 year ago
1617a92b test(terminal): fix all remaining test failures Krishna Balasubramanian <k****a@p****e> about 1 year ago
ed9c728a test(terminal): partial fix for window close test Krishna Balasubramanian <k****a@p****e> about 1 year ago
3f8839dc test(terminal): fix vim.o numeric value preservation Krishna Balasubramanian <k****a@p****e> about 1 year ago
c2af0847 test(terminal): add mocks for new Neovim APIs Krishna Balasubramanian <k****a@p****e> about 1 year ago
d1601c64 fix(terminal): update deprecated Neovim APIs Krishna Balasubramanian <k****a@p****e> about 1 year ago
12fa63f1 feat: resolve merge conflicts and refactor for code quality Krishna Balasubramanian <k****a@p****e> about 1 year ago
275c4761 merge Merge pull request #35 from krishna-bala/krishna.fix-test-runner Gregg Housh <g****c@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
d7f55c73 merge Merge pull request #36 from MartianGreed/main Gregg Housh <g****c@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
12bc776a Reworking workflows Gregg Housh <g****c@g****m> about 1 year ago
780ca1b4 fix: improve floating window vertical centering accuracy Krishna Balasubramanian <k****a@p****e> about 1 year ago
22dcdffa fix: address CodeRabbit feedback and improve code quality Krishna Balasubramanian <k****a@p****e> about 1 year ago
da466772 Address CodeRabbit feedback: improve script robustness and formatting Krishna Balasubramanian <k****a@p****e> about 1 year ago
2b09935a feat: add configurable shell navigation commands Valentin Dosimont <v****n@p****m> about 1 year ago
9156d2a4 feat: add configurable shell command separator Valentin Dosimont <v****n@p****m> about 1 year ago
d3693c12 fix: handle NVIM environment variable in test script Krishna Balasubramanian <k****a@p****e> about 1 year ago
ffdf35d8 Fix markdownlint issues in all markdown files openhands <o****s@a****v> over 1 year ago
6a79e2b3 merge Merge pull request #26 from ahdzib-maya/feat/multi-instance Gregg Housh <g****c@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
bfac363d Update ci.yml Gregg Housh <g****c@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
945447b4 Update ci.yml Gregg Housh <g****c@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
083682e9 Address latest CodeRabbit review comments Itzamna <i****z@m****m> over 1 year ago
5dd21969 Update terminal tests for multi-instance support Itzamna <i****z@m****m> over 1 year ago
d5e3c62f Complete multi-instance migration fixes Itzamna <i****z@m****m> over 1 year ago
a9efdf1f Respect git.use_git_root config for instance ID derivation Itzamna <i****z@m****m> over 1 year ago
30d8be70 Fix CodeRabbit review comments Itzamna <i****z@m****m> over 1 year ago
a373afb4 Add multiple instance per git root Itzamna <i****z@m****m> over 1 year ago
891e4737 test: fix test mocks for buffer validation changes Krishna Balasubramanian <k****a@p****e> over 1 year ago
e60039fd feat: add buffer state validation for reused buffers Krishna Balasubramanian <k****a@p****e> over 1 year ago
69eeaaf4 fix: correct split command logic in create_split Krishna Balasubramanian <k****a@p****e> over 1 year ago
c2603ce8 feat: add dimension fallback and position clamping Krishna Balasubramanian <k****a@p****e> over 1 year ago
a3fb8840 fix: add shell escaping for git root paths Krishna Balasubramanian <k****a@p****e> over 1 year ago
abc2aa57 test: improve floating window test coverage Krishna Balasubramanian <k****a@p****e> over 1 year ago
27ec4c0f test: fix vim.o table preservation in tests Krishna Balasubramanian <k****a@p****e> over 1 year ago
ca3c2ae4 docs(window): floating window example
Co-authored-by: Claude <n****y@a****m>
Krishna Balasubramanian <k****a@p****e> over 1 year ago
161bb9df feat: add floating window support
Co-authored-by: Claude <n****y@a****m>
Krishna Balasubramanian <k****a@p****e> over 1 year ago
a0212257 merge Merge pull request #21 from kylesnowschwartz/kyle/start-terminal-in-normal-mode Gregg Housh <g****c@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
6178dbe2 feat: add option to start terminal in normal mode
Co-authored-by: Claude <n****y@a****m>
kylesnowschwartz <k****z@g****m> over 1 year ago
91b38f28 merge Merge pull request #17 from kylesnowschwartz/kyle/add-command-args Gregg Housh <g****c@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
0e7ecc1f Add support for command variants and arguments kylesnowschwartz <k****z@g****m> over 1 year ago
b5c64c42 merge Merge pull request #10 from stephenprater/fix-vertical-split-window Gregg Housh <g****c@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a1dbba60 fix: improve vertical split behavior for claude terminal Stephen Prater <s****r@s****m> over 1 year ago
156cd48c docs: update documentation with new split_ratio config option Stephen Prater <s****r@s****m> over 1 year ago
d1dbc6b7 chore: add linting and pre-commit configuration
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
ebd16252 docs: update documentation with command option and --cwd warning
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
47f9cdd6 fix: replace deprecated --cwd flag with pushd/popd commands
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
e677a15b merge Merge pull request #5 from b0o/configurable-command Gregg Housh <g****c@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
64da5f06 fix(tests): add missing config to terminal spec Maddison Hellstrom <m****y@n****i> over 1 year ago
e1f71fa8 feat: make claude command configurable via config option Maddison Hellstrom <m****y@n****i> over 1 year ago
153a977d docs: standardize README.md format
Co-authored-by: Claude <n****y@a****m>
Claude <c****e@a****m> over 1 year ago
9b8f3dd9 Update documentation paths to new docs-projects structure
Co-authored-by: Claude <n****y@a****m>
Claude <c****e@a****m> over 1 year ago
80376a51 Update funding information Claude <c****e@a****m> over 1 year ago
86ee3b3b Enhance: Add version management and standardize badge display
Co-authored-by: Claude <n****y@a****m>
Claude <c****e@a****m> over 1 year ago
3bf053fd Update: CLAUDE.md with modern command patterns and more detailed structure in... Claude <c****e@a****m> over 1 year ago
f3526ade Update: Document workflow changes in CHANGELOG Gregg Housh <g****c@g****m> over 1 year ago
ae1dc63c Refactor: Move documentation validation to dedicated workflow Gregg Housh <g****c@g****m> over 1 year ago
366d1e2c Remove: Duplicate docs workflow (already in CI) Gregg Housh <g****c@g****m> over 1 year ago
578bf5f3 Add: Documentation workflow for Markdown validation Gregg Housh <g****c@g****m> over 1 year ago
4275a954 Release: Bump version to 0.4.2
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
d741309d Fix: Remove deprecated GitHub Actions workflow
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
5708e1e8 Fix: Improve changelog extraction in release workflow
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
e63379c8 Enhance: Automate release workflow with tag-based trigger
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
9feed06b Bump version to 0.4.1
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
53d9af90 Refactor: Consolidate documentation workflows
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
958b59f4 Add: Documentation workflow and fix Release workflow
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
9779a9ad Fix: Replace deprecated GitHub Actions updater with manual check Gregg Housh <g****c@g****m> over 1 year ago
82d75d98 Fix: Update dependency-updates.yml workflow with proper permissions and lates... Gregg Housh <g****c@g****m> over 1 year ago
cc594fbd Fix: Improve linting rules for testing and code quality Gregg Housh <g****c@g****m> over 1 year ago
3f1c95e7 Add: Comprehensive test framework and release workflow Gregg Housh <g****c@g****m> over 1 year ago
b722a79b Docs: Update documentation to reflect recent changes Gregg Housh <g****c@g****m> over 1 year ago
abee3913 Docs: Update changelog with pre-commit hook fixes Gregg Housh <g****c@g****m> over 1 year ago
d1782cf4 Cleanup: Remove test file Gregg Housh <g****c@g****m> over 1 year ago
345853a6 Fix: Hardcode test script path in pre-commit hook for reliability Gregg Housh <g****c@g****m> over 1 year ago
48065864 Fix: Use explicit project path for test script in pre-commit hook Gregg Housh <g****c@g****m> over 1 year ago
04f1aa32 Fix: Standardize test init file naming to use hyphen (minimal-init.lua)
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
88d1ee42 Bump: Version to 0.4.0 and add dependency updates workflow
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
a4506d6d Add: GitHub best practices documentation and standardize workflow
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
7add49a2 Update changelog with development guide and funding links Gregg Housh <g****c@g****m> over 1 year ago
580b2487 Update repository URLs and add DEVELOPMENT.md references Gregg Housh <g****c@g****m> over 1 year ago
bee8097b Add comprehensive development guide with tool explanations Gregg Housh <g****c@g****m> over 1 year ago
d88454f9 Add GitHub Sponsors and Ko-fi funding links Gregg Housh <g****c@g****m> over 1 year ago
bf7b021d Chore: Update version structure and bump to 0.3.0
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
1df75484 Fix: Update documentation format for LDoc
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
1b0f21a5 Fix: Update remaining config validation tests to use silent mode
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
0af7092e Fix: Add silent mode to config validation to fix test errors
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
dfa3f094 Fix: Improve test error handling to count errors from vim.notify
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
536a0686 Fix: Silence config validation errors in tests
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
5faa1f8f Fix: Resolve config validation error in tests
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
3f332196 Fix: Resolve luassert error in test runner
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
22c9d4d9 Fix: Improve git tests and testing framework
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
a7621a0c Fix: Resolve git_spec.lua test failure
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
08ede274 Fix: Improve test result tracking and reporting
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
5cd25f9d Fix: Resolve 'Is a directory' test failure in CI
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
1e1eafb7 Fix: Resolve test hanging issues in CI workflow
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
1378066f Fix: Update test runner for Plenary compatibility
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
cef868bf Fix: Resolve failing git_spec test and improve test runner
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
36b065c0 Fix: Improve Plenary.nvim installation in CI workflow
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago
8906b13c Fix: Resolve caching issues in CI workflow
Co-authored-by: Claude <n****y@a****m>
Gregg Housh <g****c@g****m> over 1 year ago

← Back to repository