Copilot
Copilot
> @copilot also do not set the PROXY_CACHE env var when running the proxy container. The proxy is also being modified to default to cached mode so this env var...
> @copilot make sure the dropdown refreshes after deleting a project too Fixed in ba2dc94. The dropdown now refreshes after project deletion by tracking navigation state. When a user navigates...
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. > [!WARNING] > > > Firewall rules blocked me...
> Remove legacy format and all related code Done! I've removed all legacy format support and related code per your request. The implementation now only supports the new W3C-compliant object...
> Adjust the values in the following files to also follow the new value and unit format > > - src/tokens/component/avatar.json5 (8 errors) ... Done! I've updated all the specified...
> Fix the code linting errors > Fixed all linting errors. The issues were in the Figma formatter which still had legacy string format support. Removed the unnecessary string handling...
> Fix shadow transformer to use the new syntax > Fixed the shadow transformer to use the new W3C dimension format. The transformer now properly handles dimension objects `{value: number,...
> Fox border transformer to work with the new format and adjust styleLint format or so that it has px values in the output Fixed the border transformer to handle...
> Fix styleLint output for all dimension values to be in a pixel or rem string > Fixed styleLint output for all dimension values to be pixel/rem strings. Created a...
> @copilot The agent should not do command substitution. This should be handled by the shell itself. Just read the raw value from the argument. Done. Removed the `ProcessCommandSubstitution` method...