@protolabsai/proto 0.26.4 → 0.26.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +1297 -1110
- package/locales/en.js +150 -127
- package/package.json +2 -2
package/locales/en.js
CHANGED
|
@@ -1628,133 +1628,156 @@ export default {
|
|
|
1628
1628
|
// Loading Phrases
|
|
1629
1629
|
// ============================================================================
|
|
1630
1630
|
WITTY_LOADING_PHRASES: [
|
|
1631
|
-
|
|
1632
|
-
'
|
|
1633
|
-
'
|
|
1634
|
-
'
|
|
1635
|
-
'
|
|
1636
|
-
'
|
|
1637
|
-
'
|
|
1638
|
-
'
|
|
1639
|
-
'
|
|
1640
|
-
'
|
|
1641
|
-
|
|
1642
|
-
'
|
|
1643
|
-
'
|
|
1644
|
-
'
|
|
1645
|
-
'
|
|
1646
|
-
'
|
|
1647
|
-
'
|
|
1648
|
-
'
|
|
1649
|
-
'
|
|
1650
|
-
'
|
|
1651
|
-
'
|
|
1652
|
-
'
|
|
1653
|
-
|
|
1654
|
-
'
|
|
1655
|
-
'
|
|
1656
|
-
'
|
|
1657
|
-
'
|
|
1658
|
-
'
|
|
1659
|
-
'
|
|
1660
|
-
'
|
|
1661
|
-
|
|
1662
|
-
'
|
|
1663
|
-
|
|
1664
|
-
'
|
|
1665
|
-
'
|
|
1666
|
-
'
|
|
1667
|
-
'
|
|
1668
|
-
'
|
|
1669
|
-
'
|
|
1670
|
-
|
|
1671
|
-
'
|
|
1672
|
-
'
|
|
1673
|
-
'
|
|
1674
|
-
'
|
|
1675
|
-
'
|
|
1676
|
-
'
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
'
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
"
|
|
1686
|
-
'
|
|
1687
|
-
'
|
|
1688
|
-
|
|
1689
|
-
'
|
|
1690
|
-
'The
|
|
1691
|
-
'
|
|
1692
|
-
'
|
|
1693
|
-
'
|
|
1694
|
-
'
|
|
1695
|
-
|
|
1696
|
-
'
|
|
1697
|
-
|
|
1698
|
-
"
|
|
1699
|
-
'
|
|
1700
|
-
'
|
|
1701
|
-
'
|
|
1702
|
-
'
|
|
1703
|
-
'
|
|
1704
|
-
'
|
|
1705
|
-
'
|
|
1706
|
-
'
|
|
1707
|
-
'
|
|
1708
|
-
'
|
|
1709
|
-
'
|
|
1710
|
-
'
|
|
1711
|
-
|
|
1712
|
-
'
|
|
1713
|
-
|
|
1714
|
-
'
|
|
1715
|
-
'
|
|
1716
|
-
'
|
|
1717
|
-
'
|
|
1718
|
-
'
|
|
1719
|
-
'
|
|
1720
|
-
|
|
1721
|
-
'
|
|
1722
|
-
'
|
|
1723
|
-
"
|
|
1724
|
-
'
|
|
1725
|
-
'
|
|
1726
|
-
'
|
|
1727
|
-
'
|
|
1728
|
-
'
|
|
1729
|
-
"
|
|
1730
|
-
'
|
|
1731
|
-
|
|
1732
|
-
'
|
|
1733
|
-
'
|
|
1734
|
-
'
|
|
1735
|
-
'
|
|
1736
|
-
'
|
|
1737
|
-
|
|
1738
|
-
'
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
'
|
|
1742
|
-
'
|
|
1743
|
-
'
|
|
1744
|
-
'
|
|
1745
|
-
'
|
|
1746
|
-
'
|
|
1747
|
-
'
|
|
1748
|
-
'
|
|
1749
|
-
|
|
1750
|
-
'
|
|
1751
|
-
'
|
|
1752
|
-
'
|
|
1753
|
-
|
|
1754
|
-
'
|
|
1755
|
-
|
|
1756
|
-
'
|
|
1757
|
-
'
|
|
1631
|
+
'The server is checking its reflection',
|
|
1632
|
+
'Waiting for the database to finish its thought',
|
|
1633
|
+
'The code is looking for its other sock',
|
|
1634
|
+
'The API went to the bathroom',
|
|
1635
|
+
'The server is pretending to be asleep',
|
|
1636
|
+
"Asking the cache if it's lying",
|
|
1637
|
+
'The function is stalling for time',
|
|
1638
|
+
'The database is avoiding eye contact',
|
|
1639
|
+
'Waiting for the loop to get to the point',
|
|
1640
|
+
'The server is checking its phone',
|
|
1641
|
+
'The code is second-guessing everything',
|
|
1642
|
+
'The API is making excuses',
|
|
1643
|
+
'The server forgot what it was doing',
|
|
1644
|
+
'The function is clearing its throat',
|
|
1645
|
+
'Waiting for the process to stop rambling',
|
|
1646
|
+
'The database is choosing its words carefully',
|
|
1647
|
+
'The server is pretending to be busy',
|
|
1648
|
+
"The code is checking if you're still watching",
|
|
1649
|
+
'The API is running late, as usual',
|
|
1650
|
+
'The server is looking for a pen that works',
|
|
1651
|
+
'The function is trying to remember where it left off',
|
|
1652
|
+
'The database is having an existential moment',
|
|
1653
|
+
'Waiting for the code to get its story straight',
|
|
1654
|
+
'The server is looking for its glasses',
|
|
1655
|
+
'The API is stuck on hold',
|
|
1656
|
+
'The function is checking the weather first',
|
|
1657
|
+
'The database is reorganizing before it can start',
|
|
1658
|
+
'The server is waiting for someone else to go first',
|
|
1659
|
+
'The code is making sure it locked the door',
|
|
1660
|
+
'The API is just... one more minute',
|
|
1661
|
+
"Asking the server if it's mad at me",
|
|
1662
|
+
'Waiting for the database to finish its cigarette',
|
|
1663
|
+
'The pixels are discussing amongst themselves',
|
|
1664
|
+
'Giving the code a minute to collect its thoughts',
|
|
1665
|
+
'Letting the algorithm finish chewing',
|
|
1666
|
+
'The server is finding its reading glasses',
|
|
1667
|
+
'Asking the cache what it remembers',
|
|
1668
|
+
'The API is looking for its car keys',
|
|
1669
|
+
'Waiting for the function to get off the phone',
|
|
1670
|
+
'The data is stuck in traffic',
|
|
1671
|
+
'Checking if the server left a note',
|
|
1672
|
+
'The code is rereading the same paragraph',
|
|
1673
|
+
'Asking the database to repeat itself',
|
|
1674
|
+
'The server is deciding what to wear',
|
|
1675
|
+
'Waiting for the loop to get the point',
|
|
1676
|
+
'The request got distracted',
|
|
1677
|
+
"The server is pretending it didn't hear you",
|
|
1678
|
+
'Checking the back of the warehouse',
|
|
1679
|
+
'The code is having second thoughts',
|
|
1680
|
+
'Waiting for the process to finish its story',
|
|
1681
|
+
'The API went to get milk',
|
|
1682
|
+
'The server is double-checking its work',
|
|
1683
|
+
'Loading the thing behind the thing',
|
|
1684
|
+
'The database is reorganizing its junk drawer',
|
|
1685
|
+
"Asking the cache if it's sure",
|
|
1686
|
+
'The code is trying to remember your name',
|
|
1687
|
+
'Waiting for the server to put its pants on',
|
|
1688
|
+
'The function is gathering evidence',
|
|
1689
|
+
'The API is reading the instructions',
|
|
1690
|
+
'The server is looking for the light switch',
|
|
1691
|
+
'The server is rewinding the VHS tape',
|
|
1692
|
+
'Waiting for the modem to finish screaming',
|
|
1693
|
+
'The database is paging someone',
|
|
1694
|
+
'Blowing on the cartridge and trying again',
|
|
1695
|
+
'The API is waiting for dial-up to connect',
|
|
1696
|
+
'The server left its Tamagotchi at home',
|
|
1697
|
+
'Checking if the cord is plugged into the phone jack',
|
|
1698
|
+
"The code is recording over someone's wedding",
|
|
1699
|
+
'Waiting for the CD to stop skipping',
|
|
1700
|
+
'The function burned itself onto a CD-R',
|
|
1701
|
+
'The database is fast-forwarding through the commercials',
|
|
1702
|
+
'The server is adjusting the rabbit ears',
|
|
1703
|
+
'The API is stuck in the credits',
|
|
1704
|
+
'Tracking down which disc the file is on',
|
|
1705
|
+
'The code is in a chat room somewhere',
|
|
1706
|
+
'The server is setting the VCR timer',
|
|
1707
|
+
'Waiting for the floppy disk to stop grinding',
|
|
1708
|
+
'The database is selecting its AIM away message',
|
|
1709
|
+
'The function is asking Jeeves',
|
|
1710
|
+
'The server is reading the liner notes',
|
|
1711
|
+
'The API pressed B too many times',
|
|
1712
|
+
'The code is trying to remember its ICQ number',
|
|
1713
|
+
'Waiting for the answering machine to beep',
|
|
1714
|
+
'The database is untangling its landline cord',
|
|
1715
|
+
'The server is loading the next track',
|
|
1716
|
+
'The function is stuck in a Portal of Time',
|
|
1717
|
+
'The API is checking its pager',
|
|
1718
|
+
'The code is looking for the right jewel case',
|
|
1719
|
+
'The server is making a mix tape first',
|
|
1720
|
+
'Waiting for Y2K to sort itself out',
|
|
1721
|
+
'The server will be back',
|
|
1722
|
+
'Show me the data',
|
|
1723
|
+
"The code can't handle the truth",
|
|
1724
|
+
'The API is in the pipe, five by five',
|
|
1725
|
+
"You're gonna need a bigger server",
|
|
1726
|
+
'The function has a bad feeling about this',
|
|
1727
|
+
"The database doesn't remember asking you a damn thing",
|
|
1728
|
+
'Waiting for the server to say hello to my little friend',
|
|
1729
|
+
"The code is going to make you an offer you can't refuse",
|
|
1730
|
+
'The API is too old for this shit',
|
|
1731
|
+
'The server is walking here',
|
|
1732
|
+
'The function is on a mission from God',
|
|
1733
|
+
'Just when the code thought it was out',
|
|
1734
|
+
'The database can do this all day',
|
|
1735
|
+
'The server is in a world of pain',
|
|
1736
|
+
'The API sleeps with the fishes',
|
|
1737
|
+
'The code is Keyser Söze',
|
|
1738
|
+
'Waiting for the function to get busy living',
|
|
1739
|
+
'The database is not a smart man, but it knows what love is',
|
|
1740
|
+
'The server sees dead processes',
|
|
1741
|
+
'The API is going to need you to go ahead and come in on Saturday',
|
|
1742
|
+
'The code is on a boat',
|
|
1743
|
+
'The function is shocked, shocked',
|
|
1744
|
+
'The database is making fetch happen',
|
|
1745
|
+
'The server is so fetch',
|
|
1746
|
+
'The API is streets ahead',
|
|
1747
|
+
'The code is the one who knocks',
|
|
1748
|
+
'Waiting for the function to phone home',
|
|
1749
|
+
"The database is big, it's heavy, it's wood",
|
|
1750
|
+
'The server forgot about Dre',
|
|
1751
|
+
'The server is never gonna give you up',
|
|
1752
|
+
'The API is living on a prayer',
|
|
1753
|
+
'The code wants to know what love is',
|
|
1754
|
+
'The database is walking on sunshine',
|
|
1755
|
+
'The function is a Material Girl',
|
|
1756
|
+
'The server just called to say I love you',
|
|
1757
|
+
'The API is waiting for tonight',
|
|
1758
|
+
"The code is gonna party like it's 1999",
|
|
1759
|
+
'The database hit me baby one more time',
|
|
1760
|
+
'The server says bye bye bye',
|
|
1761
|
+
'The function is too sexy for this code',
|
|
1762
|
+
'The API is thinking about you and me and you and me',
|
|
1763
|
+
'The code is trapped under ice cream',
|
|
1764
|
+
'The database is turning Japanese',
|
|
1765
|
+
'The server is walking like an Egyptian',
|
|
1766
|
+
'The function is addicted to love',
|
|
1767
|
+
"The API wants you to know what it's like",
|
|
1768
|
+
'The code is running down a dream',
|
|
1769
|
+
'The database is living la vida loca',
|
|
1770
|
+
'The server is smooth like butter',
|
|
1771
|
+
'The function believes it can fly',
|
|
1772
|
+
'The API is gonna be the one that saves you',
|
|
1773
|
+
'The code is not your stepping stone',
|
|
1774
|
+
'The database is hungry like the wolf',
|
|
1775
|
+
"The server is livin' on the edge",
|
|
1776
|
+
"The function can't feel its face",
|
|
1777
|
+
"The API doesn't want no scrubs",
|
|
1778
|
+
'The code is floating down the Liffey',
|
|
1779
|
+
'The database is losing its religion',
|
|
1780
|
+
'The server is under pressure',
|
|
1758
1781
|
],
|
|
1759
1782
|
|
|
1760
1783
|
// ============================================================================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@protolabsai/proto",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.9",
|
|
4
4
|
"description": "proto - AI-powered coding agent",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"bundled"
|
|
22
22
|
],
|
|
23
23
|
"config": {
|
|
24
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.26.
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.26.9"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|