|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v1.0.14 |
| 4 | + |
| 5 | +### Highlights |
| 6 | + |
| 7 | +- Added an /init slash command to generate or improve a repository's Copilot instructions file. |
| 8 | +- You can now type & in the composer to mention and reference another session by name. |
| 9 | +- The home screen now shows prompt cards with suggested tasks that fill the composer when clicked. |
| 10 | +- Added /model and /models slash commands to open the model picker or select a model by name or ID. |
| 11 | +- AI credit usage warnings now appear above the chat composer with a next step when you run low or out. |
| 12 | + |
| 13 | +### Added |
| 14 | + |
| 15 | +- Added /clear and /reset slash commands to reset the current chat session transcript while staying in the same workspace or chat context. |
| 16 | +- Added /model and /models slash commands to the prompt composer to open the model picker or select a model by name or ID. |
| 17 | +- Added a /rename slash command to rename the current session or chat directly from the composer. |
| 18 | +- Added a `/chronicle reindex` slash command to rebuild the Chronicle session index. |
| 19 | +- Added a `/init` slash command to generate or improve a repository's Copilot instructions file. |
| 20 | +- AI credit usage warnings now appear above the chat composer, with a plan-aware next step when you run low or run out. |
| 21 | +- In the diff view, you can now open a file directly from its header, and right-click a file header to copy its file path or relative path, or open the file in a new tab or your browser. |
| 22 | +- Session ID is now shown in the workspace and chat title popovers with a one-click copy button, making it easy to reference a session when working across multiple chats. |
| 23 | +- The home screen now shows prompt cards below the composer with suggested tasks to try. Clicking a card fills the composer with the suggested prompt using a typewriter animation. |
| 24 | +- You can now type & in the composer to mention and reference another session by name. |
| 25 | + |
| 26 | +### Changed |
| 27 | + |
| 28 | +- In repository settings, the trust actions (Accept, Revoke, Keep local, and Create config file) now show a spinner and become non-interactive while the request is in flight, so it's clear the action was registered. |
| 29 | +- Refactored the repository configuration section of project settings into a reusable, presentational `RepositoryConfigFileSettings` component, with Storybook coverage now backed by the real component. No change to behavior. |
| 30 | +- Shift+Tab in the chat composer now moves focus backward as expected for keyboard and screen-reader users, instead of cycling the session mode. Change modes from the mode menu or with ⌘/Ctrl+Shift+M (remappable in Settings → Keyboard Shortcuts). |
| 31 | + |
| 32 | +### Fixed |
| 33 | + |
| 34 | +- Agent merge check-in prompts no longer clutter the composer's prompt history. |
| 35 | +- Closed pull requests that were previously drafts now show the closed icon in the sidebar instead of the draft icon. |
| 36 | +- Fixed an error that could prevent bring-your-own-key models from working in project and workspace sessions. |
| 37 | +- Fixed keyboard focus returning to the wrong place after closing the "Add from GitHub" repository picker during onboarding, so keyboard and screen-reader users can navigate correctly. |
| 38 | +- Fixed lag when switching between chat sessions, especially very large conversations. |
| 39 | +- Fixed pull request and issue lists, pull request details, and creating or updating pull requests/issues breaking after a repository was renamed or transferred on GitHub. |
| 40 | +- Fixed the coding agent auto-merging a pull request before GitHub's own merge checks (e.g. required status checks) were satisfied. |
| 41 | +- Fixed the composer's Changes pill not appearing on WSL workspaces when a session had uncommitted edits. |
| 42 | +- Fixed the Impeccable design skill leaving behind stray cache files and git exclude entries in repos where no design issues were found. |
| 43 | +- Fixed third-party MCP servers requiring OAuth getting stuck on an endless "authenticating" spinner instead of prompting to sign in. |
| 44 | +- In project settings, the repository configuration file row is now hidden until a `.github/github-app.yml` config actually exists, instead of appearing before you've created one. |
| 45 | +- Local automations now use your Settings and per-project instructions, matching interactive sessions. |
| 46 | +- Widened the scrollbar thumb on Windows and Linux and fixed the dark theme hover color so the thumb is brighter on hover as expected. |
| 47 | + |
3 | 48 | ## v1.0.13 |
4 | 49 |
|
5 | 50 | ### Highlights |
|
0 commit comments