Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 12:46
dd9ad9b

Added

  • Per-project VS Code extensions survive aic sync. A project-owned
    .devcontainer/vscode-extensions (one publisher.name id per line) is merged
    into customizations.vscode.extensions on every init/sync; invalid lines are
    warned about and skipped. (aic, template/devcontainer.json)
  • Per-project VS Code settings survive aic sync. A project-owned
    .devcontainer/vscode-settings.json object is merged into
    customizations.vscode.settings. README adds Python and TypeScript editor +
    agent-LSP recipes. (aic, README.md)
  • .devcontainer/README.md explains what to edit and what not to. Shipped
    into every project (both modes) to steer humans and AI agents away from
    hand-editing the sync-overwritten devcontainer.json toward the project-owned
    files. (template/README.md, aic)