Skip to content

Conversation

@devversion
Copy link
Member

  • We find the at-link support to be non-ideal given requirements inside Google, or differences by different agents— so we revert it. We don't expect any usages as it was just available for a very short time (less than 2 hours)

  • We will expose a hook for advanced executors to post-process system prompts. We can evolve that API as we detect more need.

…g prompts

* We find the at-link support to be non-ideal given requirements inside
  Google, or differences by different agents— so we revert it. We don't
  expect any usages as it was just available for a very short time (less
  than 2 hours)

* We will expose a hook for advanced executors to post-process system
  prompts. We can evolve that API as we detect more need.
* @param isEditing Whether this is an editing or generation step.
*/
private getStepPromptDefinition(
private async getStepPromptDefinition(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: As I initially did also run the hook against executable prompts, these changes are still here. I think we should keep them as this is helpful for when we support DevX with custom metadata that may be attached to executable prompts.

(Notably the async logic isn't super optimized here— there might be gaps for more parallelization— but we can always improve that as we go)

@devversion devversion requested a review from mturco October 23, 2025 18:17
@devversion devversion merged commit bb73ea4 into angular:main Oct 23, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants