Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.0.0 #29

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 6, 2024

🤖 I have created a release beep boop

1.0.0 (2024-02-06)

⚠ BREAKING CHANGES

  • disable extra info as default
  • drop new buffer mode

Features

  • add a note for help user to continue the chat (8a80ee7)
  • add CCExplain command (640f361)
  • add CCTests command (b34a78f)
  • add configuration options for wrap and filetype (b4c6e76)
  • add CopilotChatDebugInfo command (#51) (89b6276)
  • add CopilotChatToggleLayout (07988b9)
  • add debug flag (d0dbd4c)
  • add health check (974f14f)
  • add new keymap to get previous user prompt (6e7e80f)
  • set filetype to markdown and text wrapping (9b19d51)
  • show chat in markdown format (9c14152)
  • show date time and additional information on end separator (#53) (b8d0a9d)

Bug Fixes

  • ci: generate doc (6287fd4)
  • ci: generate vimdoc on main branch (94fb10c)
  • ci: setup release action (2f1e046)
  • ci: skip git hook on vimdoc (94fb10c)
  • Close spinner if the buffer does not exist (#11) (0ea238d)
  • handle get remote plugin path on Windows (0b917f6)
  • remove LiteralString, use Any for fixing issue on Python 3.10 (b68c352), closes #45

Reverts

  • change back to CopilotChat command (e304f79)
  • ci: add release workflow back (81a9d81)

Code Refactoring

  • disable extra info as default (5c4c22d)
  • drop new buffer mode (0a30b7c)

This PR was generated with Release Please. See documentation.

@jellydn jellydn merged commit 96b8ebf into main Feb 6, 2024
5 checks passed
@jellydn jellydn deleted the release-please--branches--main--components--CopilotChat.nvim branch February 6, 2024 12:44
Copy link
Contributor Author

github-actions bot commented Feb 8, 2024

cjoke pushed a commit to cjoke/CopilotChat.nvim that referenced this pull request Feb 18, 2024
* Intergrate ziontee113/CopilotAgent.nvim (CopilotC-Nvim#27)

* feat: add libraries from ziontee113/CopilotAgent

* feat: add chat handlers from CopilotAgent

* feat: add "mycopilot" module from CopilotAgent

* feat: add "tools" module from CopilotAgent

* feat: add copilot-agent.py

* feat: conditionally check for tiktoken module

* Add renamed CopilotAgent commands to README.md (CopilotC-Nvim#29)

* ref: rename commands to prefixed with CopilotChat

* docs: add renamed CopilotAgent commmands

* docs: add default key mapping

---------

Co-authored-by: Dung Duc Huynh (Kaka) <[email protected]>

* docs: add note about the canary branch

docs: fix keymap for in-place command

* chore: update dict

* docs: add demo videos for Fold & Inplace (CopilotC-Nvim#31)

* chore: remove testing commands and layout component

fix: remove matrix testing code

* docs: remove copilot chat vspilt command

* feat: add toggle layout and new split preset commands

* revert: add internal comands back for inplace chat

* chore: add a note about chat handler

* feat: show spinner on processing

* feat: show key binding on help section

* docs: fix usage for InPlace command

* docs: add demo for token count and demo

* feat: add C-h to toggle help section

* docs: add usage for InPlace command

* chore: sync fork

* refactor: create dedicated function for help text with layout

* feat: add option for hide or show the help text on InPlace

* Fix module import error by using typing.List (CopilotC-Nvim#33)

Co-authored-by: Cassius0924 <[email protected]>

* docs: add Cassius0924 as a contributor for code (CopilotC-Nvim#34)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* feat: add user prompt and clear history on InPlace command

* docs: fix usage for install manually

* feat: add new keymap for change system prompt

* feat: add debug flag

* docs: add debug file path when enable debug mode

* docs: notify end user to run UpdateRemotePlugins command after install plugin

* chore: sync fork

Add system prompt to ask
Handle bad error code after calling post

* chore: sync fork and remove unused

* docs: add Discord link

* chore: sync fork

* refactor!: drop CC commands

* docs: remove branch on usage

---------

Co-authored-by: Trí Thiện Nguyễn <[email protected]>
Co-authored-by: He Zhizhou <[email protected]>
Co-authored-by: Cassius0924 <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant