@protolabsai/proto 0.26.3 → 0.26.5

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.
Files changed (3) hide show
  1. package/cli.js +301 -251
  2. package/locales/en.js +216 -192
  3. package/package.json +2 -2
package/locales/en.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2025 Qwen
3
+ * Copyright 2025 Proto
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
6
 
@@ -115,8 +115,8 @@ export default {
115
115
  // ============================================================================
116
116
  // Commands - General
117
117
  // ============================================================================
118
- 'Analyzes the project and creates a tailored QWEN.md file.':
119
- 'Analyzes the project and creates a tailored QWEN.md file.',
118
+ 'Analyzes the project and creates a tailored PROTO.md file.':
119
+ 'Analyzes the project and creates a tailored PROTO.md file.',
120
120
  'List available proto tools. Usage: /tools [desc]':
121
121
  'List available proto tools. Usage: /tools [desc]',
122
122
  'List available skills.': 'List available skills.',
@@ -211,8 +211,8 @@ export default {
211
211
  // ============================================================================
212
212
  // Agents - Creation Wizard
213
213
  // ============================================================================
214
- 'Project Level (.qwen/agents/)': 'Project Level (.qwen/agents/)',
215
- 'User Level (~/.qwen/agents/)': 'User Level (~/.qwen/agents/)',
214
+ 'Project Level (.proto/agents/)': 'Project Level (.proto/agents/)',
215
+ 'User Level (~/.proto/agents/)': 'User Level (~/.proto/agents/)',
216
216
  '✅ Subagent Created Successfully!': '✅ Subagent Created Successfully!',
217
217
  'Subagent "{{name}}" has been saved to {{level}} level.':
218
218
  'Subagent "{{name}}" has been saved to {{level}} level.',
@@ -390,8 +390,8 @@ export default {
390
390
  'Custom Witty Phrases': 'Custom Witty Phrases',
391
391
  'Show Welcome Back Dialog': 'Show Welcome Back Dialog',
392
392
  'Enable User Feedback': 'Enable User Feedback',
393
- 'How is Qwen doing this session? (optional)':
394
- 'How is Qwen doing this session? (optional)',
393
+ 'How is Proto doing this session? (optional)':
394
+ 'How is Proto doing this session? (optional)',
395
395
  Bad: 'Bad',
396
396
  Fine: 'Fine',
397
397
  Good: 'Good',
@@ -414,7 +414,7 @@ export default {
414
414
  'Load Memory From Include Directories':
415
415
  'Load Memory From Include Directories',
416
416
  'Respect .gitignore': 'Respect .gitignore',
417
- 'Respect .qwenignore': 'Respect .qwenignore',
417
+ 'Respect .protoignore': 'Respect .protoignore',
418
418
  'Enable Recursive File Search': 'Enable Recursive File Search',
419
419
  'Disable Fuzzy Search': 'Disable Fuzzy Search',
420
420
  'Interactive Shell (PTY)': 'Interactive Shell (PTY)',
@@ -508,8 +508,8 @@ export default {
508
508
  remote: 'remote',
509
509
  'This extension will add the following commands: {{commands}}.':
510
510
  'This extension will add the following commands: {{commands}}.',
511
- 'This extension will append info to your QWEN.md context using {{fileName}}':
512
- 'This extension will append info to your QWEN.md context using {{fileName}}',
511
+ 'This extension will append info to your PROTO.md context using {{fileName}}':
512
+ 'This extension will append info to your PROTO.md context using {{fileName}}',
513
513
  'This extension will exclude the following core tools: {{tools}}':
514
514
  'This extension will exclude the following core tools: {{tools}}',
515
515
  'This extension will install the following skills:':
@@ -685,8 +685,8 @@ export default {
685
685
  'Exit codes:': 'Exit codes:',
686
686
  'Configured hooks:': 'Configured hooks:',
687
687
  'No hooks configured for this event.': 'No hooks configured for this event.',
688
- 'To add hooks, edit settings.json directly or ask Qwen.':
689
- 'To add hooks, edit settings.json directly or ask Qwen.',
688
+ 'To add hooks, edit settings.json directly or ask Proto.':
689
+ 'To add hooks, edit settings.json directly or ask Proto.',
690
690
  'Enter to select · Esc to go back': 'Enter to select · Esc to go back',
691
691
  // Hooks - Config Detail Step
692
692
  'Hook details': 'Hook details',
@@ -694,8 +694,8 @@ export default {
694
694
  'Extension:': 'Extension:',
695
695
  'Desc:': 'Desc:',
696
696
  'No hook config selected': 'No hook config selected',
697
- 'To modify or remove this hook, edit settings.json directly or ask Qwen to help.':
698
- 'To modify or remove this hook, edit settings.json directly or ask Qwen to help.',
697
+ 'To modify or remove this hook, edit settings.json directly or ask Proto to help.':
698
+ 'To modify or remove this hook, edit settings.json directly or ask Proto to help.',
699
699
  // Hooks - Disabled Step
700
700
  'Hook Configuration - Disabled': 'Hook Configuration - Disabled',
701
701
  'All hooks are currently disabled. You have {{count}} that are not running.':
@@ -707,8 +707,8 @@ export default {
707
707
  'StatusLine will not be displayed': 'StatusLine will not be displayed',
708
708
  'Tool operations will proceed without hook validation':
709
709
  'Tool operations will proceed without hook validation',
710
- 'To re-enable hooks, remove "disableAllHooks" from settings.json or ask Qwen Code.':
711
- 'To re-enable hooks, remove "disableAllHooks" from settings.json or ask Qwen Code.',
710
+ 'To re-enable hooks, remove "disableAllHooks" from settings.json or ask Proto Code.':
711
+ 'To re-enable hooks, remove "disableAllHooks" from settings.json or ask Proto Code.',
712
712
  // Hooks - Source
713
713
  Project: 'Project',
714
714
  User: 'User',
@@ -773,7 +773,7 @@ export default {
773
773
  'show stderr to user only but continue with tool call',
774
774
  'block processing, erase original prompt, and show stderr to user only':
775
775
  'block processing, erase original prompt, and show stderr to user only',
776
- 'stdout shown to Qwen': 'stdout shown to Qwen',
776
+ 'stdout shown to Proto': 'stdout shown to Proto',
777
777
  'show stderr to user only (blocking errors ignored)':
778
778
  'show stderr to user only (blocking errors ignored)',
779
779
  'command completes successfully': 'command completes successfully',
@@ -1032,7 +1032,7 @@ export default {
1032
1032
  servers: 'servers',
1033
1033
  'Add MCP servers to your settings to get started.':
1034
1034
  'Add MCP servers to your settings to get started.',
1035
- 'Run qwen --debug to see error logs': 'Run qwen --debug to see error logs',
1035
+ 'Run proto --debug to see error logs': 'Run proto --debug to see error logs',
1036
1036
 
1037
1037
  // MCP OAuth Authentication
1038
1038
  'OAuth Authentication': 'OAuth Authentication',
@@ -1127,8 +1127,8 @@ export default {
1127
1127
  // ============================================================================
1128
1128
  // Commands - Summary
1129
1129
  // ============================================================================
1130
- 'Generate a project summary and save it to .qwen/PROJECT_SUMMARY.md':
1131
- 'Generate a project summary and save it to .qwen/PROJECT_SUMMARY.md',
1130
+ 'Generate a project summary and save it to .proto/PROJECT_SUMMARY.md':
1131
+ 'Generate a project summary and save it to .proto/PROJECT_SUMMARY.md',
1132
1132
  'No chat client available to generate summary.':
1133
1133
  'No chat client available to generate summary.',
1134
1134
  'Already generating summary, wait for previous request to complete':
@@ -1190,8 +1190,8 @@ export default {
1190
1190
  'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
1191
1191
  'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.',
1192
1192
  "Error adding '{{path}}': {{error}}": "Error adding '{{path}}': {{error}}",
1193
- 'Successfully added QWEN.md files from the following directories if there are:\n- {{directories}}':
1194
- 'Successfully added QWEN.md files from the following directories if there are:\n- {{directories}}',
1193
+ 'Successfully added PROTO.md files from the following directories if there are:\n- {{directories}}':
1194
+ 'Successfully added PROTO.md files from the following directories if there are:\n- {{directories}}',
1195
1195
  'Error refreshing memory: {{error}}': 'Error refreshing memory: {{error}}',
1196
1196
  'Successfully added directories:\n- {{directories}}':
1197
1197
  'Successfully added directories:\n- {{directories}}',
@@ -1288,9 +1288,9 @@ export default {
1288
1288
  'You must select an auth method to proceed. Press Ctrl+C again to exit.',
1289
1289
  'Terms of Services and Privacy Notice':
1290
1290
  'Terms of Services and Privacy Notice',
1291
- 'Qwen OAuth': 'Qwen OAuth',
1292
- 'Free \u00B7 Up to 1,000 requests/day \u00B7 Qwen latest models':
1293
- 'Free \u00B7 Up to 1,000 requests/day \u00B7 Qwen latest models',
1291
+ 'Proto OAuth': 'Proto OAuth',
1292
+ 'Free \u00B7 Up to 1,000 requests/day \u00B7 Proto latest models':
1293
+ 'Free \u00B7 Up to 1,000 requests/day \u00B7 Proto latest models',
1294
1294
  'Login with QwenChat account to use daily free quota.':
1295
1295
  'Login with QwenChat account to use daily free quota.',
1296
1296
  'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
@@ -1305,27 +1305,27 @@ export default {
1305
1305
  'Failed to login. Message: {{message}}',
1306
1306
  'Authentication is enforced to be {{enforcedType}}, but you are currently using {{currentType}}.':
1307
1307
  'Authentication is enforced to be {{enforcedType}}, but you are currently using {{currentType}}.',
1308
- 'Qwen OAuth authentication timed out. Please try again.':
1309
- 'Qwen OAuth authentication timed out. Please try again.',
1310
- 'Qwen OAuth authentication cancelled.':
1311
- 'Qwen OAuth authentication cancelled.',
1312
- 'Qwen OAuth Authentication': 'Qwen OAuth Authentication',
1308
+ 'Proto OAuth authentication timed out. Please try again.':
1309
+ 'Proto OAuth authentication timed out. Please try again.',
1310
+ 'Proto OAuth authentication cancelled.':
1311
+ 'Proto OAuth authentication cancelled.',
1312
+ 'Proto OAuth Authentication': 'Proto OAuth Authentication',
1313
1313
  'Please visit this URL to authorize:': 'Please visit this URL to authorize:',
1314
1314
  'Or scan the QR code below:': 'Or scan the QR code below:',
1315
1315
  'Waiting for authorization': 'Waiting for authorization',
1316
1316
  'Time remaining:': 'Time remaining:',
1317
1317
  '(Press ESC or CTRL+C to cancel)': '(Press ESC or CTRL+C to cancel)',
1318
- 'Qwen OAuth Authentication Timeout': 'Qwen OAuth Authentication Timeout',
1318
+ 'Proto OAuth Authentication Timeout': 'Proto OAuth Authentication Timeout',
1319
1319
  'OAuth token expired (over {{seconds}} seconds). Please select authentication method again.':
1320
1320
  'OAuth token expired (over {{seconds}} seconds). Please select authentication method again.',
1321
1321
  'Press any key to return to authentication type selection.':
1322
1322
  'Press any key to return to authentication type selection.',
1323
- 'Waiting for Qwen OAuth authentication...':
1324
- 'Waiting for Qwen OAuth authentication...',
1325
- 'Note: Your existing API key in settings.json will not be cleared when using Qwen OAuth. You can switch back to OpenAI authentication later if needed.':
1326
- 'Note: Your existing API key in settings.json will not be cleared when using Qwen OAuth. You can switch back to OpenAI authentication later if needed.',
1327
- 'Note: Your existing API key will not be cleared when using Qwen OAuth.':
1328
- 'Note: Your existing API key will not be cleared when using Qwen OAuth.',
1323
+ 'Waiting for Proto OAuth authentication...':
1324
+ 'Waiting for Proto OAuth authentication...',
1325
+ 'Note: Your existing API key in settings.json will not be cleared when using Proto OAuth. You can switch back to OpenAI authentication later if needed.':
1326
+ 'Note: Your existing API key in settings.json will not be cleared when using Proto OAuth. You can switch back to OpenAI authentication later if needed.',
1327
+ 'Note: Your existing API key will not be cleared when using Proto OAuth.':
1328
+ 'Note: Your existing API key will not be cleared when using Proto OAuth.',
1329
1329
  'Authentication timed out. Please try again.':
1330
1330
  'Authentication timed out. Please try again.',
1331
1331
  'Waiting for auth... (Press ESC or CTRL+C to cancel)':
@@ -1386,10 +1386,10 @@ export default {
1386
1386
  unknown: 'unknown',
1387
1387
  "Failed to switch model to '{{modelId}}'.\n\n{{error}}":
1388
1388
  "Failed to switch model to '{{modelId}}'.\n\n{{error}}",
1389
- 'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
1390
- 'Qwen 3.5 Plus — efficient hybrid model with leading coding performance',
1391
- 'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
1392
- 'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)',
1389
+ 'Proto 3.5 Plus — efficient hybrid model with leading coding performance':
1390
+ 'Proto 3.5 Plus — efficient hybrid model with leading coding performance',
1391
+ 'The latest Proto Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
1392
+ 'The latest Proto Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)',
1393
1393
 
1394
1394
  // ============================================================================
1395
1395
  // Dialogs - Permissions
@@ -1415,11 +1415,11 @@ export default {
1415
1415
  'From project settings': 'From project settings',
1416
1416
  'From session': 'From session',
1417
1417
  'Project settings (local)': 'Project settings (local)',
1418
- 'Saved in .qwen/settings.local.json': 'Saved in .qwen/settings.local.json',
1418
+ 'Saved in .proto/settings.local.json': 'Saved in .proto/settings.local.json',
1419
1419
  'Project settings': 'Project settings',
1420
- 'Checked in at .qwen/settings.json': 'Checked in at .qwen/settings.json',
1420
+ 'Checked in at .proto/settings.json': 'Checked in at .proto/settings.json',
1421
1421
  'User settings': 'User settings',
1422
- 'Saved in at ~/.qwen/settings.json': 'Saved in at ~/.qwen/settings.json',
1422
+ 'Saved in at ~/.proto/settings.json': 'Saved in at ~/.proto/settings.json',
1423
1423
  'Add a new rule…': 'Add a new rule…',
1424
1424
  'Add {{type}} permission rule': 'Add {{type}} permission rule',
1425
1425
  'Permission rules are a tool name, optionally followed by a specifier in parentheses.':
@@ -1539,8 +1539,8 @@ export default {
1539
1539
  'You can run any shell commands from proto using ! (e.g. !ls).',
1540
1540
  'Type / to open the command popup; Tab autocompletes slash commands and saved prompts.':
1541
1541
  'Type / to open the command popup; Tab autocompletes slash commands and saved prompts.',
1542
- 'You can resume a previous conversation by running qwen --continue or qwen --resume.':
1543
- 'You can resume a previous conversation by running qwen --continue or qwen --resume.',
1542
+ 'You can resume a previous conversation by running proto --continue or proto --resume.':
1543
+ 'You can resume a previous conversation by running proto --continue or proto --resume.',
1544
1544
  'You can switch permission mode quickly with Shift+Tab or /approval-mode.':
1545
1545
  'You can switch permission mode quickly with Shift+Tab or /approval-mode.',
1546
1546
  'You can switch permission mode quickly with Tab or /approval-mode.':
@@ -1628,133 +1628,156 @@ export default {
1628
1628
  // Loading Phrases
1629
1629
  // ============================================================================
1630
1630
  WITTY_LOADING_PHRASES: [
1631
- "I'm Feeling Lucky",
1632
- 'Shipping awesomeness... ',
1633
- 'Painting the serifs back on...',
1634
- 'Navigating the slime mold...',
1635
- 'Consulting the digital spirits...',
1636
- 'Reticulating splines...',
1637
- 'Warming up the AI hamsters...',
1638
- 'Asking the magic conch shell...',
1639
- 'Generating witty retort...',
1640
- 'Polishing the algorithms...',
1641
- "Don't rush perfection (or my code)...",
1642
- 'Brewing fresh bytes...',
1643
- 'Counting electrons...',
1644
- 'Engaging cognitive processors...',
1645
- 'Checking for syntax errors in the universe...',
1646
- 'One moment, optimizing humor...',
1647
- 'Shuffling punchlines...',
1648
- 'Untangling neural nets...',
1649
- 'Compiling brilliance...',
1650
- 'Loading wit.exe...',
1651
- 'Summoning the cloud of wisdom...',
1652
- 'Preparing a witty response...',
1653
- "Just a sec, I'm debugging reality...",
1654
- 'Confuzzling the options...',
1655
- 'Tuning the cosmic frequencies...',
1656
- 'Crafting a response worthy of your patience...',
1657
- 'Compiling the 1s and 0s...',
1658
- 'Resolving dependencies... and existential crises...',
1659
- 'Defragmenting memories... both RAM and personal...',
1660
- 'Rebooting the humor module...',
1661
- 'Caching the essentials (mostly cat memes)...',
1662
- 'Optimizing for ludicrous speed',
1663
- "Swapping bits... don't tell the bytes...",
1664
- 'Garbage collecting... be right back...',
1665
- 'Assembling the interwebs...',
1666
- 'Converting coffee into code...',
1667
- 'Updating the syntax for reality...',
1668
- 'Rewiring the synapses...',
1669
- 'Looking for a misplaced semicolon...',
1670
- "Greasin' the cogs of the machine...",
1671
- 'Pre-heating the servers...',
1672
- 'Calibrating the flux capacitor...',
1673
- 'Engaging the improbability drive...',
1674
- 'Channeling the Force...',
1675
- 'Aligning the stars for optimal response...',
1676
- 'So say we all...',
1677
- 'Loading the next great idea...',
1678
- "Just a moment, I'm in the zone...",
1679
- 'Preparing to dazzle you with brilliance...',
1680
- "Just a tick, I'm polishing my wit...",
1681
- "Hold tight, I'm crafting a masterpiece...",
1682
- "Just a jiffy, I'm debugging the universe...",
1683
- "Just a moment, I'm aligning the pixels...",
1684
- "Just a sec, I'm optimizing the humor...",
1685
- "Just a moment, I'm tuning the algorithms...",
1686
- 'Warp speed engaged...',
1687
- 'Mining for more Dilithium crystals...',
1688
- "Don't panic...",
1689
- 'Following the white rabbit...',
1690
- 'The truth is in here... somewhere...',
1691
- 'Blowing on the cartridge...',
1692
- 'Loading... Do a barrel roll!',
1693
- 'Waiting for the respawn...',
1694
- 'Finishing the Kessel Run in less than 12 parsecs...',
1695
- "The cake is not a lie, it's just still loading...",
1696
- 'Fiddling with the character creation screen...',
1697
- "Just a moment, I'm finding the right meme...",
1698
- "Pressing 'A' to continue...",
1699
- 'Herding digital cats...',
1700
- 'Polishing the pixels...',
1701
- 'Finding a suitable loading screen pun...',
1702
- 'Distracting you with this witty phrase...',
1703
- 'Almost there... probably...',
1704
- 'Our hamsters are working as fast as they can...',
1705
- 'Giving Cloudy a pat on the head...',
1706
- 'Petting the cat...',
1707
- 'Rickrolling my boss...',
1708
- 'Never gonna give you up, never gonna let you down...',
1709
- 'Slapping the bass...',
1710
- 'Tasting the snozberries...',
1711
- "I'm going the distance, I'm going for speed...",
1712
- 'Is this the real life? Is this just fantasy?...',
1713
- "I've got a good feeling about this...",
1714
- 'Poking the bear...',
1715
- 'Doing research on the latest memes...',
1716
- 'Figuring out how to make this more witty...',
1717
- 'Hmmm... let me think...',
1718
- 'What do you call a fish with no eyes? A fsh...',
1719
- 'Why did the computer go to therapy? It had too many bytes...',
1720
- "Why don't programmers like nature? It has too many bugs...",
1721
- 'Why do programmers prefer dark mode? Because light attracts bugs...',
1722
- 'Why did the developer go broke? Because they used up all their cache...',
1723
- "What can you do with a broken pencil? Nothing, it's pointless...",
1724
- 'Applying percussive maintenance...',
1725
- 'Searching for the correct USB orientation...',
1726
- 'Ensuring the magic smoke stays inside the wires...',
1727
- 'Trying to exit Vim...',
1728
- 'Spinning up the hamster wheel...',
1729
- "That's not a bug, it's an undocumented feature...",
1730
- 'Engage.',
1731
- "I'll be back... with an answer.",
1732
- 'My other process is a TARDIS...',
1733
- 'Communing with the machine spirit...',
1734
- 'Letting the thoughts marinate...',
1735
- 'Just remembered where I put my keys...',
1736
- 'Pondering the orb...',
1737
- "I've seen things you people wouldn't believe... like a user who reads loading messages.",
1738
- 'Initiating thoughtful gaze...',
1739
- "What's a computer's favorite snack? Microchips.",
1740
- "Why do Java developers wear glasses? Because they don't C#.",
1741
- 'Charging the laser... pew pew!',
1742
- 'Dividing by zero... just kidding!',
1743
- 'Looking for an adult superviso... I mean, processing.',
1744
- 'Making it go beep boop.',
1745
- 'Buffering... because even AIs need a moment.',
1746
- 'Entangling quantum particles for a faster response...',
1747
- 'Polishing the chrome... on the algorithms.',
1748
- 'Are you not entertained? (Working on it!)',
1749
- 'Summoning the code gremlins... to help, of course.',
1750
- 'Just waiting for the dial-up tone to finish...',
1751
- 'Recalibrating the humor-o-meter.',
1752
- 'My other loading screen is even funnier.',
1753
- "Pretty sure there's a cat walking on the keyboard somewhere...",
1754
- 'Enhancing... Enhancing... Still loading.',
1755
- "It's not a bug, it's a feature... of this loading screen.",
1756
- 'Have you tried turning it off and on again? (The loading screen, not me.)',
1757
- 'Constructing additional pylons...',
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
  // ============================================================================
@@ -1934,9 +1957,9 @@ export default {
1934
1957
  // ============================================================================
1935
1958
  // Commands - Auth
1936
1959
  // ============================================================================
1937
- 'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan':
1938
- 'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan',
1939
- 'Authenticate using Qwen OAuth': 'Authenticate using Qwen OAuth',
1960
+ 'Configure Proto authentication information with Proto-OAuth or Alibaba Cloud Coding Plan':
1961
+ 'Configure Proto authentication information with Proto-OAuth or Alibaba Cloud Coding Plan',
1962
+ 'Authenticate using Proto OAuth': 'Authenticate using Proto OAuth',
1940
1963
  'Authenticate using Alibaba Cloud Coding Plan':
1941
1964
  'Authenticate using Alibaba Cloud Coding Plan',
1942
1965
  'Region for Coding Plan (china/global)':
@@ -1945,12 +1968,12 @@ export default {
1945
1968
  'Show current authentication status': 'Show current authentication status',
1946
1969
  'Authentication completed successfully.':
1947
1970
  'Authentication completed successfully.',
1948
- 'Starting Qwen OAuth authentication...':
1949
- 'Starting Qwen OAuth authentication...',
1950
- 'Successfully authenticated with Qwen OAuth.':
1951
- 'Successfully authenticated with Qwen OAuth.',
1952
- 'Failed to authenticate with Qwen OAuth: {{error}}':
1953
- 'Failed to authenticate with Qwen OAuth: {{error}}',
1971
+ 'Starting Proto OAuth authentication...':
1972
+ 'Starting Proto OAuth authentication...',
1973
+ 'Successfully authenticated with Proto OAuth.':
1974
+ 'Successfully authenticated with Proto OAuth.',
1975
+ 'Failed to authenticate with Proto OAuth: {{error}}':
1976
+ 'Failed to authenticate with Proto OAuth: {{error}}',
1954
1977
  'Processing Alibaba Cloud Coding Plan authentication...':
1955
1978
  'Processing Alibaba Cloud Coding Plan authentication...',
1956
1979
  'Successfully authenticated with Alibaba Cloud Coding Plan.':
@@ -1969,17 +1992,18 @@ export default {
1969
1992
  '⚠️ No authentication method configured.\n',
1970
1993
  'Run one of the following commands to get started:\n':
1971
1994
  'Run one of the following commands to get started:\n',
1972
- ' qwen auth qwen-oauth - Authenticate with Qwen OAuth (free tier)':
1973
- ' qwen auth qwen-oauth - Authenticate with Qwen OAuth (free tier)',
1974
- ' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
1975
- ' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n',
1995
+ ' proto auth proto-oauth - Authenticate with Proto OAuth (free tier)':
1996
+ ' proto auth proto-oauth - Authenticate with Proto OAuth (free tier)',
1997
+ ' proto auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
1998
+ ' proto auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n',
1976
1999
  'Or simply run:': 'Or simply run:',
1977
- ' qwen auth - Interactive authentication setup\n':
1978
- ' qwen auth - Interactive authentication setup\n',
1979
- '✓ Authentication Method: Qwen OAuth': '✓ Authentication Method: Qwen OAuth',
2000
+ ' proto auth - Interactive authentication setup\n':
2001
+ ' proto auth - Interactive authentication setup\n',
2002
+ '✓ Authentication Method: Proto OAuth':
2003
+ '✓ Authentication Method: Proto OAuth',
1980
2004
  ' Type: Free tier': ' Type: Free tier',
1981
2005
  ' Limit: Up to 1,000 requests/day': ' Limit: Up to 1,000 requests/day',
1982
- ' Models: Qwen latest models\n': ' Models: Qwen latest models\n',
2006
+ ' Models: Proto latest models\n': ' Models: Proto latest models\n',
1983
2007
  '✓ Authentication Method: Alibaba Cloud Coding Plan':
1984
2008
  '✓ Authentication Method: Alibaba Cloud Coding Plan',
1985
2009
  '中国 (China) - 阿里云百炼': '中国 (China) - 阿里云百炼',
@@ -1992,8 +2016,8 @@ export default {
1992
2016
  '⚠️ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)',
1993
2017
  ' Issue: API key not found in environment or settings\n':
1994
2018
  ' Issue: API key not found in environment or settings\n',
1995
- ' Run `qwen auth coding-plan` to re-configure.\n':
1996
- ' Run `qwen auth coding-plan` to re-configure.\n',
2019
+ ' Run `proto auth coding-plan` to re-configure.\n':
2020
+ ' Run `proto auth coding-plan` to re-configure.\n',
1997
2021
  '✓ Authentication Method: {{type}}': '✓ Authentication Method: {{type}}',
1998
2022
  ' Status: Configured\n': ' Status: Configured\n',
1999
2023
  'Failed to check authentication status: {{error}}':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@protolabsai/proto",
3
- "version": "0.26.3",
3
+ "version": "0.26.5",
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.3"
24
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.26.5"
25
25
  },
26
26
  "dependencies": {},
27
27
  "optionalDependencies": {